Uses of Class
ecmwf.common.rmi.SocketConfig
Packages that use SocketConfig
-
Uses of SocketConfig in ecmwf.common.rmi
Subclasses of SocketConfig in ecmwf.common.rmiModifier and TypeClassDescriptionfinal class
A factory for creating RMIClientSocket objects.final class
A factory for creating RMIServerSocket objects.final class
A factory for creating RMISSLServerSocket objects.final class
A factory for creating RMISSLSocket objects.Methods in ecmwf.common.rmi that return SocketConfigModifier and TypeMethodDescriptionprotected SocketConfig
SocketConfig.withClientSocketFactory
(ClientSocketFactory clientSocketFactory) With client socket factory.Constructors in ecmwf.common.rmi with parameters of type SocketConfigModifierConstructorDescriptionClientSocketFactory
(SocketConfig config) Instantiates a new client socket factory.ClientSocketFactory
(SocketFactory factory, SocketConfig config) Instantiates a new client socket factory.SSLClientSocketFactory
(SSLSocketFactory factory, SocketConfig config) Instantiates a new SSL client socket factory. -
Uses of SocketConfig in ecmwf.common.technical
Methods in ecmwf.common.technical that return SocketConfigModifier and TypeMethodDescriptionstatic SocketConfig
ForkECios.getSocketConfig()
Gets the socket config.ProxySocket.getSocketConfig()
Gets the socket config.Methods in ecmwf.common.technical with parameters of type SocketConfigModifier and TypeMethodDescriptionProxySocket.getDataSocket
(SocketConfig socketConfig) Gets the data socket.void
ProxySocket.open
(SocketConfig socketConfig) Open.void
ProxySocket.setSocketConfig
(SocketConfig socketConfig) Sets the socket config.void
ProxySocket.tunnel
(SocketConfig socketConfig, String aHost, int aPort) Tunnel.Constructors in ecmwf.common.technical with parameters of type SocketConfigModifierConstructorDescriptionProxySocket
(SocketConfig socketConfig, String source, String target) Instantiates a new proxy socket.