Package com.tangosol.net
Interface NameService.RequestContext
- Enclosing interface:
NameService
public static interface NameService.RequestContext
An object which implements
NameService.RequestContext
stores information about the NameService request.- Since:
- 12.2.1
-
Method Summary
Modifier and TypeMethodDescriptionGet theInetAddress
that the NameService received the request on.Get the clientMember
that sent the request.Get theInetAddress
that the request originated from.
-
Method Details
-
getAcceptAddress
InetAddress getAcceptAddress()Get theInetAddress
that the NameService received the request on. May return null if the request is local.- Returns:
- the local address that received the request
-
getSourceAddress
InetAddress getSourceAddress()Get theInetAddress
that the request originated from. May return null if the request is local.- Returns:
- the address that originated the request
-
getMember
Member getMember()Get the clientMember
that sent the request. May return null unknown or if the request is local.- Returns:
- the Member that sent the request
-