| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message.Type | |
|---|---|
| net.tomp2p.message | |
| net.tomp2p.p2p | |
| net.tomp2p.rpc | |
| Uses of Message.Type in net.tomp2p.message | 
|---|
| Methods in net.tomp2p.message that return Message.Type | |
|---|---|
 Message.Type | 
Message.getType()
Determines if its a request oCommandr reply, and what kind of reply (error, warning states)  | 
static Message.Type | 
Message.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static Message.Type[] | 
Message.Type.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.Type | |
|---|---|
static boolean | 
Message.isError(Message.Type type)
 | 
 Message | 
Message.setType(Message.Type type)
Set the message type.  | 
| Uses of Message.Type in net.tomp2p.p2p | 
|---|
| Methods in net.tomp2p.p2p with parameters of type Message.Type | |
|---|---|
 FutureRouting | 
DistributedRouting.route(Number160 locationKey,
      Number160 domainKey,
      Collection<Number160> contentKeys,
      Message.Type type,
      int maxDirectHits,
      int maxNoNewInfo,
      int maxFailures,
      int maxSuccess,
      int parallel,
      boolean forceTCP,
      ChannelCreator cc)
Looks for a route to the given locationKey  | 
| Uses of Message.Type in net.tomp2p.rpc | 
|---|
| Methods in net.tomp2p.rpc that return Message.Type | |
|---|---|
 Message.Type | 
CacheKey.getType()
 | 
| Methods in net.tomp2p.rpc with parameters of type Message.Type | |
|---|---|
 FutureResponse | 
NeighborRPC.closeNeighbors(PeerAddress remotePeer,
               Number160 locationKey,
               Number160 domainKey,
               Collection<Number160> contentKeys,
               Message.Type type,
               ChannelCreator channelCreator,
               boolean forceTCP)
Requests close neighbors from the remote peer.  | 
 Message | 
ReplyHandler.createMessage(PeerAddress recipient,
              Message.Command name,
              Message.Type type)
 | 
 Message | 
ReplyHandler.createResponseMessage(Message message,
                      Message.Type type)
 | 
| Constructors in net.tomp2p.rpc with parameters of type Message.Type | |
|---|---|
CacheKey(PeerAddress remotePeer,
         Message.Type type,
         boolean signMessage)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||