public interface ObjectDataReply
RawDataReply, but we convert the raw byte buffer to an object.| Modifier and Type | Method and Description |
|---|---|
Object |
reply(PeerAddress sender,
Object request)
Replies to a direct message from a peer.
|
Object reply(PeerAddress sender, Object request) throws Exception
sender - The sender of this messagerequest - The request that the sender sent.Exception - .Copyright © 2014. All rights reserved.