Class HttpRequestEncoder
- java.lang.Object
-
- org.jboss.netty.handler.codec.oneone.OneToOneEncoder
-
- org.jboss.netty.handler.codec.http.HttpMessageEncoder
-
- org.jboss.netty.handler.codec.http.HttpRequestEncoder
-
- All Implemented Interfaces:
ChannelDownstreamHandler
,ChannelHandler
public class HttpRequestEncoder extends HttpMessageEncoder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
ChannelHandler.Sharable
-
-
Constructor Summary
Constructors Constructor Description HttpRequestEncoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
encodeInitialLine(ChannelBuffer buf, HttpMessage message)
-
Methods inherited from class org.jboss.netty.handler.codec.http.HttpMessageEncoder
encode, encodeAscii
-
Methods inherited from class org.jboss.netty.handler.codec.oneone.OneToOneEncoder
doEncode, handleDownstream
-
-
-
-
Method Detail
-
encodeInitialLine
protected void encodeInitialLine(ChannelBuffer buf, HttpMessage message) throws Exception
- Specified by:
encodeInitialLine
in classHttpMessageEncoder
- Throws:
Exception
-
-