| Package | Description |
|---|---|
| org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpRequest
An HTTP request.
|
interface |
HttpResponse
An HTTP response.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpMessage
The default
HttpMessage implementation. |
class |
DefaultHttpRequest
The default
HttpRequest implementation. |
class |
DefaultHttpResponse
The default
HttpResponse implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected HttpMessage |
HttpMessageDecoder.message |
| Modifier and Type | Method and Description |
|---|---|
protected HttpMessage |
HttpResponseDecoder.createMessage(String[] initialLine) |
protected HttpMessage |
HttpRequestDecoder.createMessage(String[] initialLine) |
protected abstract HttpMessage |
HttpMessageDecoder.createMessage(String[] initialLine) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
HttpMessageEncoder.encodeInitialLine(ChannelBuffer buf,
HttpMessage message) |
protected void |
HttpResponseEncoder.encodeInitialLine(ChannelBuffer buf,
HttpMessage message) |
protected void |
HttpRequestEncoder.encodeInitialLine(ChannelBuffer buf,
HttpMessage message) |
protected boolean |
HttpMessageDecoder.isContentAlwaysEmpty(HttpMessage msg) |
Copyright © 2008-2013 JBoss, by Red Hat. All Rights Reserved.