public interface IoHandle extends AutoCloseable
IoEventLoop.
All methods must be called from the IoEventLoop thread.| Modifier and Type | Method and Description |
|---|---|
void |
handle(IoRegistration registration,
IoEvent ioEvent)
Be called once there is something to handle.
|
closevoid handle(IoRegistration registration, IoEvent ioEvent)
registration - the IoRegistration for this IoHandle.ioEvent - the IoEvent that must be handled. The IoEvent is only valid
while this method is executed and so must not escape it.Copyright © 2008–2025 The Netty Project. All rights reserved.