Uses of Interface
tigase.io.IOInterface

Packages that use IOInterface
tigase.io   
 

Uses of IOInterface in tigase.io
 

Classes in tigase.io that implement IOInterface
 class SocketIO
          Describe class SocketIO here.
 class TLSIO
          Describe class TLSIO here.
 class ZLibIO
          Created: Jul 29, 2009 11:58:02 AM
 

Methods in tigase.io with parameters of type IOInterface
 void SampleSocketThread.addIOInterface(IOInterface s)
           
 void TelnetClient.handleIOInterface(IOInterface ioifc)
           
 void SampleSocketThread.SocketHandler.handleIOInterface(IOInterface ioIfc)
           
 void TelnetServer.handleIOInterface(IOInterface ioifc)
           
 void SampleSocketThread.removeIOInterface(IOInterface s)
           
 

Constructors in tigase.io with parameters of type IOInterface
TLSIO(IOInterface ioi, TLSWrapper wrapper)
          Constructs ...
ZLibIO(IOInterface ioi, int level)
           
 



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