クラス NettyBootstrap<E extends NettyEndpoint>
java.lang.Object
org.piax.gtrans.netty.bootstrap.NettyBootstrap<E>
- 直系の既知のサブクラス:
SslBootstrap,TcpBootstrap,UdtBootstrap
public abstract class NettyBootstrap<E extends NettyEndpoint> extends Object
-
ネストされたクラスの概要
ネストされたクラス 修飾子とタイプ クラス 説明 static classNettyBootstrap.SerializerType -
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 static Option.EnumOption<NettyBootstrap.SerializerType>SERIALIZER -
コンストラクタの概要
コンストラクタ コンストラクタ 説明 NettyBootstrap() -
メソッドの概要
修飾子とタイプ メソッド 説明 io.netty.channel.ChannelFutureconnect(io.netty.bootstrap.Bootstrap b, String host, int port)abstract io.netty.bootstrap.BootstrapgetBootstrap(NettyLocator dst, io.netty.channel.ChannelInboundHandlerAdapter ohandler)abstract io.netty.channel.EventLoopGroupgetChildEventLoopGroup()abstract io.netty.channel.EventLoopGroupgetClientEventLoopGroup()abstract io.netty.channel.EventLoopGroupgetParentEventLoopGroup()abstract io.netty.bootstrap.AbstractBootstrapgetServerBootstrap(io.netty.channel.ChannelInboundHandlerAdapter ihandler)protected voidsetupSerializers(io.netty.channel.ChannelPipeline p)
-
フィールド詳細
-
コンストラクタの詳細
-
NettyBootstrap
public NettyBootstrap()
-
-
メソッドの詳細
-
getParentEventLoopGroup
public abstract io.netty.channel.EventLoopGroup getParentEventLoopGroup() -
getChildEventLoopGroup
public abstract io.netty.channel.EventLoopGroup getChildEventLoopGroup() -
getClientEventLoopGroup
public abstract io.netty.channel.EventLoopGroup getClientEventLoopGroup() -
getBootstrap
public abstract io.netty.bootstrap.Bootstrap getBootstrap(NettyLocator dst, io.netty.channel.ChannelInboundHandlerAdapter ohandler) -
getServerBootstrap
public abstract io.netty.bootstrap.AbstractBootstrap getServerBootstrap(io.netty.channel.ChannelInboundHandlerAdapter ihandler) -
setupSerializers
protected void setupSerializers(io.netty.channel.ChannelPipeline p) -
connect
public io.netty.channel.ChannelFuture connect(io.netty.bootstrap.Bootstrap b, String host, int port)
-