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)
          Method description
 void SampleSocketThread.SocketHandler.handleIOInterface(IOInterface ioIfc)
           
 void TelnetServer.handleIOInterface(IOInterface ioifc)
          Method description
 void SampleSocketThread.removeIOInterface(IOInterface s)
           
 

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



Copyright © 2013 Tigase. All rights reserved.