|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
static final java.lang.String PEER_ADDRESS
Socket.getRemoteSocketAddress()
, which is of type
SocketAddress
.
static final java.lang.String SSL_SESSION
SSLSession
is made accessible to the
application layer, if the client is connected through an SSL Socket.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |