public class NettyClientSocketOptions extends ClientSocketOptions
| Constructor and Description |
|---|
NettyClientSocketOptions() |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.EventLoopGroup |
eventLoopGroup() |
NettyClientSocketOptions |
eventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup) |
reactor.fn.Consumer<io.netty.channel.ChannelPipeline> |
pipelineConfigurer() |
NettyClientSocketOptions |
pipelineConfigurer(reactor.fn.Consumer<io.netty.channel.ChannelPipeline> pipelineConfigurer) |
keepAlive, keepAlive, linger, linger, prefetch, prefetch, rcvbuf, rcvbuf, sndbuf, sndbuf, tcpNoDelay, tcpNoDelay, timeout, timeoutpublic reactor.fn.Consumer<io.netty.channel.ChannelPipeline> pipelineConfigurer()
public NettyClientSocketOptions pipelineConfigurer(reactor.fn.Consumer<io.netty.channel.ChannelPipeline> pipelineConfigurer)
public io.netty.channel.EventLoopGroup eventLoopGroup()
public NettyClientSocketOptions eventLoopGroup(io.netty.channel.EventLoopGroup eventLoopGroup)