public static interface AprSocketContext.NonBlockingPollHandler extends AprSocketContext.BlockingPollHandler
Modifier and Type | Method and Description |
---|---|
void |
connected(AprSocket ch)
Called after connection is established, in a thread pool.
|
void |
error(AprSocket ch,
Throwable t)
Before close, if an exception happens.
|
closed, process
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.