Interface LocalIoHandle
- All Superinterfaces:
AutoCloseable, IoHandle
-
Method Summary
Methods inherited from interface IoHandle
close, handle, registered, unregisteredModifier and TypeMethodDescriptionvoidclose()Called once theIoHandleshould be closed.voidhandle(IoRegistration registration, IoEvent ioEvent) Be called once there is something to handle.default voidCalled once thisIoHandlewas registered and so will start to receive events viaIoHandle.handle(IoRegistration, IoEvent).default voidCalled once thisIoHandlewas unregistered and so will not receive any more events viaIoHandle.handle(IoRegistration, IoEvent).
-
Method Details
-
closeNow
void closeNow()
-