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 © 2008–2018 The Netty Project. All rights reserved.