Package com.tangosol.net
Interface NameService.RequestContext
-
- Enclosing interface:
- NameService
public static interface NameService.RequestContext
An object which implementsNameService.RequestContext
stores information about the NameService request.- Since:
- 12.2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetAddress
getAcceptAddress()
Get theInetAddress
that the NameService received the request on.Member
getMember()
Get the clientMember
that sent the request.InetAddress
getSourceAddress()
Get theInetAddress
that the request originated from.
-
-
-
Method Detail
-
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
-
-