tigase.xmpp
Interface XMPPIOServiceListener<IO extends XMPPIOService<?>>

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

public interface XMPPIOServiceListener<IO extends XMPPIOService<?>>
extends IOServiceListener<IO>

Describe interface XMPPIOServiceListener here. Created: Wed Feb 8 10:19:41 2006

Version:
$Rev$
Author:
Artur Hefczyc

Method Summary
 void xmppStreamClosed(IO serv)
           
 String xmppStreamOpened(IO serv, Map<String,String> attribs)
           
 
Methods inherited from interface tigase.net.IOServiceListener
packetsReady, serviceStopped, tlsHandshakeCompleted
 

Method Detail

xmppStreamClosed

void xmppStreamClosed(IO serv)

xmppStreamOpened

String xmppStreamOpened(IO serv,
                        Map<String,String> attribs)


Copyright © 2013 Tigase. All rights reserved.