com.accendia.iris.server
Interface IConnectionContext


public interface IConnectionContext

Represents a client connection.


Method Summary
 void disconnect()
          Closes this connection.
 java.net.InetAddress getInetAddress()
          Returns the IP address of the client
 java.lang.String getUser()
          Returns the connected user.
 

Method Detail

getInetAddress

java.net.InetAddress getInetAddress()
Returns the IP address of the client


getUser

java.lang.String getUser()
Returns the connected user.


disconnect

void disconnect()
Closes this connection.