public class StreamedResponsePublisher extends com.typesafe.netty.HandlerPublisher<HttpResponseBodyPart>
ChannelHandler.Sharable
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
Constructor and Description |
---|
StreamedResponsePublisher(io.netty.util.concurrent.EventExecutor executor,
ChannelManager channelManager,
NettyResponseFuture<?> future,
Channel channel) |
Modifier and Type | Method and Description |
---|---|
protected void |
cancelled() |
acceptInboundMessage, channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, exceptionCaught, handlerAdded, handlerRemoved, requestDemand, subscribe
bind, close, connect, deregister, disconnect, flush, read, write
channelUnregistered, channelWritabilityChanged, userEventTriggered
isSharable
public StreamedResponsePublisher(io.netty.util.concurrent.EventExecutor executor, ChannelManager channelManager, NettyResponseFuture<?> future, Channel channel)
protected void cancelled()
cancelled
in class com.typesafe.netty.HandlerPublisher<HttpResponseBodyPart>
Copyright © 2017. All Rights Reserved.