org.idoox.transport.server
Interface ServerConnection

All Superinterfaces:
Connection

public interface ServerConnection
extends Connection

This interface represents a connection from a server point of view server.

Component:
Core

Method Summary
 java.lang.String getClientAddress()
          Returns a client address.
 
Methods inherited from interface org.idoox.transport.Connection
getInputMessage, getMethod, getOutputMessage, getURI, setInputMessage, setOutputMessage
 

Method Detail

getClientAddress

public java.lang.String getClientAddress()
Returns a client address. It's userinfo (if it's known) and host of the client - string like server@idoox.com or 161.58.178.6.

Returns:
the client address.
See Also:
URI