public static interface AprSocketContext.BlockingPollHandler
Modifier and Type | Method and Description |
---|---|
void |
closed(AprSocket ch)
Called just before the socket is destroyed
|
void |
process(AprSocket ch,
boolean in,
boolean out,
boolean close)
Called when the socket has been polled for in, out or closed.
|
Copyright © 2008–2023 The Netty Project. All rights reserved.