Uses of Interface
org.jboss.netty.handler.codec.http.HttpResponse
Packages that use HttpResponse
Package
Description
This package is intended for use with testing against the Python
AutoBahn test suite.
This package contains an example web socket web server.
Encoder, decoder and their related message types for HTTP.
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
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 HttpResponseModifier and TypeMethodDescriptionprivate static void
HttpStaticFileServerHandler.setContentTypeHeader
(HttpResponse response, File file) Sets the content type header for the HTTP Responseprivate static void
HttpStaticFileServerHandler.setDateAndCacheHeaders
(HttpResponse response, 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 HttpResponseModifier and TypeMethodDescriptionprivate 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 HttpResponseModifier and TypeMethodDescriptionprivate 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 -
Uses of HttpResponse in org.jboss.netty.handler.codec.http.websocketx
Methods in org.jboss.netty.handler.codec.http.websocketx with parameters of type HttpResponseModifier and TypeMethodDescriptionabstract 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 HttpResponseModifier and TypeMethodDescriptionprivate static HttpResponse
SpdyHttpDecoder.createHttpResponse
(int spdyVersion, SpdyHeadersFrame responseFrame) Methods in org.jboss.netty.handler.codec.spdy with parameters of type HttpResponseModifier and TypeMethodDescriptionprivate SpdySynReplyFrame
SpdyHttpEncoder.createSynReplyFrame
(HttpResponse httpResponse)