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
- Direct Known Subclasses:
HttpClientCodec.Encoder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler
ChannelHandler.Sharable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final char
private static final char
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Field Details
-
SLASH
private static final char SLASH- See Also:
-
QUESTION_MARK
private static final char QUESTION_MARK- See Also:
-
-
Constructor Details
-
HttpRequestEncoder
public HttpRequestEncoder()
-
-
Method Details
-
encodeInitialLine
- Specified by:
encodeInitialLine
in classHttpMessageEncoder
- Throws:
Exception
-