Rice Pastry API

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 java.io.IOException
Throws:
java.io.IOException

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection