rice.pastry.messaging
Interface RawMessageDelivery


public interface RawMessageDelivery

Represents a message from the wire that hasn't yet been deserialized. This gets passed to the application to be deserialized.

Author:
Jeff Hoye

Method Summary
 Message deserialize(MessageDeserializer md)
           
 int getAddress()
           
 

Method Detail

getAddress

int getAddress()

deserialize

Message deserialize(MessageDeserializer md)
                    throws IOException
Throws:
IOException


Copyright © 2010. All Rights Reserved.