|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message.Type | |
---|---|
net.tomp2p.message | |
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 | |
---|---|
Message |
Message.setType(Message.Type type)
Set the message type. |
Uses of Message.Type in net.tomp2p.rpc |
---|
Methods in net.tomp2p.rpc with parameters of type Message.Type | |
---|---|
Message |
ReplyHandler.createMessage(PeerAddress recipient,
Message.Command name,
Message.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |