|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Bindings | |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.p2p | |
| Uses of Bindings in net.tomp2p.connection |
|---|
| Methods in net.tomp2p.connection that return Bindings | |
|---|---|
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. |
| Methods in net.tomp2p.connection with parameters of type Bindings | |
|---|---|
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. |
| Constructors in net.tomp2p.connection with parameters of type Bindings | |
|---|---|
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)
|
|
| Uses of Bindings in net.tomp2p.p2p |
|---|
| Methods in net.tomp2p.p2p that return Bindings | |
|---|---|
Bindings |
PeerMaker.getBindings()
|
Bindings |
Peer.getBindings()
|
| Methods in net.tomp2p.p2p with parameters of type Bindings | |
|---|---|
PeerMaker |
PeerMaker.setBindings(Bindings bindings)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||