|
||||||||||
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.addBroadcastAddress(InetAddress broadcastAddress)
Adds an broadcast address. |
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. |
String |
DiscoverNetwork6.discoverNetwork(NetworkInterface networkInterface,
Bindings bindings)
|
String |
DiscoverNetwork5.discoverNetwork(NetworkInterface networkInterface,
Bindings bindings)
|
String |
DiscoverNetwork.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,
ConnectionConfigurationBean configuration,
File messageLogger,
KeyPair keyPair,
PeerMap peerMap,
P2PConfiguration peerConfiguration,
org.jboss.netty.util.Timer timer)
|
Uses of Bindings in net.tomp2p.p2p |
---|
Methods in net.tomp2p.p2p with parameters of type Bindings | |
---|---|
void |
Peer.listen(int udpPort,
int tcpPort,
Bindings bindings)
|
void |
Peer.listen(int udpPort,
int tcpPort,
Bindings bindings,
File messageLogger)
Lets this node listen on a port |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |