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.Exceptionboolean disconnect()
void shutdown()
boolean isConnected()
void sendRequest(NetRequest request) throws java.lang.Exception
java.lang.Exceptionvoid confirmResponse()
throws java.lang.Exception
java.lang.ExceptionServerId getServerId()
SessionId getSessionId()
java.lang.String getClientConnectionInfo()
java.lang.String getServerConnectionInfo()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.