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 classA factory for creating RMIClientSocket objects.final classA factory for creating RMIServerSocket objects.final classA factory for creating RMISSLServerSocket objects.final classA factory for creating RMISSLSocket objects.Methods in ecmwf.common.rmi that return SocketConfigModifier and TypeMethodDescriptionprotected SocketConfigSocketConfig.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 SocketConfigForkECios.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.voidProxySocket.open(SocketConfig socketConfig) Open.voidProxySocket.setSocketConfig(SocketConfig socketConfig) Sets the socket config.voidProxySocket.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.