Uses of Interface
tigase.io.IOInterface
Packages that use IOInterface
-
Uses of IOInterface in tigase.io
Classes in tigase.io that implement IOInterfaceModifier and TypeClassDescriptionclass
Describe class SocketIO here.class
Describe class TLSIO here.class
Created: Jul 29, 2009 11:58:02 AMMethods in tigase.io that return IOInterfaceModifier 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) Methods in tigase.io with parameters of type IOInterfaceModifier and TypeMethodDescriptionvoid
SampleSocketThread.addIOInterface
(IOInterface s) 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) 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) void
SampleSocketThread.SocketHandler.handleIOInterface
(IOInterface ioIfc) void
TelnetClient.handleIOInterface
(IOInterface ioifc) void
TelnetServer.handleIOInterface
(IOInterface ioifc) void
SampleSocketThread.removeIOInterface
(IOInterface s) Constructors in tigase.io with parameters of type IOInterfaceModifierConstructorDescriptionTLSIO
(IOInterface ioi, TLSWrapper wrapper, ByteOrder order) ZLibIO
(IOInterface ioi, int level) -
Uses of IOInterface in tigase.net
Methods in tigase.net that return IOInterface