A B C D E F G H I L M N O P Q R S T U V W X Z

R

R4 - Static variable in interface net.tomp2p.upnp.StateVariableTypes
4 Byte float.
R4_INT - Static variable in interface net.tomp2p.upnp.StateVariableTypes
 
R8 - Static variable in interface net.tomp2p.upnp.StateVariableTypes
8 Byte float.
R8_INT - Static variable in interface net.tomp2p.upnp.StateVariableTypes
 
RawDataReply - Interface in net.tomp2p.rpc
 
readableBytes() - Method in interface net.tomp2p.message.DataInput
 
readBytes(byte[]) - Method in interface net.tomp2p.message.DataInput
 
readBytes() - Method in class net.tomp2p.peers.PeerAddress
 
readerIndex() - Method in interface net.tomp2p.message.DataInput
 
readInt() - Method in interface net.tomp2p.message.DataInput
 
readUnsignedByte() - Method in interface net.tomp2p.message.DataInput
 
readUnsignedShort() - Method in interface net.tomp2p.message.DataInput
 
registerIoHandler(Number160, ReplyHandler, Message.Command...) - Method in class net.tomp2p.connection.DispatcherReply
Registers a handler with this dispatcher.
registerResultsHandler(DiscoveryResultsHandler, String) - Method in class net.tomp2p.upnp.DiscoveryListener
Registers an SSDP response message handler
relatedStateVariableName - Variable in class net.tomp2p.upnp.Argument
 
release(int) - Method in class net.tomp2p.connection.ChannelCreator
Releases permits.
release(ChannelCreator, int) - Method in class net.tomp2p.connection.ConnectionReservation
Release a channelcreator.
release(ChannelCreator) - Method in class net.tomp2p.connection.ConnectionReservation
Release a channelcreator.
releaseExternalResources() - Method in class net.tomp2p.utils.AbstractTrafficShapingHandler
 
releaseSingleConnection() - Method in class net.tomp2p.connection.PeerConnection
Releases one connection.
remove(Number160, Number160, Set<Number160>, RoutingConfiguration, RequestP2PConfiguration, boolean, boolean, FutureCreate<FutureDHT>, ChannelCreator) - Method in class net.tomp2p.p2p.DistributedHashHashMap
 
remove(Number160) - Method in class net.tomp2p.p2p.Peer
 
remove(Number160, ConfigurationRemove) - Method in class net.tomp2p.p2p.Peer
 
remove(Number160, Number160) - Method in class net.tomp2p.p2p.Peer
 
remove(Number160, Set<Number160>, ConfigurationRemove) - Method in class net.tomp2p.p2p.Peer
 
remove(Object) - Method in class net.tomp2p.rpc.SimpleBloomFilter
Not implemented
remove(PeerAddress, Number160, Number160, Collection<Number160>, boolean, boolean, ChannelCreator) - Method in class net.tomp2p.rpc.StorageRPC
 
remove(Number480, Number480, PublicKey) - Method in class net.tomp2p.storage.Storage
 
remove(Number480, PublicKey) - Method in class net.tomp2p.storage.Storage
 
remove(Number320, PublicKey) - Method in class net.tomp2p.storage.Storage
 
remove(Number480, PublicKey) - Method in class net.tomp2p.storage.StorageDisk
 
remove(Number480, Number480, PublicKey) - Method in class net.tomp2p.storage.StorageDisk
 
remove(Number480, PublicKey) - Method in class net.tomp2p.storage.StorageMemory
 
remove(Number480, Number480, PublicKey) - Method in class net.tomp2p.storage.StorageMemory
 
removeActive(Number160, Number160, Number160) - Method in class net.tomp2p.storage.TrackerStorage
 
removeAll(Number160) - Method in class net.tomp2p.p2p.Peer
 
removeAll(Number160, ConfigurationRemove) - Method in class net.tomp2p.p2p.Peer
 
removeAll(Collection<?>) - Method in class net.tomp2p.rpc.SimpleBloomFilter
Not implemented
removeCancellation(Cancellable) - Method in interface net.tomp2p.futures.BaseFuture
Remove a listener.
removeCancellation(Cancellable) - Method in class net.tomp2p.futures.BaseFutureImpl
 
removeDomainProtection(Number160) - Method in class net.tomp2p.storage.Storage
 
removeIoHandler(Number160) - Method in class net.tomp2p.connection.DispatcherReply
If we shutdown, we remove the handlers.
removeListener(BaseFutureListener<? extends BaseFuture>) - Method in interface net.tomp2p.futures.BaseFuture
Removes a listener which is notified when the state of this future changes.
removeListener(BaseFutureListener<? extends BaseFuture>) - Method in class net.tomp2p.futures.BaseFutureImpl
 
removePeerListener() - Method in class net.tomp2p.p2p.Peer
 
removePeerMapChangeListener(PeerMapChangeListener) - Method in interface net.tomp2p.peers.PeerMap
 
removePeerMapChangeListener(PeerMapChangeListener) - Method in class net.tomp2p.peers.PeerMapKadImpl
 
removePeerOfflineListener(PeerStatusListener) - Method in interface net.tomp2p.peers.PeerMap
 
removePeerOfflineListener(PeerStatusListener) - Method in class net.tomp2p.peers.PeerMapKadImpl
 
removeReferred(Number160, Number160, Number160, PeerAddress) - Method in class net.tomp2p.storage.TrackerStorage
 
removeResponsibility(Number160) - Method in interface net.tomp2p.storage.Responsibility
 
