public interface ClientRequestConnection
Modifier and Type | Method and Description |
---|---|
void |
confirmResponse() |
SessionId |
connect() |
boolean |
disconnect() |
java.lang.String |
getClientConnectionInfo() |
java.lang.String |
getServerConnectionInfo() |
ServerId |
getServerId() |
SessionId |
getSessionId() |
boolean |
isConnected() |
void |
sendRequest(NetRequest request) |
void |
shutdown() |
SessionId connect() throws java.lang.Exception
java.lang.Exception
boolean disconnect()
void shutdown()
boolean isConnected()
void sendRequest(NetRequest request) throws java.lang.Exception
java.lang.Exception
void confirmResponse() throws java.lang.Exception
java.lang.Exception
ServerId getServerId()
SessionId getSessionId()
java.lang.String getClientConnectionInfo()
java.lang.String getServerConnectionInfo()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.