Uses of Interface
org.jboss.netty.handler.codec.http.HttpChunkTrailer
-
Packages that use HttpChunkTrailer Package Description org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. -
-
Uses of HttpChunkTrailer in org.jboss.netty.handler.codec.http
Classes in org.jboss.netty.handler.codec.http that implement HttpChunkTrailer Modifier and Type Class Description classDefaultHttpChunkTrailerThe defaultHttpChunkTrailerimplementation.Fields in org.jboss.netty.handler.codec.http declared as HttpChunkTrailer Modifier and Type Field Description static HttpChunkTrailerHttpChunk. LAST_CHUNKThe 'end of content' marker in chunked encoding.Methods in org.jboss.netty.handler.codec.http that return HttpChunkTrailer Modifier and Type Method Description private HttpChunkTrailerHttpMessageDecoder. readTrailingHeaders(ChannelBuffer buffer)Methods in org.jboss.netty.handler.codec.http with parameters of type HttpChunkTrailer Modifier and Type Method Description private static voidHttpMessageEncoder. encodeTrailingHeaders(ChannelBuffer buf, HttpChunkTrailer trailer)
-