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 TypeClassDescriptionclassThe defaultHttpChunkimplementation.classThe defaultHttpChunkTrailerimplementation. -
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 HttpChunkHttpPostRequestEncoder.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 HttpChunkHttpPostRequestEncoder.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 TypeMethodDescriptionvoidvoidInitialized the internals from a new chunkvoidvoidInitialized 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 voidSpdyHttpEncoder.writeChunk(ChannelHandlerContext ctx, ChannelFuture future, int streamId, HttpChunk chunk, SocketAddress remoteAddress) Writes an HTTP chunk downstream as one or more SPDY frames.