クラス DirectSignaling.KeyRequest
java.lang.Object
org.piax.gtrans.netty.udp.Signaling.Request<Comparable<?>>
org.piax.gtrans.netty.udp.direct.DirectSignaling.KeyRequest
- すべての実装されたインタフェース:
Serializable
- 含まれているクラス:
- DirectSignaling
public static class DirectSignaling.KeyRequest extends Signaling.Request<Comparable<?>>
- 関連項目:
- 直列化された形式
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 Comparable<?>dstKeyComparable<?>srcKey -
コンストラクタの概要
コンストラクタ コンストラクタ 説明 KeyRequest(Signaling sig, UdpPrimaryKey senderKey, NettyLocator dst, BiConsumer<Signaling.Response<Comparable<?>>,? super Throwable> consumer, Comparable<?> srcKey, Comparable<?> dstKey) -
メソッドの概要
-
フィールド詳細
-
コンストラクタの詳細
-
KeyRequest
public KeyRequest(Signaling sig, UdpPrimaryKey senderKey, NettyLocator dst, BiConsumer<Signaling.Response<Comparable<?>>,? super Throwable> consumer, Comparable<?> srcKey, Comparable<?> dstKey)
-