Rice Pastry API

Uses of Package
org.mpisws.p2p.transport

Packages that use org.mpisws.p2p.transport
org.mpisws.p2p.testing.transportlayer   
org.mpisws.p2p.transport   
org.mpisws.p2p.transport.bandwidthlimit   
org.mpisws.p2p.transport.bandwidthmeasure   
org.mpisws.p2p.transport.commonapi   
org.mpisws.p2p.transport.direct   
org.mpisws.p2p.transport.identity   
org.mpisws.p2p.transport.limitsockets   
org.mpisws.p2p.transport.liveness   
org.mpisws.p2p.transport.multiaddress   
org.mpisws.p2p.transport.nat   
org.mpisws.p2p.transport.networkinfo   
org.mpisws.p2p.transport.peerreview   
org.mpisws.p2p.transport.peerreview.commitment   
org.mpisws.p2p.transport.peerreview.evidence   
org.mpisws.p2p.transport.peerreview.identity   
org.mpisws.p2p.transport.peerreview.message   
org.mpisws.p2p.transport.peerreview.replay   
org.mpisws.p2p.transport.peerreview.replay.playback   
org.mpisws.p2p.transport.peerreview.replay.record   
org.mpisws.p2p.transport.priority   
org.mpisws.p2p.transport.rc4   
org.mpisws.p2p.transport.rendezvous   
org.mpisws.p2p.transport.simpleidentity   
org.mpisws.p2p.transport.sourceroute   
org.mpisws.p2p.transport.sourceroute.manager   
org.mpisws.p2p.transport.ssl   
org.mpisws.p2p.transport.table   
org.mpisws.p2p.transport.util   
org.mpisws.p2p.transport.wire   
org.mpisws.p2p.transport.wire.magicnumber   
rice.p2p.util   
rice.pastry   
rice.pastry.direct   
rice.pastry.peerreview   
rice.pastry.socket   
rice.pastry.socket.appsocket   
rice.pastry.socket.nat.rendezvous   
rice.pastry.transport   
rice.tutorial.transportlayer   
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.testing.transportlayer
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
P2PSocketReceiver
           
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayerCallback
          Used to receive incoming messages/sockets.
TransportLayerListener
          Can be installed on a ListenableTransportLayer
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.bandwidthlimit
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.bandwidthmeasure
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.commonapi
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.direct
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.identity
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.limitsockets
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.liveness
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.multiaddress
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.nat
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.networkinfo
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.peerreview
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.peerreview.commitment
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.peerreview.evidence
MessageCallback
          The callback when a Message is sent from a transport layer.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.peerreview.identity
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.peerreview.message
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.peerreview.replay
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
P2PSocketReceiver
           
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.peerreview.replay.playback
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.peerreview.replay.record
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
P2PSocketReceiver
           
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.priority
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
TransportLayerListener
          Can be installed on a ListenableTransportLayer
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.rc4
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
P2PSocketReceiver
           
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.rendezvous
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.simpleidentity
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.sourceroute
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.sourceroute.manager
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
P2PSocketReceiver
           
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.ssl
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
P2PSocketReceiver
           
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.table
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.util
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
P2PSocketReceiver
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.wire
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
P2PSocketReceiver
           
SocketCallback
           
SocketCountListener
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
TransportLayerListener
          Can be installed on a ListenableTransportLayer
 

Classes in org.mpisws.p2p.transport used by org.mpisws.p2p.transport.wire.magicnumber
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
ListenableTransportLayer
          Notifies TransportLayerListeners of reading/writing.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
P2PSocketReceiver
           
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
TransportLayerListener
          Can be installed on a ListenableTransportLayer
 

Classes in org.mpisws.p2p.transport used by rice.p2p.util
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
 

Classes in org.mpisws.p2p.transport used by rice.pastry
P2PSocket
          A socket in the layered transport layer.
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by rice.pastry.direct
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
 

Classes in org.mpisws.p2p.transport used by rice.pastry.peerreview
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by rice.pastry.socket
SocketCountListener
           
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
 

Classes in org.mpisws.p2p.transport used by rice.pastry.socket.appsocket
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
 

Classes in org.mpisws.p2p.transport used by rice.pastry.socket.nat.rendezvous
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
 

Classes in org.mpisws.p2p.transport used by rice.pastry.transport
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
P2PSocketReceiver
           
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 

Classes in org.mpisws.p2p.transport used by rice.tutorial.transportlayer
ErrorHandler
          Notified when there is a problem not related to an outgoing message/socket, or when a callback isn't provided for a message.
MessageCallback
          The callback when a Message is sent from a transport layer.
MessageRequestHandle
          Can cancel the request to send the message.
P2PSocket
          A socket in the layered transport layer.
SocketCallback
           
SocketRequestHandle
          Can cancel the request to open the socket.
TransportLayer
          The transport layer does provides the minimum functionality to provide communication with flow control.

The Identifier is the type of identifier this transport layer exports.
TransportLayerCallback
          Used to receive incoming messages/sockets.
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection