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.
|
Modifier and Type | Method and Description |
---|---|
Bindings |
Bindings.add(Bindings other)
Adds the results from an other binding.
|
static String |
DiscoverNetworks.discoverInterfaces(Bindings bindings)
Search for local interfaces.
|
static String |
DiscoverNetworks.discoverNetwork(NetworkInterface networkInterface,
Bindings bindings)
Discovers network interfaces and addresses.
|
Constructor and Description |
---|
ConnectionHandler(int udpPort,
int tcpPort,
Number160 id,
Bindings bindings,
int p2pID,
ConnectionConfiguration configuration,
File messageLogger,
KeyPair keyPair,
PeerMap peerMap,
org.jboss.netty.util.Timer timer,
int maxMessageSize,
int maintenanceThreads,
int replicationThreads,
int workerThreads) |
Modifier and Type | Method and Description |
---|---|
Bindings |
PeerMaker.getBindings() |
Bindings |
Peer.getBindings() |
Modifier and Type | Method and Description |
---|---|
PeerMaker |
PeerMaker.setBindings(Bindings bindings) |
Copyright © 2013. All Rights Reserved.