Package | Description |
---|---|
net.tomp2p.connection |
Modifier and Type | Method and Description |
---|---|
FutureChannel |
ChannelCreator.createTCPChannel(ReplyTimeoutHandler timeoutHandler,
RequestHandlerTCP<? extends BaseFuture> requestHandler,
int connectTimeoutMillis,
InetSocketAddress recipient)
Creates a TCP channel future.
|
FutureChannel |
ChannelCreator.createUDPChannel(ReplyTimeoutHandler timeoutHandler,
RequestHandlerUDP<? extends BaseFuture> requestHandler,
boolean broadcast)
Creates a UDP channel.
|
Modifier and Type | Method and Description |
---|---|
void |
Scheduler.addConnectionQueue(FutureChannel futureChannelCreation,
Semaphore semaphore,
Runnable runnable) |
Copyright © 2013. All Rights Reserved.