| Package | Description |
|---|---|
| net.tomp2p.connection |
| Modifier and Type | Method and Description |
|---|---|
DispatcherRequest |
ConnectionBean.getDispatcherRequest() |
DispatcherRequest |
TCPChannelCache.getDispatcherRequest() |
| Modifier and Type | Method and Description |
|---|---|
void |
TCPChannelCache.setDispatcherRequest(DispatcherRequest dispatcherRequest) |
boolean |
ConnectionHandler.startupTCP(InetSocketAddress listenAddressesTCP,
DispatcherRequest dispatcher,
int maxMessageSize)
Creates TCP channels and listens on them
|
boolean |
ConnectionHandler.startupUDP(InetSocketAddress listenAddressesUDP,
DispatcherRequest dispatcher) |
| Constructor and Description |
|---|
ConnectionBean(int p2pID,
DispatcherRequest dispatcherRequest,
Sender sender,
org.jboss.netty.channel.group.ChannelGroup channelGroup) |
DispatcherReply(org.jboss.netty.util.Timer timer,
int tcpIdleTimeoutMillis,
DispatcherRequest dispatcherRequest,
org.jboss.netty.channel.group.ChannelGroup channelGroup) |
Copyright © 2011. All Rights Reserved.