-
UdpPrimaryKey型のパラメータを持つorg.piax.gtrans.netty.udpのメソッド
| 修飾子とタイプ |
メソッド |
説明 |
Channel<UdpPrimaryKey> |
UdpChannelTransport.newChannel(ObjectId sender,
ObjectId receiver,
UdpPrimaryKey dst,
boolean isDuplex,
int timeout) |
|
CompletableFuture<UdpIdChannel> |
UdpChannelTransport.newChannelAsync(ObjectId sender,
ObjectId receiver,
UdpPrimaryKey dst) |
|
void |
UdpChannelTransport.send(ObjectId sender,
ObjectId receiver,
UdpPrimaryKey dst,
Object msg,
TransOptions opts) |
|
CompletableFuture<Void> |
UdpChannelTransport.sendAsync(ObjectId sender,
ObjectId receiver,
UdpPrimaryKey dst,
Object msg,
TransOptions opts) |
|
void |
UdpPrimaryKeySerializer.write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
UdpPrimaryKey key) |
|
UdpPrimaryKey型のパラメータを持つorg.piax.gtrans.netty.udpのコンストラクタ
| コンストラクタ |
説明 |
Request(Signaling sig,
UdpPrimaryKey senderKey,
NettyLocator dst) |
|
Request(Signaling sig,
UdpPrimaryKey senderKey,
NettyLocator dst,
BiConsumer<Signaling.Response<T>,? super Throwable> consumer) |
|
Response(int id,
NettyLocator dst,
UdpPrimaryKey senderKey,
T body) |
|
UdpChannelTransport(Peer peer,
TransportId transId,
PeerId peerId,
UdpPrimaryKey key) |
|
UdpIdChannel(int channelNo,
UdpPrimaryKey channelInitiator,
UdpPrimaryKey destination,
ObjectId localObjectId,
ObjectId remoteObjectId,
boolean isCreator,
UdpRawChannel raw,
UdpChannelTransport udpChannelTransport) |
|
UdpRawChannel(UdpPrimaryKey src,
UdpPrimaryKey dst) |
|
-
UdpPrimaryKey型のパラメータを持つorg.piax.gtrans.netty.udp.directのコンストラクタ
| コンストラクタ |
説明 |
AddressNotification(Signaling sig,
UdpPrimaryKey senderKey,
NettyLocator dst,
BiConsumer<Signaling.Response<NettyLocator[]>,? super Throwable> consumer,
Comparable<?> srcKey,
NettyLocator[] srcLocs) |
|
DirectUdpChannel(UdpChannelTransport trans,
UdpPrimaryKey src,
UdpPrimaryKey dst) |
|
KeyRequest(Signaling sig,
UdpPrimaryKey senderKey,
NettyLocator dst,
BiConsumer<Signaling.Response<Comparable<?>>,? super Throwable> consumer,
Comparable<?> srcKey,
Comparable<?> dstKey) |
|