Uses of Class
ecmwf.common.rmi.ClientSocketStatistics
Packages that use ClientSocketStatistics
-
Uses of ClientSocketStatistics in ecmwf.common.ftp
Methods in ecmwf.common.ftp with parameters of type ClientSocketStatisticsModifier and TypeMethodDescriptionvoid
FtpClient.setClientSocketStatistics
(ClientSocketStatistics statistics) Set a client socket statistics to gather socket statistics (ss output). -
Uses of ClientSocketStatistics in ecmwf.common.rmi
Methods in ecmwf.common.rmi that return ClientSocketStatisticsModifier and TypeMethodDescriptionprotected ClientSocketStatistics
SocketConfig.getStatistics()
Gets the statistics.Constructors in ecmwf.common.rmi with parameters of type ClientSocketStatisticsModifierConstructorDescriptionSocketConfig
(ClientSocketStatistics statistics, String name) Instantiates a new socket config.SocketConfig
(ClientSocketStatistics statistics, String name, boolean debug) Instantiates a new socket config.SocketWrapper
(ClientSocketStatistics statistics, Socket socket) Instantiates a new socket wrapper.