| Package | Description |
|---|---|
| net.tomp2p.message | |
| net.tomp2p.rpc |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
Message.setType(Message.Type type)
Set the message type.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
ReplyHandler.createMessage(PeerAddress recipient,
Message.Command name,
Message.Type type) |
Copyright © 2011. All Rights Reserved.