public interface NettyBootstrap
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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) |
io.netty.channel.EventLoopGroup getParentEventLoopGroup()
io.netty.channel.EventLoopGroup getChildEventLoopGroup()
io.netty.channel.EventLoopGroup getClientEventLoopGroup()
io.netty.bootstrap.ServerBootstrap getServerBootstrap(NettyChannelTransport trans)
io.netty.bootstrap.Bootstrap getBootstrap(NettyRawChannel raw, NettyChannelTransport trans)
Copyright © 2016. All rights reserved.