tigase.net
Interface IOServiceListener<IO extends IOService<?>>

Type Parameters:
IO -
All Known Subinterfaces:
XMPPIOServiceListener<IO>
All Known Implementing Classes:
BoshConnectionClustered, BoshConnectionManager, ClientConnectionClustered, ClientConnectionManager, ClusterConnectionManager, ComponentConnectionManager, ComponentProtocol, ConnectionManager, S2SConnectionClustered, S2SConnectionManager, ServerConnectionManager, WebSocketClientConnectionClustered, WebSocketClientConnectionManager

public interface IOServiceListener<IO extends IOService<?>>

Describe interface IOServiceListener here. Created: Mon Jan 30 22:37:51 2006

Version:
$Rev$
Author:
Artur Hefczyc

Method Summary
 void packetsReady(IO service)
           
 boolean serviceStopped(IO service)
           
 void tlsHandshakeCompleted(IO service)
           
 

Method Detail

packetsReady

void packetsReady(IO service)
                  throws IOException
Throws:
IOException

serviceStopped

boolean serviceStopped(IO service)

tlsHandshakeCompleted

void tlsHandshakeCompleted(IO service)


Copyright © 2013 Tigase. All rights reserved.