| 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 NettyChannelStream<IN,OUT> |
NettyChannelHandlerBridge.channelStream |
| Modifier and Type | Method and Description |
|---|---|
NettyChannelStream<IN,OUT> |
NettyChannelHandlerBridge.getChannelStream() |
| Constructor and Description |
|---|
NettyChannelHandlerBridge(ReactorChannelHandler<IN,OUT,ChannelStream<IN,OUT>> handler,
NettyChannelStream<IN,OUT> channelStream) |
| Constructor and Description |
|---|
NettyHttpChannel(NettyChannelStream<IN,OUT> tcpStream,
io.netty.handler.codec.http.HttpRequest request) |
NettyHttpClientHandler(ReactorChannelHandler<IN,OUT,ChannelStream<IN,OUT>> handler,
NettyChannelStream<IN,OUT> tcpStream) |
NettyHttpServerHandler(ReactorChannelHandler<IN,OUT,ChannelStream<IN,OUT>> handler,
NettyChannelStream<IN,OUT> tcpStream) |
NettyHttpWSClientHandler(ReactorChannelHandler<IN,OUT,ChannelStream<IN,OUT>> handler,
NettyChannelStream<IN,OUT> tcpStream,
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker handshaker) |
Copyright © 2016. All rights reserved.