org.norther.tammi.spray.session
Interface AuthenticatedSession.RemoteClient

All Known Implementing Classes:
AbstractProtocolRequest.InternalRemoteClient
Enclosing interface:
AuthenticatedSession

public static interface AuthenticatedSession.RemoteClient

An interface to remote clients.


Method Summary
 String getRemoteAddr()
          Gets the remote address.
 String getUserAgent()
          Gets the user agent.
 

Method Detail

getRemoteAddr

String getRemoteAddr()
Gets the remote address.

Returns:
the remote address.

getUserAgent

String getUserAgent()
Gets the user agent.

Returns:
the user agent.


Copyright © 2004 The Norther Organization. All rights reserved.