Uses of Interface
org.xsocket.ILifeCycle

Packages that use ILifeCycle
org.xsocket.connection Provides classes to handle a connection-oriented, sequenced flow of data in a blocking or non-blocking mode on the server and on the client side. 
 

Uses of ILifeCycle in org.xsocket.connection
 

Subinterfaces of ILifeCycle in org.xsocket.connection
 interface IServerListener
          Listener interface, which defines specific callback methods for a IServer
 

Classes in org.xsocket.connection that implement ILifeCycle
 class HandlerChain
          Implements a handler chain.
 

Methods in org.xsocket.connection with parameters of type ILifeCycle
 void NonBlockingConnectionPool.addListener(ILifeCycle listener)
          adds a listener
 void IConnectionPool.addListener(ILifeCycle listener)
          adds a listener
 void BlockingConnectionPool.addListener(ILifeCycle listener)
          adds a listener
 boolean NonBlockingConnectionPool.removeListener(ILifeCycle listener)
          removes a listener
 boolean IConnectionPool.removeListener(ILifeCycle listener)
          removes a listener
 boolean BlockingConnectionPool.removeListener(ILifeCycle listener)
          removes a listener
 



Copyright 2008 xSocket.org