Package org.apache.tomcat.jni.socket
Interface AprSocketContext.BlockingPollHandler
-
- All Known Subinterfaces:
AprSocketContext.NonBlockingPollHandler
- Enclosing class:
- AprSocketContext
public static interface AprSocketContext.BlockingPollHandler
Callback for poll events, will be invoked in a thread pool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
closed(AprSocket ch)
Called just before the socket is destroyedvoid
process(AprSocket ch, boolean in, boolean out, boolean close)
Called when the socket has been polled for in, out or closed.
-