public class SslBootstrap extends Object implements NettyBootstrap
| コンストラクタと説明 |
|---|
SslBootstrap(String host,
int port) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
io.netty.bootstrap.Bootstrap |
getBootstrap(NettyRawChannel raw,
NettyChannelTransport trans) |
io.netty.channel.EventLoopGroup |
getChildEventLoopGroup() |
io.netty.channel.EventLoopGroup |
getClientEventLoopGroup() |
io.netty.channel.EventLoopGroup |
getParentEventLoopGroup() |
io.netty.bootstrap.ServerBootstrap |
getServerBootstrap(NettyChannelTransport trans) |
public SslBootstrap(String host, int port)
public io.netty.channel.EventLoopGroup getParentEventLoopGroup()
getParentEventLoopGroup インタフェース内 NettyBootstrappublic io.netty.channel.EventLoopGroup getChildEventLoopGroup()
getChildEventLoopGroup インタフェース内 NettyBootstrappublic io.netty.channel.EventLoopGroup getClientEventLoopGroup()
getClientEventLoopGroup インタフェース内 NettyBootstrappublic io.netty.bootstrap.ServerBootstrap getServerBootstrap(NettyChannelTransport trans)
getServerBootstrap インタフェース内 NettyBootstrappublic io.netty.bootstrap.Bootstrap getBootstrap(NettyRawChannel raw, NettyChannelTransport trans)
getBootstrap インタフェース内 NettyBootstrapCopyright © 2016. All rights reserved.