Uses of Interface
org.jboss.netty.handler.codec.http.HttpChunk
-
Packages that use HttpChunk Package Description org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.org.jboss.netty.handler.codec.http.multipart HTTP multipart support.org.jboss.netty.handler.codec.spdy 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.http Modifier and Type Interface Description interfaceHttpChunkTrailerThe lastHttpChunkwhich has trailing headers.Classes in org.jboss.netty.handler.codec.http that implement HttpChunk Modifier and Type Class Description classDefaultHttpChunkThe defaultHttpChunkimplementation.classDefaultHttpChunkTrailerThe defaultHttpChunkTrailerimplementation. -
Uses of HttpChunk in org.jboss.netty.handler.codec.http.multipart
Methods in org.jboss.netty.handler.codec.http.multipart that return HttpChunk Modifier and Type Method Description private 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.HttpChunkHttpPostRequestEncoder. nextChunk()Returns the next available HttpChunk.Methods in org.jboss.netty.handler.codec.http.multipart with parameters of type HttpChunk Modifier and Type Method Description voidHttpPostMultipartRequestDecoder. offer(HttpChunk chunk)voidHttpPostRequestDecoder. offer(HttpChunk chunk)Initialized the internals from a new chunkvoidHttpPostStandardRequestDecoder. offer(HttpChunk chunk)voidInterfaceHttpPostRequestDecoder. offer(HttpChunk chunk)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 HttpChunk Modifier and Type Method Description protected voidSpdyHttpEncoder. writeChunk(ChannelHandlerContext ctx, ChannelFuture future, int streamId, HttpChunk chunk, java.net.SocketAddress remoteAddress)Writes an HTTP chunk downstream as one or more SPDY frames.
-