| Package | Description |
|---|---|
| net.tomp2p.connection |
| Modifier and Type | Method and Description |
|---|---|
static Bindings.Protocol |
Bindings.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bindings.Protocol[] |
Bindings.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Bindings.Protocol> |
Bindings.getProtocols() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bindings.addProtocol(Bindings.Protocol protocol) |
| Constructor and Description |
|---|
Bindings(Bindings.Protocol protocol) |
Bindings(Bindings.Protocol protocol,
String iface) |
Bindings(Bindings.Protocol protocol,
String iface,
InetAddress externalAddress,
int externalTCPPort,
int externalUDPPort,
boolean listenBroadcast) |
Copyright © 2011. All Rights Reserved.