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