org.clazzes.remoting.transport
Interface SocketMetaData


public interface SocketMetaData

This interface holds the standard property names under which the socket information is made available to InvocationHandler.invoke(org.clazzes.remoting.InvocationContext, Object, java.util.Map) as part of the meta data argument.

Author:
wglas

Field Summary
static java.lang.String PEER_ADDRESS
          The result of Socket.getRemoteSocketAddress(), which is of type SocketAddress.
static java.lang.String SSL_SESSION
          The key under which the SSLSession is made accessible to the application layer, if the client is connected through an SSL Socket.
 

Field Detail

PEER_ADDRESS

static final java.lang.String PEER_ADDRESS
The result of Socket.getRemoteSocketAddress(), which is of type SocketAddress.

See Also:
Constant Field Values

SSL_SESSION

static final java.lang.String SSL_SESSION
The key under which the SSLSession is made accessible to the application layer, if the client is connected through an SSL Socket.

See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.