| Package | Description |
|---|---|
| net.tomp2p.connection |
| Modifier and Type | Method and Description |
|---|---|
Dispatcher |
ConnectionBean.dispatcher() |
| Constructor and Description |
|---|
ChannelServer(io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
ChannelServerConfiguration channelServerConfiguration,
Dispatcher dispatcher,
List<PeerStatusListener> peerStatusListeners,
ScheduledExecutorService timer)
Sets parameters and starts network device discovery.
|
ConnectionBean(int p2pId,
Dispatcher dispatcher,
Sender sender,
ChannelServer channelServer,
Reservation reservation,
ChannelClientConfiguration resourceConfiguration,
ScheduledExecutorService timer)
The connection bean with unmodifiable objects.
|
Sender(Number160 peerId,
List<PeerStatusListener> peerStatusListeners,
ChannelClientConfiguration channelClientConfiguration,
Dispatcher dispatcher,
SendBehavior sendBehavior,
PeerBean peerBean)
Creates a new sender with the listeners for offline peers.
|
Copyright © 2014. All rights reserved.