Package | Description |
---|---|
tigase.io | |
tigase.net |
Modifier and Type | Class and Description |
---|---|
class |
SocketIO
Describe class SocketIO here.
|
class |
TLSIO
Describe class TLSIO here.
|
class |
ZLibIO
Created: Jul 29, 2009 11:58:02 AM
|
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) |
Modifier and Type | Method and Description |
---|---|
void |
SampleSocketThread.addIOInterface(IOInterface s) |
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) |
void |
TelnetServer.handleIOInterface(IOInterface ioifc) |
void |
TelnetClient.handleIOInterface(IOInterface ioifc) |
void |
SampleSocketThread.SocketHandler.handleIOInterface(IOInterface ioIfc) |
void |
SampleSocketThread.removeIOInterface(IOInterface s) |
Constructor and Description |
---|
TLSIO(IOInterface ioi,
TLSWrapper wrapper,
ByteOrder order) |
ZLibIO(IOInterface ioi,
int level) |
Modifier and Type | Method and Description |
---|---|
protected IOInterface |
IOService.getIO() |
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.