クラス Signaling
java.lang.Object
org.piax.gtrans.netty.udp.Signaling
- 直系の既知のサブクラス:
DirectSignaling
public abstract class Signaling extends Object
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static classSignaling.Request<T>static classSignaling.Response<T>static classSignaling.SignalingException -
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 protected static org.slf4j.Loggerloggerprotected static ScheduledExecutorServiceschedulerprotected UdpChannelTransporttrans -
コンストラクタの概要
コンストラクタ コンストラクタ 説明 Signaling(UdpChannelTransport trans) -
メソッドの概要
修飾子とタイプ メソッド 説明 abstract CompletableFuture<UdpRawChannel>doSignaling(PrimaryKey src, PrimaryKey dst)abstract UdpLocatorManagergetLocatorManager()protected voidpost(InetSocketAddress dst, Object obj)protected voidpost(NettyLocator dst, Object obj)voidreceived(Signaling.Request req)voidreceived(Signaling.Response resp)voidsetResponder(String name, Function<Signaling.Request,CompletableFuture> f)