| Package | Description |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.p2p |
| Modifier and Type | Method and Description |
|---|---|
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 |
ChannelServerConfiguration.bindings() |
Bindings |
ChannelClientConfiguration.bindings() |
Bindings |
Bindings.listenAny() |
Bindings |
Bindings.setListenAny(boolean listenAny) |
| Modifier and Type | Method and Description |
|---|---|
ChannelServerConfiguration |
ChannelServerConfiguration.bindings(Bindings bindings) |
ChannelClientConfiguration |
ChannelClientConfiguration.bindings(Bindings bindings) |
static DiscoverResults |
DiscoverNetworks.discoverInterfaces(Bindings bindings) |
static DiscoverResults |
DiscoverNetworks.discoverInterfaces(Bindings bindings,
DiscoverResults oldDiscoverResults)
Search for local interfaces.
|
| Constructor and Description |
|---|
DiscoverNetworks(int checkIntervalMillis,
Bindings bindings,
ScheduledExecutorService timer) |
| Modifier and Type | Method and Description |
|---|---|
Bindings |
PeerBuilder.bindings() |
| Modifier and Type | Method and Description |
|---|---|
PeerBuilder |
PeerBuilder.bindings(Bindings bindings) |
Copyright © 2014. All rights reserved.