@Internal public interface IOSessionListener
IOSession event listener.| Modifier and Type | Method and Description | 
|---|---|
| void | connected(IOSession session) | 
| void | disconnected(IOSession session) | 
| void | exception(IOSession session,
         Exception ex) | 
| void | inputReady(IOSession session) | 
| void | outputReady(IOSession session) | 
| void | startTls(IOSession session) | 
| void | timeout(IOSession session) | 
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.