クラスの使用
org.piax.gtrans.netty.udp.Signaling
| パッケージ | 説明 |
|---|---|
| org.piax.gtrans.netty.udp | |
| org.piax.gtrans.netty.udp.direct |
-
org.piax.gtrans.netty.udpでのSignalingの使用
Signaling型のパラメータを持つ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) -
org.piax.gtrans.netty.udp.directでのSignalingの使用
org.piax.gtrans.netty.udp.directでのSignalingのサブクラス 修飾子とタイプ クラス 説明 classDirectSignalingSignaling型のパラメータを持つorg.piax.gtrans.netty.udp.directのコンストラクタ コンストラクタ 説明 AddressNotification(Signaling sig, UdpPrimaryKey senderKey, NettyLocator dst, BiConsumer<Signaling.Response<NettyLocator[]>,? super Throwable> consumer, Comparable<?> srcKey, NettyLocator[] srcLocs)KeyRequest(Signaling sig, UdpPrimaryKey senderKey, NettyLocator dst, BiConsumer<Signaling.Response<Comparable<?>>,? super Throwable> consumer, Comparable<?> srcKey, Comparable<?> dstKey)