Uses of Interface
tigase.io.IOInterface
Packages that use IOInterface
-
Uses of IOInterface in tigase.io
Classes in tigase.io that implement IOInterfaceModifier and TypeClassDescriptionclassImplementation of Proxy (v1 and v2) protocol decoding to obtain remote client IP addressclassDescribe class SocketIO here.classDescribe class TLSIO here.classCreated: 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 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.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 TypeMethodDescriptionvoidSampleSocketThread.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 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.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) voidSampleSocketThread.SocketHandler.handleIOInterface(IOInterface ioIfc) voidTelnetClient.handleIOInterface(IOInterface ioifc) voidTelnetServer.handleIOInterface(IOInterface ioifc) voidSampleSocketThread.removeIOInterface(IOInterface s) Constructors in tigase.io with parameters of type IOInterfaceModifierConstructorDescriptionProxyIO(IOInterface io, BiConsumer<String, String> addressConsumer) TLSIO(IOInterface ioi, TLSWrapper wrapper, ByteOrder order) ZLibIO(IOInterface ioi, int level) -
Uses of IOInterface in tigase.net
Methods in tigase.net that return IOInterface