クラス UdtBootstrap<E extends NettyEndpoint>
java.lang.Object
org.piax.gtrans.netty.bootstrap.NettyBootstrap<E>
org.piax.gtrans.netty.bootstrap.UdtBootstrap<E>
public class UdtBootstrap<E extends NettyEndpoint> extends NettyBootstrap<E>
-
ネストされたクラスの概要
クラスから継承されたネストされたクラス/インタフェース org.piax.gtrans.netty.bootstrap.NettyBootstrap
NettyBootstrap.SerializerType -
フィールドの概要
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 UdtBootstrap() -
メソッドの概要
修飾子とタイプ メソッド 説明 io.netty.bootstrap.BootstrapgetBootstrap(NettyLocator dst, io.netty.channel.ChannelInboundHandlerAdapter ohandler)io.netty.channel.EventLoopGroupgetChildEventLoopGroup()io.netty.channel.EventLoopGroupgetClientEventLoopGroup()io.netty.channel.EventLoopGroupgetParentEventLoopGroup()io.netty.bootstrap.ServerBootstrapgetServerBootstrap(io.netty.channel.ChannelInboundHandlerAdapter ihandler)
-
コンストラクタの詳細
-
UdtBootstrap
public UdtBootstrap()
-
-
メソッドの詳細
-
getParentEventLoopGroup
public io.netty.channel.EventLoopGroup getParentEventLoopGroup()- 定義:
getParentEventLoopGroupクラス内NettyBootstrap<E extends NettyEndpoint>
-
getChildEventLoopGroup
public io.netty.channel.EventLoopGroup getChildEventLoopGroup()- 定義:
getChildEventLoopGroupクラス内NettyBootstrap<E extends NettyEndpoint>
-
getClientEventLoopGroup
public io.netty.channel.EventLoopGroup getClientEventLoopGroup()- 定義:
getClientEventLoopGroupクラス内NettyBootstrap<E extends NettyEndpoint>
-
getBootstrap
public io.netty.bootstrap.Bootstrap getBootstrap(NettyLocator dst, io.netty.channel.ChannelInboundHandlerAdapter ohandler)- 定義:
getBootstrapクラス内NettyBootstrap<E extends NettyEndpoint>
-
getServerBootstrap
public io.netty.bootstrap.ServerBootstrap getServerBootstrap(io.netty.channel.ChannelInboundHandlerAdapter ihandler)- 定義:
getServerBootstrapクラス内NettyBootstrap<E extends NettyEndpoint>
-