Package tigase.net
Interface IOServiceListener<IO extends IOService<?>>
-
- All Known Subinterfaces:
XMPPIOServiceListener<IO>
- All Known Implementing Classes:
BoshConnectionClustered,BoshConnectionManager,ClientConnectionClustered,ClientConnectionManager,ClusterConnectionManager,ComponentConnectionManager,ComponentProtocol,ConnectionManager,S2SConnectionManager,WebSocketClientConnectionClustered,WebSocketClientConnectionManager
public interface IOServiceListener<IO extends IOService<?>>Describe interface IOServiceListener here.
Created: Mon Jan 30 22:37:51 2006- Author:
- Artur Hefczyc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpacketsReady(IO service)booleanserviceStopped(IO service)voidtlsHandshakeCompleted(IO service)
-