removeResponsibility(Number160) - Method in class net.tomp2p.storage.ResponsibilityMemory
removeResponsibility(Number160) - Method in class net.tomp2p.storage.StorageDisk
 
removeResponsibility(Number160) - Method in class net.tomp2p.storage.StorageMemory
 
removeResponsibilityListener(ResponsibilityListener) - Method in class net.tomp2p.replication.Replication
 
removeStat(PeerAddress) - Method in class net.tomp2p.peers.PeerMapStat
 
repeated(K) - Method in interface net.tomp2p.futures.FutureCreate
Called if a future has been created without user interaction
repeated(FutureDHT) - Method in class net.tomp2p.futures.FutureDHT
Called for futures created based on this future.
repeated(BaseFuture) - Method in class net.tomp2p.futures.FutureTracker
Called if a future is created based on this future.
Replication - Class in net.tomp2p.replication
This class has 3 methods that are called from outside eventes: check, peerInsert, peerRemoved.
Replication(Responsibility, PeerAddress, PeerMap) - Constructor for class net.tomp2p.replication.Replication
 
reply(PeerAddress, Object) - Method in interface net.tomp2p.rpc.ObjectDataReply
 
reply(PeerAddress, ChannelBuffer) - Method in interface net.tomp2p.rpc.RawDataReply
 
ReplyHandler - Class in net.tomp2p.rpc
 
ReplyHandler(PeerBean, ConnectionBean) - Constructor for class net.tomp2p.rpc.ReplyHandler
 
ReplyTimeoutHandler - Class in net.tomp2p.connection
Code inspired by Netty's TimeoutHandlers from Trustin Lee and adapted/extended to a reply timeout handler.
ReplyTimeoutHandler(Timer, long, PeerAddress) - Constructor for class net.tomp2p.connection.ReplyTimeoutHandler
 
RequestHandlerTCP - Class in net.tomp2p.rpc
Is able to send TCP messages (as a request) and processes incoming replies.
RequestHandlerTCP(FutureResponse, PeerBean, ConnectionBean, Message) - Constructor for class net.tomp2p.rpc.RequestHandlerTCP
 
RequestHandlerUDP - Class in net.tomp2p.rpc
Is able to send UDP messages (as a request) and processes incoming replies.
RequestHandlerUDP(FutureResponse, PeerBean, ConnectionBean, Message) - Constructor for class net.tomp2p.rpc.RequestHandlerUDP
 
RequestP2PConfiguration - Class in net.tomp2p.p2p
This name was chosen over P2PConfiguration, as it already exists
RequestP2PConfiguration(int, int, int) - Constructor for class net.tomp2p.p2p.RequestP2PConfiguration
 
reserve(int) - Method in class net.tomp2p.connection.ConnectionReservation
Reserves connections.
reserve(int, boolean) - Method in class net.tomp2p.connection.ConnectionReservation
Reserves connections.
resetCumulativeTime() - Method in class net.tomp2p.utils.TrafficCounter
Reset both read and written cumulative bytes counters and the associated time.
resetValidityTime(String) - Method in class net.tomp2p.upnp.RootDevice
Resets the device validity time
response(FutureDHT) - Method in interface net.tomp2p.p2p.DistributedHashHashMap.Operation
 
responseReceived(Message) - Method in interface net.tomp2p.natpmp.MessageResponseInterface
A response was received.
Responsibility - Interface in net.tomp2p.storage
 
ResponsibilityListener - Interface in net.tomp2p.replication
 
ResponsibilityMemory - Class in net.tomp2p.storage
 
ResponsibilityMemory() - Constructor for class net.tomp2p.storage.ResponsibilityMemory
 
responsibleDomains(Number160) - Method in class net.tomp2p.storage.TrackerStorage
 
ResultCode - Enum in net.tomp2p.natpmp
Enumerates the result codes from NAT-PMP messages.
resume() - Method in class net.tomp2p.message.ProtocolChunkedInput
 
retainAll(Collection<?>) - Method in class net.tomp2p.rpc.SimpleBloomFilter
Not implemented
ROOT_DEVICES - Static variable in class net.tomp2p.upnp.Discovery
 
RootDevice - Class in net.tomp2p.upnp
Root UPNP device that is contained in a device definition file.
RootDevice(Document, URL, String, URL, String, String, String, InetAddress) - Constructor for class net.tomp2p.upnp.RootDevice
 
route(Number160, Number160, Collection<Number160>, Message.Command, int, int, int, int, int, boolean, ChannelCreator) - Method in class net.tomp2p.p2p.DistributedRouting
Deprecated. 
route(Number160, Number160, Collection<Number160>, Message.Command, int, int, int, int, int, boolean, boolean, ChannelCreator) - Method in class net.tomp2p.p2p.DistributedRouting
 
RoutingConfiguration - Class in net.tomp2p.p2p
 
RoutingConfiguration(int, int, int) - Constructor for class net.tomp2p.p2p.RoutingConfiguration
 
RoutingConfiguration(int, int, int, int) - Constructor for class net.tomp2p.p2p.RoutingConfiguration
 
RoutingConfiguration(int, int, int, int, int) - Constructor for class net.tomp2p.p2p.RoutingConfiguration
 
RoutingConfiguration(int, int, int, int, int, boolean) - Constructor for class net.tomp2p.p2p.RoutingConfiguration
 
run() - Method in class net.tomp2p.replication.DefaultStorageReplication
 
run() - Method in class net.tomp2p.upnp.DiscoveryListener
 

A B C D E F G H I L M N O P Q R S T U V W X Z