public class IOClientRequestConnection extends SimpleLogSupportAdapter implements ClientRequestConnection
ClientRequestConnection
Constructor and Description |
---|
IOClientRequestConnection(LogChannel logCh,
ServerHost serverHost,
StreamWrapper streamWrapper,
VersionCheck versionCheck) |
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() |
getLogChannel, isLogDebug, isLogVerbose, logDebug, logDump, logError, logError, logFatal, logInfo, logVerbose, logWarning, setLogChannel
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toString, toString
public IOClientRequestConnection(LogChannel logCh, ServerHost serverHost, StreamWrapper streamWrapper, VersionCheck versionCheck)
public ServerId getServerId()
getServerId
in interface ClientRequestConnection
public SessionId getSessionId()
getSessionId
in interface ClientRequestConnection
public boolean isConnected()
isConnected
in interface ClientRequestConnection
public java.lang.String getClientConnectionInfo()
getClientConnectionInfo
in interface ClientRequestConnection
public java.lang.String getServerConnectionInfo()
getServerConnectionInfo
in interface ClientRequestConnection
public SessionId connect() throws java.lang.Exception
connect
in interface ClientRequestConnection
java.lang.Exception
public boolean disconnect()
disconnect
in interface ClientRequestConnection
public void sendRequest(NetRequest request) throws java.lang.Exception
sendRequest
in interface ClientRequestConnection
java.lang.Exception
public void confirmResponse() throws java.lang.Exception
confirmResponse
in interface ClientRequestConnection
java.lang.Exception
public void shutdown()
shutdown
in interface ClientRequestConnection
Copyright © 2014 EsprIT-Systems. All Rights Reserved.