org.mpisws.p2p.transport.identity
Interface LowerIdentity<Identifier,MessageType>
- All Superinterfaces:
- Destructable, TransportLayer<Identifier,MessageType>
public interface LowerIdentity<Identifier,MessageType>
- extends TransportLayer<Identifier,MessageType>
Prefixes outgoing messages/sockets with the identity of the destination.
Verifies that sockets/messages that arrive are for the local identity. When this is not true,
responds with an error.
When the error is received, it is reported to a corresponding UpperIdentity.
- Author:
- Jeff Hoye
Copyright © 2001-2005 - Rice Pastry.