public static class HTTPStreamingRequest.StreamSender extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
MAPPER |
| Constructor and Description |
|---|
HTTPStreamingRequest.StreamSender(io.netty.channel.Channel channel) |
public HTTPStreamingRequest.StreamSender(io.netty.channel.Channel channel)
public io.netty.channel.ChannelFuture send(Object content) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionpublic io.netty.channel.ChannelFuture send(String content)
public io.netty.channel.ChannelFuture send(io.netty.buffer.ByteBuf content)
Copyright © 2012-2015. All Rights Reserved.