public static interface NameService.RequestContext
NameService.RequestContext stores information about the NameService request.| Modifier and Type | Method and Description |
|---|---|
InetAddress |
getAcceptAddress()
Get the
InetAddress that the NameService received the request on. |
Member |
getMember()
Get the client
Member that sent the request. |
InetAddress |
getSourceAddress()
Get the
InetAddress that the request originated from. |
InetAddress getAcceptAddress()
InetAddress that the NameService received the request on. May return null if the request is local.InetAddress getSourceAddress()
InetAddress that the request originated from. May return null if the request is local.