Package org.apache.tomcat.jni.socket
Interface AprSocketContext.RawDataHandler
-
- Enclosing class:
- AprSocketContext
public static interface AprSocketContext.RawDataHandler
Called when a chunk of data is sent or received. This is very low level, used mostly for debugging or stats.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
rawData(AprSocket ch, boolean input, byte[] data, int pos, int len, int requested, boolean closed)
-
-
-
Method Detail
-
rawData
void rawData(AprSocket ch, boolean input, byte[] data, int pos, int len, int requested, boolean closed)
-
-