|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message.Command | |
---|---|
net.tomp2p.connection | |
net.tomp2p.message | |
net.tomp2p.p2p | |
net.tomp2p.rpc |
Uses of Message.Command in net.tomp2p.connection |
---|
Methods in net.tomp2p.connection with parameters of type Message.Command | |
---|---|
void |
DispatcherReply.registerIoHandler(Number160 localPeerId,
ReplyHandler ioHandler,
Message.Command... names)
Registers a handler with this dispatcher. |
Uses of Message.Command in net.tomp2p.message |
---|
Methods in net.tomp2p.message that return Message.Command | |
---|---|
Message.Command |
Message.getCommand()
Command of the message, such as GET, PING, etc. |
static Message.Command |
Message.Command.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Message.Command[] |
Message.Command.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.tomp2p.message with parameters of type Message.Command | |
---|---|
Message |
Message.setCommand(Message.Command command)
Command of the message, such as GET, PING, etc. |
Uses of Message.Command in net.tomp2p.p2p |
---|
Methods in net.tomp2p.p2p with parameters of type Message.Command | |
---|---|
FutureRouting |
DistributedRouting.route(Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys,
Message.Command command,
int maxDirectHits,
int maxNoNewInfo,
int maxFailures,
int maxSuccess,
int parallel,
boolean isDigest,
boolean forceTCP,
ChannelCreator cc)
|
FutureRouting |
DistributedRouting.route(Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys,
Message.Command command,
int maxDirectHits,
int maxNoNewInfo,
int maxFailures,
int maxSuccess,
int parallel,
boolean isDigest,
ChannelCreator cc)
Deprecated. |
Uses of Message.Command in net.tomp2p.rpc |
---|
Methods in net.tomp2p.rpc with parameters of type Message.Command | |
---|---|
FutureResponse |
NeighborRPC.closeNeighbors(PeerAddress remotePeer,
Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys,
Message.Command command,
boolean isDigest,
boolean forceTCP,
ChannelCreator channelCreator)
Deprecated. |
FutureResponse |
NeighborRPC.closeNeighbors(PeerAddress remotePeer,
Number160 locationKey,
Number160 domainKey,
Collection<Number160> contentKeys,
Message.Command command,
boolean isDigest,
ChannelCreator channelCreator,
boolean forceTCP)
Requests close neighbors from the remote peer. |
Message |
ReplyHandler.createMessage(PeerAddress recipient,
Message.Command name,
Message.Type type)
|
protected void |
ReplyHandler.registerIoHandler(Message.Command... names)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |