| Package | Description |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.p2p |
| Modifier and Type | Method and Description |
|---|---|
Bindings |
Bindings.add(Bindings other)
Adds the results from an other binding.
|
Bindings |
Bindings.addAddress(InetAddress address)
Adds an address that we want to listen to.
|
Bindings |
Bindings.addInterface(String interfaceHint)
Adds an interface that will be searched for.
|
Bindings |
Bindings.addProtocol(StandardProtocolFamily protocolFamily) |
Bindings |
ChannelServerConficuration.bindingsIncoming() |
Bindings |
ChannelClientConfiguration.bindingsOutgoing() |
| Modifier and Type | Method and Description |
|---|---|
Bindings |
Bindings.add(Bindings other)
Adds the results from an other binding.
|
ChannelServerConficuration |
ChannelServerConficuration.bindingsIncoming(Bindings bindingsIncoming) |
ChannelClientConfiguration |
ChannelClientConfiguration.bindingsOutgoing(Bindings bindingsOutgoing) |
static String |
DiscoverNetworks.discoverInterfaces(Bindings bindings)
Search for local interfaces.
|
static String |
DiscoverNetworks.discoverNetwork(NetworkInterface networkInterface,
Bindings bindings)
Discovers network interfaces and addresses.
|
| Modifier and Type | Method and Description |
|---|---|
Bindings |
PeerBuilder.externalBindings() |
Bindings |
PeerBuilder.interfaceBindings() |
| Modifier and Type | Method and Description |
|---|---|
PeerBuilder |
PeerBuilder.bindings(Bindings bindings) |
PeerBuilder |
PeerBuilder.externalBindings(Bindings externalBindings) |
PeerBuilder |
PeerBuilder.interfaceBindings(Bindings interfaceBindings) |
Copyright © 2014. All rights reserved.