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(java.nio.channels.SocketChannel sc)
           
 

Method Detail

handleIOInterface

void handleIOInterface(IOInterface ioIfc)
                       throws java.io.IOException
Throws:
java.io.IOException

handleSocketAccept

void handleSocketAccept(java.nio.channels.SocketChannel sc)
                        throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008 Tigase. All Rights Reserved.