Rice Pastry API

Uses of Interface
rice.p2p.commonapi.rawserialization.MessageDeserializer

Packages that use MessageDeserializer
rice.p2p.commonapi   
rice.p2p.multiring   
rice.p2p.past   
rice.p2p.past.gc   
rice.p2p.past.testing   
rice.p2p.scribe.testing   
rice.p2p.util   
rice.pastry.client   
rice.pastry.commonapi   
rice.pastry.messaging   
rice.pastry.routing   
rice.pastry.socket   
rice.pastry.standard   
 

Uses of MessageDeserializer in rice.p2p.commonapi
 

Methods in rice.p2p.commonapi that return MessageDeserializer
 MessageDeserializer Endpoint.getDeserializer()
          Returns the deserializer.
 

Methods in rice.p2p.commonapi with parameters of type MessageDeserializer
 void Endpoint.setDeserializer(MessageDeserializer md)
          To use a more efficient serialization format than Java Serialization
 Message RouteMessage.getMessage(MessageDeserializer md)
          Gets the Message attribute of the RouteMessage object
 

Uses of MessageDeserializer in rice.p2p.multiring
 

Methods in rice.p2p.multiring that return MessageDeserializer
 MessageDeserializer MultiringEndpoint.getDeserializer()
          Gets the Deserializer attribute of the MultiringEndpoint object
 

Methods in rice.p2p.multiring with parameters of type MessageDeserializer
 void MultiringEndpoint.setDeserializer(MessageDeserializer md)
          Sets the Deserializer attribute of the MultiringEndpoint object
 Message MultiringRouteMessage.getMessage(MessageDeserializer md)
          Gets the Message attribute of the MultiringRouteMessage object
 

Uses of MessageDeserializer in rice.p2p.past
 

Classes in rice.p2p.past that implement MessageDeserializer
protected  class PastImpl.PastDeserializer
          DESCRIBE THE CLASS
 

Uses of MessageDeserializer in rice.p2p.past.gc
 

Classes in rice.p2p.past.gc that implement MessageDeserializer
protected  class GCPastImpl.GCPastDeserializer
          DESCRIBE THE CLASS
 

Methods in rice.p2p.past.gc that return MessageDeserializer
 MessageDeserializer GCEndpoint.getDeserializer()
          Gets the Deserializer attribute of the GCEndpoint object
 

Methods in rice.p2p.past.gc with parameters of type MessageDeserializer
 void GCEndpoint.setDeserializer(MessageDeserializer md)
          Sets the Deserializer attribute of the GCEndpoint object
 

Uses of MessageDeserializer in rice.p2p.past.testing
 

Methods in rice.p2p.past.testing with parameters of type MessageDeserializer
 Message PastRegrTest.TestRouteMessage.getMessage(MessageDeserializer md)
          Gets the Message attribute of the TestRouteMessage object
 Message RawPastRegrTest.TestRouteMessage.getMessage(MessageDeserializer md)
          Gets the Message attribute of the TestRouteMessage object
 

Uses of MessageDeserializer in rice.p2p.scribe.testing
 

Methods in rice.p2p.scribe.testing with parameters of type MessageDeserializer
 Message RawScribeRegrTest.TestRouteMessage.getMessage(MessageDeserializer md)
          Gets the Message attribute of the TestRouteMessage object
 Message ScribeRegrTest.TestRouteMessage.getMessage(MessageDeserializer md)
          Gets the Message attribute of the TestRouteMessage object
 

Uses of MessageDeserializer in rice.p2p.util
 

Classes in rice.p2p.util that implement MessageDeserializer
 class JavaSerializedDeserializer
          Handles "old" java serialized messages for programming convienience and reverse compatability.
 

Uses of MessageDeserializer in rice.pastry.client
 

Fields in rice.pastry.client declared as MessageDeserializer
protected  MessageDeserializer PastryAppl.deserializer
          DESCRIBE THE FIELD
 

Methods in rice.pastry.client with parameters of type MessageDeserializer
protected  void PastryAppl.setDeserializer(MessageDeserializer deserializer)
          Sets the Deserializer attribute of the PastryAppl object
 

Constructors in rice.pastry.client with parameters of type MessageDeserializer
PastryAppl(PastryNode pn, java.lang.String instance, int address, MessageDeserializer md)
          Constructor for PastryAppl.
 

Uses of MessageDeserializer in rice.pastry.commonapi
 

Methods in rice.pastry.commonapi that return MessageDeserializer
 MessageDeserializer PastryEndpoint.getDeserializer()
          Gets the Deserializer attribute of the PastryEndpoint object
 

Methods in rice.pastry.commonapi with parameters of type MessageDeserializer
 void PastryEndpoint.setDeserializer(MessageDeserializer md)
          Sets the Deserializer attribute of the PastryEndpoint object
 

Constructors in rice.pastry.commonapi with parameters of type MessageDeserializer
PastryEndpointMessage(int address, InputBuffer buf, MessageDeserializer md, NodeHandle sender)
          Constructor for PastryEndpointMessage.
 

Uses of MessageDeserializer in rice.pastry.messaging
 

Classes in rice.pastry.messaging that implement MessageDeserializer
 class PJavaSerializedDeserializer
          The purpose of this class is just for programming convienience to disambiguate between rice.p2p.commonapi and rice.pastry with the interfaces/classes Message NodeHandle
 

Methods in rice.pastry.messaging with parameters of type MessageDeserializer
 Message RawMessageDelivery.deserialize(MessageDeserializer md)
          DESCRIBE THE METHOD
 

Uses of MessageDeserializer in rice.pastry.routing
 

Methods in rice.pastry.routing with parameters of type MessageDeserializer
 Message RouteMessage.getMessage(MessageDeserializer md)
          Gets the Message attribute of the RouteMessage object
 Message RouteMessage.unwrap(MessageDeserializer md)
          DESCRIBE THE METHOD
 

Uses of MessageDeserializer in rice.pastry.socket
 

Methods in rice.pastry.socket with parameters of type MessageDeserializer
 Message SocketBuffer.deserialize(MessageDeserializer md)
          DESCRIBE THE METHOD
 

Constructors in rice.pastry.socket with parameters of type MessageDeserializer
SocketBuffer(MessageDeserializer defaultDeserializer, NodeHandleFactory nhf)
          Main Constructor
 

Uses of MessageDeserializer in rice.pastry.standard
 

Classes in rice.pastry.standard that implement MessageDeserializer
static class PeriodicLeafSetProtocol.PLSPMessageDeserializer
          DESCRIBE THE CLASS
 

Constructors in rice.pastry.standard with parameters of type MessageDeserializer
ConsistentJoinProtocol(PastryNode ln, NodeHandle lh, RoutingTable rt, LeafSet ls, MessageDeserializer md)
          Constructor takes in the usual suspects.
StandardJoinProtocol(PastryNode ln, NodeHandle lh, RoutingTable rt, LeafSet ls, MessageDeserializer md)
          Constructor for StandardJoinProtocol.
StandardRouteSetProtocol(PastryNode ln, RoutingTable rt, Environment env, MessageDeserializer md)
          Constructor for StandardRouteSetProtocol.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection