tigase.io
Interface SampleSocketThread.SocketHandler

All Known Implementing Classes:
TelnetClient, TelnetServer
Enclosing class:
SampleSocketThread

public static interface SampleSocketThread.SocketHandler


Method Summary
 void handleIOInterface(IOInterface ioIfc)
           
 void handleSocketAccept(SocketChannel sc)
           
 

Method Detail

handleIOInterface

void handleIOInterface(IOInterface ioIfc)
                       throws IOException
Throws:
IOException

handleSocketAccept

void handleSocketAccept(SocketChannel sc)
                        throws IOException
Throws:
IOException


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.