Package | Description |
---|---|
net.tomp2p.connection |
Modifier and Type | Method and Description |
---|---|
DispatcherReply |
ConnectionBean.getDispatcherRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
ConnectionHandler.startupTCP(InetSocketAddress listenAddressesTCP,
DispatcherReply dispatcher,
int maxMessageSize,
int tcpIdleSeconds)
Creates TCP channels and listens on them.
|
boolean |
ConnectionHandler.startupUDP(InetSocketAddress listenAddressesUDP,
DispatcherReply dispatcher)
Creates UDP channels and listens on them.
|
Constructor and Description |
---|
ConnectionBean(int p2pID,
DispatcherReply dispatcherRequest,
Sender sender,
org.jboss.netty.channel.group.ChannelGroup channelGroup,
ConnectionReservation connectionReservation,
ConnectionConfiguration configuration,
Scheduler scheduler) |
Copyright © 2013. All Rights Reserved.