Uses of Interface
tigase.server.xmppserver.S2SConnectionHandlerIfc
Packages that use S2SConnectionHandlerIfc
-
Uses of S2SConnectionHandlerIfc in tigase.server.xmppserver
Classes in tigase.server.xmppserver that implement S2SConnectionHandlerIfcMethods in tigase.server.xmppserver with parameters of type S2SConnectionHandlerIfcModifier and TypeMethodDescriptionvoid
S2SFilterIfc.init
(S2SConnectionHandlerIfc<S2SIOService> handler, Map<String, Object> props) void
S2SProcessor.init
(S2SConnectionHandlerIfc<S2SIOService> handler, Map<String, Object> props) Constructors in tigase.server.xmppserver with parameters of type S2SConnectionHandlerIfcModifierConstructorDescriptionCIDConnections
(CID cid, S2SConnectionHandlerIfc<S2SIOService> handler, S2SConnectionSelector selector, int maxInConns, int maxOutConns, int maxOutConnsPerIP, long max_waiting_time) CIDConnections
(CID cid, S2SConnectionHandlerIfc<S2SIOService> handler, S2SConnectionSelector selector, int maxInConns, int maxOutConns, int maxOutConnsPerIP, long max_waiting_time, boolean oneWayAuthentication) S2SConnection
(S2SConnectionHandlerIfc<S2SIOService> handler, String ip) -
Uses of S2SConnectionHandlerIfc in tigase.server.xmppserver.proc
Fields in tigase.server.xmppserver.proc declared as S2SConnectionHandlerIfcModifier and TypeFieldDescriptionprotected S2SConnectionHandlerIfc
<S2SIOService> S2SAbstract.handler
Methods in tigase.server.xmppserver.proc with parameters of type S2SConnectionHandlerIfcModifier and TypeMethodDescriptionvoid
PacketChecker.init
(S2SConnectionHandlerIfc<S2SIOService> handler, Map<String, Object> props) void
S2SAbstract.init
(S2SConnectionHandlerIfc<S2SIOService> handler, Map<String, Object> props)