Uses of Interface
tigase.io.TLSEventHandler
Packages that use TLSEventHandler
Package
Description
-
Uses of TLSEventHandler in tigase.io
Methods in tigase.io with parameters of type TLSEventHandlerModifier and TypeMethodDescriptionSSLContextContainer.createIoInterface
(String protocol, String local_hostname, String remote_hostname, int port, boolean clientMode, boolean wantClientAuth, boolean needClientAuth, ByteOrder byteOrder, TrustManager[] x509TrustManagers, TLSEventHandler eventHandler, IOInterface socketIO, CertificateContainerIfc certificateContainer) default IOInterface
SSLContextContainerIfc.createIoInterface
(String protocol, String tls_hostname, int port, boolean clientMode, boolean wantClientAuth, boolean needClientAuth, ByteOrder byteOrder, TrustManager[] x509TrustManagers, TLSEventHandler eventHandler, IOInterface ioi, CertificateContainerIfc certificateContainer) Deprecated.SSLContextContainerIfc.createIoInterface
(String protocol, String local_hostname, String remote_hostname, int port, boolean clientMode, boolean wantClientAuth, boolean needClientAuth, ByteOrder byteOrder, TrustManager[] x509TrustManagers, TLSEventHandler eventHandler, IOInterface ioi, CertificateContainerIfc certificateContainer) Constructors in tigase.io with parameters of type TLSEventHandlerModifierConstructorDescriptionJcaTLSWrapper
(SSLContext sslc, TLSEventHandler eventHandler, String hostname, int port, boolean clientMode, boolean wantClientAuth) JcaTLSWrapper
(SSLContext sslc, TLSEventHandler eventHandler, String hostname, int port, boolean clientMode, boolean wantClientAuth, boolean needClientAuth) Creates a newTLSWrapper
instance.JcaTLSWrapper
(SSLContext sslc, TLSEventHandler eventHandler, String remote_hostname, int port, boolean clientMode, boolean wantClientAuth, boolean needClientAuth, String[] enabledCiphers, String[] enabledProtocols) -
Uses of TLSEventHandler in tigase.net
Classes in tigase.net that implement TLSEventHandlerModifier and TypeClassDescriptionclass
IOService<RefObject>
IOService
offers thread safecall()
method execution, however you must be prepared that other methods can be called simultaneously likestop()
,getProtocol()
orisConnected()
. -
Uses of TLSEventHandler in tigase.server.bosh
Classes in tigase.server.bosh that implement TLSEventHandler -
Uses of TLSEventHandler in tigase.server.ext
Classes in tigase.server.ext that implement TLSEventHandler -
Uses of TLSEventHandler in tigase.server.websocket
Classes in tigase.server.websocket that implement TLSEventHandlerModifier and TypeClassDescriptionclass
WebSocketXMPPIOService<RefObject>
Class implements basic support for WebSocket protocol. -
Uses of TLSEventHandler in tigase.server.xmppclient
Classes in tigase.server.xmppclient that implement TLSEventHandler -
Uses of TLSEventHandler in tigase.server.xmppserver
Classes in tigase.server.xmppserver that implement TLSEventHandler -
Uses of TLSEventHandler in tigase.xmpp
Classes in tigase.xmpp that implement TLSEventHandlerModifier and TypeClassDescriptionclass
XMPPIOService<RefObject>
Describe class XMPPIOService here.