public class NettyHttpContentSubscriber
extends com.typesafe.netty.HandlerSubscriber<io.netty.handler.codec.http.HttpContent>
Channel.| Constructor | Description |
|---|---|
NettyHttpContentSubscriber(io.netty.channel.Channel channel) |
| Modifier and Type | Method | Description |
|---|---|---|
org.reactivestreams.Subscriber<ByteBuffer> |
adapt() |
Adapt this subscriber to one that subcribes to
ByteBuffer events. |
bind, close, connect, deregister, disconnect, flush, read, writechannelRead, channelReadComplete, channelUnregistered, userEventTriggeredpublic NettyHttpContentSubscriber(io.netty.channel.Channel channel)
public org.reactivestreams.Subscriber<ByteBuffer> adapt()
ByteBuffer events. Used to subscribe to
SdkHttpRequestProvider publisher.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.