Uses of Interface
org.jboss.netty.handler.codec.http.HttpResponse
-
Packages that use HttpResponse 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. -
-
Uses of HttpResponse in org.jboss.netty.example.http.file
Methods in org.jboss.netty.example.http.file with parameters of type HttpResponse Modifier and Type Method Description private static void
HttpStaticFileServerHandler. setContentTypeHeader(HttpResponse response, java.io.File file)
Sets the content type header for the HTTP Responseprivate static void
HttpStaticFileServerHandler. setDateAndCacheHeaders(HttpResponse response, java.io.File fileToCache)
Sets the Date and Cache headers for the HTTP Responseprivate static void
HttpStaticFileServerHandler. setDateHeader(HttpResponse response)
Sets the Date header for the HTTP response -
Uses of HttpResponse in org.jboss.netty.example.http.websocketx.autobahn
Methods in org.jboss.netty.example.http.websocketx.autobahn with parameters of type HttpResponse Modifier and Type Method Description private static void
AutobahnServerHandler. sendHttpResponse(ChannelHandlerContext ctx, HttpRequest req, HttpResponse res)
-
Uses of HttpResponse in org.jboss.netty.example.http.websocketx.server
Methods in org.jboss.netty.example.http.websocketx.server with parameters of type HttpResponse Modifier and Type Method Description private static void
WebSocketServerHandler. sendHttpResponse(ChannelHandlerContext ctx, HttpRequest req, HttpResponse res)
-
Uses of HttpResponse in org.jboss.netty.handler.codec.http
Classes in org.jboss.netty.handler.codec.http that implement HttpResponse Modifier and Type Class Description class
DefaultHttpResponse
The defaultHttpResponse
implementation. -
Uses of HttpResponse in org.jboss.netty.handler.codec.http.websocketx
Methods in org.jboss.netty.handler.codec.http.websocketx with parameters of type HttpResponse Modifier and Type Method Description abstract void
WebSocketClientHandshaker. finishHandshake(Channel channel, HttpResponse response)
Validates and finishes the opening handshake initiated byWebSocketClientHandshaker.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. -
Uses of HttpResponse in org.jboss.netty.handler.codec.spdy
Methods in org.jboss.netty.handler.codec.spdy that return HttpResponse Modifier and Type Method Description private static HttpResponse
SpdyHttpDecoder. createHttpResponse(int spdyVersion, SpdyHeadersFrame responseFrame)
Methods in org.jboss.netty.handler.codec.spdy with parameters of type HttpResponse Modifier and Type Method Description private SpdySynReplyFrame
SpdyHttpEncoder. createSynReplyFrame(HttpResponse httpResponse)
-