Package tigase.io
Interface SampleSocketThread.SocketHandler
-
- All Known Implementing Classes:
TelnetClient,TelnetServer
- Enclosing class:
- SampleSocketThread
public static interface SampleSocketThread.SocketHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleIOInterface(IOInterface ioIfc)voidhandleSocketAccept(SocketChannel sc)
-
-
-
Method Detail
-
handleIOInterface
void handleIOInterface(IOInterface ioIfc) throws IOException
- Throws:
IOException
-
handleSocketAccept
void handleSocketAccept(SocketChannel sc) throws IOException
- Throws:
IOException
-
-