Package | Description |
---|---|
reactor.io.net.impl.netty |
Implementations of the various TCP abstractions based on Netty.
|
reactor.io.net.impl.netty.http |
Modifier and Type | Field and Description |
---|---|
protected static AtomicIntegerFieldUpdater<NettyChannelHandlerBridge> |
NettyChannelHandlerBridge.CHANNEL_REF |
Modifier and Type | Class and Description |
---|---|
class |
NettyHttpClientHandler<IN,OUT> |
class |
NettyHttpServerHandler<IN,OUT>
Conversion between Netty types and Reactor types (
NettyHttpChannel and Buffer ). |
class |
NettyHttpWSClientHandler<IN,OUT> |
class |
NettyHttpWSServerHandler<IN,OUT>
Conversion between Netty types and Reactor types (
NettyHttpChannel and Buffer ). |
Copyright © 2016. All rights reserved.