Class S2SIOService

java.lang.Object
tigase.net.IOService<RefObject>
tigase.xmpp.XMPPIOService<Object>
tigase.server.xmppserver.S2SIOService
All Implemented Interfaces:
Callable<IOService<?>>, TLSEventHandler, IOListener

public class S2SIOService extends XMPPIOService<Object>
Created: Jun 14, 2010 12:30:53 PM
Author:
Artur Hefczyc
  • Field Details

  • Constructor Details

    • S2SIOService

      public S2SIOService()
  • Method Details

    • addCID

      public void addCID(CID cid)
      Adds another connection id (CID) to the authenticated list for this connection
    • addCID

      public void addCID(CID cid, tigase.server.xmppserver.S2SIOService.DIRECTION direction)
    • getCIDs

      public Set<CID> getCIDs()
    • getS2SConnection

      public S2SConnection getS2SConnection()
    • setS2SConnection

      public void setS2SConnection(S2SConnection s2s_conn)
    • getSessionId

      public String getSessionId()
    • setSessionId

      public void setSessionId(String session_id)
    • isAuthenticated

      public boolean isAuthenticated(CID cid)
    • isAuthenticated

      public boolean isAuthenticated()
    • isHandshakingOnly

      public boolean isHandshakingOnly()
    • isStreamNegotiationCompleted

      public boolean isStreamNegotiationCompleted()
    • streamNegotiationCompleted

      public void streamNegotiationCompleted()
    • setDBKey

      public void setDBKey(String key)
    • toString

      public String toString()
      Overrides:
      toString in class XMPPIOService<Object>