| Package | Description |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.p2p |
| Modifier and Type | Method and Description |
|---|---|
ChannelClientConfiguration |
ChannelClientConfiguration.bindings(Bindings bindings) |
ChannelClientConfiguration |
Sender.channelClientConfiguration() |
ChannelClientConfiguration |
ChannelClientConfiguration.maxPermitsPermanentTCP(int maxPermitsPermanentTCP) |
ChannelClientConfiguration |
ChannelClientConfiguration.maxPermitsTCP(int maxPermitsTCP) |
ChannelClientConfiguration |
ChannelClientConfiguration.maxPermitsUDP(int maxPermitsUDP) |
ChannelClientConfiguration |
ChannelClientConfiguration.pipelineFilter(PipelineFilter pipelineFilter) |
ChannelClientConfiguration |
ConnectionBean.resourceConfiguration() |
ChannelClientConfiguration |
ChannelClientConfiguration.senderTCP(InetAddress senderUDP) |
ChannelClientConfiguration |
ChannelClientConfiguration.senderUDP(InetAddress senderUDP) |
ChannelClientConfiguration |
ChannelClientConfiguration.signatureFactory(SignatureFactory signatureFactory) |
| Constructor and Description |
|---|
ConnectionBean(int p2pId,
Dispatcher dispatcher,
Sender sender,
ChannelServer channelServer,
Reservation reservation,
ChannelClientConfiguration resourceConfiguration,
ScheduledExecutorService timer)
The connection bean with unmodifiable objects.
|
PeerCreator(int p2pId,
Number160 peerId,
KeyPair keyPair,
ChannelServerConfiguration channelServerConfiguration,
ChannelClientConfiguration channelClientConfiguration,
ScheduledExecutorService timer,
SendBehavior sendBehavior)
Creates a master peer and starts UPD and TCP channels.
|
Reservation(io.netty.channel.EventLoopGroup workerGroup,
ChannelClientConfiguration channelClientConfiguration)
Creates a new reservation class with the 3 permits.
|
Sender(Number160 peerId,
List<PeerStatusListener> peerStatusListeners,
ChannelClientConfiguration channelClientConfiguration,
Dispatcher dispatcher,
SendBehavior sendBehavior,
PeerBean peerBean)
Creates a new sender with the listeners for offline peers.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelClientConfiguration |
PeerBuilder.channelClientConfiguration() |
static ChannelClientConfiguration |
PeerBuilder.createDefaultChannelClientConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PeerBuilder |
PeerBuilder.channelClientConfiguration(ChannelClientConfiguration channelClientConfiguration) |
Copyright © 2014. All rights reserved.