| Package | Description |
|---|---|
| net.tomp2p.connection |
| Modifier and Type | Method and Description |
|---|---|
SendBehavior.SendMethod |
DefaultSendBehavior.tcpSendBehavior(Message message) |
SendBehavior.SendMethod |
SendBehavior.tcpSendBehavior(Message message)
Returns the send behavior depending on the message to be sent over TCP.
|
SendBehavior.SendMethod |
DefaultSendBehavior.udpSendBehavior(Message message) |
SendBehavior.SendMethod |
SendBehavior.udpSendBehavior(Message message)
Returns the send behavior depending on the message to be sent over UDP.
|
static SendBehavior.SendMethod |
SendBehavior.SendMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SendBehavior.SendMethod[] |
SendBehavior.SendMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.