Package tigase.xmpp

Interface XMPPIOServiceListener<IO extends XMPPIOService<?>>

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

public interface XMPPIOServiceListener<IO extends XMPPIOService<?>> extends IOServiceListener<IO>
Describe interface XMPPIOServiceListener here.
Created: Wed Feb 8 10:19:41 2006
Author:
Artur Hefczyc
  • Method Details

    • xmppStreamClosed

      void xmppStreamClosed(IO serv)
    • xmppStreamOpened

      String[] xmppStreamOpened(IO serv, Map<String,String> attribs)
    • xmppStreamError

      String xmppStreamError(IO serv, List<tigase.xml.Element> err_el)