Uses of Class
socket.ServerConnectionException

Packages that use ServerConnectionException
socket   
 

Uses of ServerConnectionException in socket
 

Methods in socket that throw ServerConnectionException
private  void svm_client.init(java.lang.String serverHost, int serverPort)
          Method used for initialisation.
private  void ClientCom.init(java.lang.String serverHost, int serverPort, java.nio.charset.Charset charSet)
           
 java.lang.String svm_client.sendRequest(java.lang.String request)
           
 java.lang.String ClientCom.sendRequest(java.lang.String request)
           
 

Constructors in socket that throw ServerConnectionException
ClientCom(java.lang.String host, int serverPort, java.nio.charset.Charset charSet)
           
svm_client(java.lang.String host, int serverPort)