public interface IoHandler
Modifier and Type | Method and Description |
---|---|
void |
exceptionCaught(IoSession ioSession,
Throwable cause) |
void |
messageReceived(IoSession session,
Readable message) |
void |
sessionClosed(IoSession session) |
void |
sessionCreated(IoSession session) |
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.