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 ChannelHandler
ChannelHandler.Sharable -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final charprivate static final char -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidencodeInitialLine(ChannelBuffer buf, HttpMessage message) Methods inherited from class HttpMessageEncoder
encode, encodeAsciiMethods inherited from class 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:
encodeInitialLinein classHttpMessageEncoder- Throws:
Exception
-