| Package | Description |
|---|---|
| org.jboss.netty.example.http.file | |
| org.jboss.netty.example.http.websocketx.autobahn |
This package is intended for use with testing against the Python
AutoBahn test suite.
|
| org.jboss.netty.example.http.websocketx.server |
This package contains an example web socket web server.
|
| org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| org.jboss.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
| org.jboss.netty.handler.codec.spdy |
Encoder, decoder, session handler and their related message types for the SPDY protocol.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
HttpStaticFileServerHandler.setContentTypeHeader(HttpResponse response,
java.io.File file)
Sets the content type header for the HTTP Response
|
private static void |
HttpStaticFileServerHandler.setDateAndCacheHeaders(HttpResponse response,
java.io.File fileToCache)
Sets the Date and Cache headers for the HTTP Response
|
private static void |
HttpStaticFileServerHandler.setDateHeader(HttpResponse response)
Sets the Date header for the HTTP response
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
AutobahnServerHandler.sendHttpResponse(ChannelHandlerContext ctx,
HttpRequest req,
HttpResponse res) |
| Modifier and Type | Method and Description |
|---|---|
private static void |
WebSocketServerHandler.sendHttpResponse(ChannelHandlerContext ctx,
HttpRequest req,
HttpResponse res) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpResponse
The default
HttpResponse implementation. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebSocketClientHandshaker.finishHandshake(Channel channel,
HttpResponse response)
Validates and finishes the opening handshake initiated by
WebSocketClientHandshaker.handshake(org.jboss.netty.channel.Channel)}. |
void |
WebSocketClientHandshaker00.finishHandshake(Channel channel,
HttpResponse response)
Process server response:
|
void |
WebSocketClientHandshaker07.finishHandshake(Channel channel,
HttpResponse response)
Process server response:
|
void |
WebSocketClientHandshaker08.finishHandshake(Channel channel,
HttpResponse response)
Process server response:
|
void |
WebSocketClientHandshaker13.finishHandshake(Channel channel,
HttpResponse response)
Process server response:
|
private static void |
WebSocketServerProtocolHandshakeHandler.sendHttpResponse(ChannelHandlerContext ctx,
HttpRequest req,
HttpResponse res) |
protected ChannelFuture |
WebSocketServerHandshaker.writeHandshakeResponse(Channel channel,
HttpResponse res,
ChannelHandler encoder,
ChannelHandler decoder)
Upgrades the connection and send the handshake response.
|
| Modifier and Type | Method and Description |
|---|---|
private static HttpResponse |
SpdyHttpDecoder.createHttpResponse(int spdyVersion,
SpdyHeadersFrame responseFrame) |
| Modifier and Type | Method and Description |
|---|---|
private SpdySynReplyFrame |
SpdyHttpEncoder.createSynReplyFrame(HttpResponse httpResponse) |