Uses of Interface
tigase.io.TLSEventHandler
-
Packages that use TLSEventHandler Package Description tigase.io tigase.net tigase.server.bosh tigase.server.ext tigase.server.websocket tigase.server.xmppclient tigase.server.xmppserver tigase.xmpp -
-
Uses of TLSEventHandler in tigase.io
Methods in tigase.io with parameters of type TLSEventHandler Modifier and Type Method Description IOInterfaceSSLContextContainer. 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 IOInterfaceSSLContextContainerIfc. 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.IOInterfaceSSLContextContainerIfc. 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 TLSEventHandler Constructor Description JcaTLSWrapper(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 newTLSWrapperinstance.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 TLSEventHandler Modifier and Type Class Description classIOService<RefObject>IOServiceoffers 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 Modifier and Type Class Description classBoshIOServiceDescribe class BoshIOService here. -
Uses of TLSEventHandler in tigase.server.ext
Classes in tigase.server.ext that implement TLSEventHandler Modifier and Type Class Description classComponentIOServiceCreated: Jun 14, 2010 12:05:41 PM -
Uses of TLSEventHandler in tigase.server.websocket
Classes in tigase.server.websocket that implement TLSEventHandler Modifier and Type Class Description classWebSocketXMPPIOService<RefObject>Class implements basic support for WebSocket protocol. -
Uses of TLSEventHandler in tigase.server.xmppclient
Classes in tigase.server.xmppclient that implement TLSEventHandler Modifier and Type Class Description classC2SIOService<RefObject> -
Uses of TLSEventHandler in tigase.server.xmppserver
Classes in tigase.server.xmppserver that implement TLSEventHandler Modifier and Type Class Description classS2SIOServiceCreated: Jun 14, 2010 12:30:53 PM -
Uses of TLSEventHandler in tigase.xmpp
Classes in tigase.xmpp that implement TLSEventHandler Modifier and Type Class Description classXMPPIOService<RefObject>Describe class XMPPIOService here.
-