Uses of Package
net.tomp2p.connection

Packages that use net.tomp2p.connection
net.tomp2p.connection   
net.tomp2p.futures   
net.tomp2p.p2p   
net.tomp2p.p2p.builder   
net.tomp2p.rpc   
net.tomp2p.storage   
net.tomp2p.task   
net.tomp2p.utils   
 

Classes in net.tomp2p.connection used by net.tomp2p.connection
Bindings
          Gathers information about interface bindings.
Bindings.Protocol
          Types of protocols.
ChannelCreator
          Creates the channels.
ConnectionBean
          A bean that holds sharable configuration settings for the peer.
ConnectionHandler
          Handles the server connections of a node, i.e.
ConnectionReservation
          The connection pool limits the connection used in the application.
DispatcherReply
          Used to deliver incoming REQUEST messages to their specific handlers.
MessageLogger
          Prints the received message to a gzip encoded file.
NATUtils
          This class is used to do automatic port forwarding.
PeerBean
          A bean that holds non-sharable (unique for each peer) configuration settings for the peer.
PeerException.AbortCause
          USER_ABORT means that this peer aborts the communication.
ReplyTimeoutHandler
          Code inspired by Netty's TimeoutHandlers from Trustin Lee and adapted/extended to a reply timeout handler.
Reservation
           
Scheduler
           
Sender
           
 

Classes in net.tomp2p.connection used by net.tomp2p.futures
ChannelCreator
          Creates the channels.
ReplyTimeoutHandler
          Code inspired by Netty's TimeoutHandlers from Trustin Lee and adapted/extended to a reply timeout handler.
 

Classes in net.tomp2p.connection used by net.tomp2p.p2p
Bindings
          Gathers information about interface bindings.
ChannelCreator
          Creates the channels.
ConnectionBean
          A bean that holds sharable configuration settings for the peer.
ConnectionHandler
          Handles the server connections of a node, i.e.
ConnectionReservation
          The connection pool limits the connection used in the application.
PeerBean
          A bean that holds non-sharable (unique for each peer) configuration settings for the peer.
PeerConnection
          This is a handle for permanent connections.
 

Classes in net.tomp2p.connection used by net.tomp2p.p2p.builder
PeerConnection
          This is a handle for permanent connections.
 

Classes in net.tomp2p.connection used by net.tomp2p.rpc
ChannelCreator
          Creates the channels.
ConnectionBean
          A bean that holds sharable configuration settings for the peer.
PeerBean
          A bean that holds non-sharable (unique for each peer) configuration settings for the peer.
 

Classes in net.tomp2p.connection used by net.tomp2p.storage
PeerBean
          A bean that holds non-sharable (unique for each peer) configuration settings for the peer.
 

Classes in net.tomp2p.connection used by net.tomp2p.task
ChannelCreator
          Creates the channels.
ConnectionBean
          A bean that holds sharable configuration settings for the peer.
PeerBean
          A bean that holds non-sharable (unique for each peer) configuration settings for the peer.
Scheduler
           
 

Classes in net.tomp2p.connection used by net.tomp2p.utils
ChannelCreator
          Creates the channels.
ConnectionReservation
          The connection pool limits the connection used in the application.
 



Copyright © 2013. All Rights Reserved.