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 Detail

      • getAcceptAddress

        InetAddress getAcceptAddress()
        Get the InetAddress 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 the InetAddress 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 client Member that sent the request. May return null unknown or if the request is local.
        Returns:
        the Member that sent the request