Package | Description |
---|---|
tigase.io | |
tigase.net | |
tigase.server.bosh | |
tigase.server.ext | |
tigase.server.websocket | |
tigase.server.xmppclient | |
tigase.server.xmppserver | |
tigase.xmpp |
Modifier and Type | Method and Description |
---|---|
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.
|
IOInterface |
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) |
IOInterface |
SSLContextContainer.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) |
Constructor and 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 new
TLSWrapper instance. |
JcaTLSWrapper(SSLContext sslc,
TLSEventHandler eventHandler,
String remote_hostname,
int port,
boolean clientMode,
boolean wantClientAuth,
boolean needClientAuth,
String[] enabledCiphers,
String[] enabledProtocols) |
Modifier and Type | Class and Description |
---|---|
class |
IOService<RefObject>
IOService offers thread safe call() method execution, however you must be prepared that
other methods can be called simultaneously like stop() , getProtocol() or
isConnected() . |
Modifier and Type | Class and Description |
---|---|
class |
BoshIOService
Describe class BoshIOService here.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentIOService
Created: Jun 14, 2010 12:05:41 PM
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketXMPPIOService<RefObject>
Class implements basic support for WebSocket protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
C2SIOService<RefObject> |
Modifier and Type | Class and Description |
---|---|
class |
S2SIOService
Created: Jun 14, 2010 12:30:53 PM
|
Modifier and Type | Class and Description |
---|---|
class |
XMPPIOService<RefObject>
Describe class XMPPIOService here.
|
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.