|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.netty.handler.codec.oneone.OneToOneEncoder
org.jboss.netty.handler.codec.http.HttpMessageEncoder
org.jboss.netty.handler.codec.http.HttpRequestEncoder
public class HttpRequestEncoder
Encodes an HttpRequest or an HttpChunk into
a ChannelBuffer.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.netty.channel.ChannelHandler |
|---|
ChannelHandler.Sharable |
| Constructor Summary | |
|---|---|
HttpRequestEncoder()
Creates a new instance. |
|
| Method Summary | |
|---|---|
protected void |
encodeInitialLine(ChannelBuffer buf,
HttpMessage message)
|
| Methods inherited from class org.jboss.netty.handler.codec.http.HttpMessageEncoder |
|---|
encode |
| Methods inherited from class org.jboss.netty.handler.codec.oneone.OneToOneEncoder |
|---|
handleDownstream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpRequestEncoder()
| Method Detail |
|---|
protected void encodeInitialLine(ChannelBuffer buf,
HttpMessage message)
throws java.lang.Exception
encodeInitialLine in class HttpMessageEncoderjava.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||