Class ListNAsResponse

All Implemented Interfaces:
Cloneable

public class ListNAsResponse extends AbstractResponse
Response used to forward all prefixes homed on this server. This message will usually be broken up into many messages, each of which contains a bunch of handles. Clients who receive this message should use a callback to process the continuation messages.
  • Field Details

    • handles

      public byte[][] handles
  • Constructor Details

    • ListNAsResponse

      public ListNAsResponse(ListNAsRequest req, byte[][] handles) throws HandleException
      Constructor for the server side.
      Throws:
      HandleException
    • ListNAsResponse

      public ListNAsResponse()
      Constructor for the client side.