Uses of Interface
org.jboss.netty.handler.codec.http.HttpChunk
Packages that use HttpChunk
Package
Description
Encoder, decoder and their related message types for HTTP.
HTTP multipart support.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
-
Uses of HttpChunk in org.jboss.netty.handler.codec.http
Subinterfaces of HttpChunk in org.jboss.netty.handler.codec.httpClasses in org.jboss.netty.handler.codec.http that implement HttpChunkModifier and TypeClassDescriptionclass
The defaultHttpChunk
implementation.class
The defaultHttpChunkTrailer
implementation. -
Uses of HttpChunk in org.jboss.netty.handler.codec.http.multipart
Methods in org.jboss.netty.handler.codec.http.multipart that return HttpChunkModifier and TypeMethodDescriptionprivate HttpChunk
HttpPostRequestEncoder.encodeNextChunkMultipart
(int sizeleft) From the current context (currentBuffer and currentData), returns the next HttpChunk (if possible) trying to get sizeleft bytes more into the currentBuffer.private HttpChunk
HttpPostRequestEncoder.encodeNextChunkUrlEncoded
(int sizeleft) From the current context (currentBuffer and currentData), returns the next HttpChunk (if possible) trying to get sizeleft bytes more into the currentBuffer.HttpPostRequestEncoder.nextChunk()
Returns the next available HttpChunk.Methods in org.jboss.netty.handler.codec.http.multipart with parameters of type HttpChunkModifier and TypeMethodDescriptionvoid
void
Initialized the internals from a new chunkvoid
void
Initialized the internals from a new chunk -
Uses of HttpChunk in org.jboss.netty.handler.codec.spdy
Methods in org.jboss.netty.handler.codec.spdy with parameters of type HttpChunkModifier and TypeMethodDescriptionprotected void
SpdyHttpEncoder.writeChunk
(ChannelHandlerContext ctx, ChannelFuture future, int streamId, HttpChunk chunk, SocketAddress remoteAddress) Writes an HTTP chunk downstream as one or more SPDY frames.