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