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 voidHttpStaticFileServerHandler.setContentTypeHeader(HttpResponse response, File file) Sets the content type header for the HTTP Responseprivate static voidHttpStaticFileServerHandler.setDateAndCacheHeaders(HttpResponse response, File fileToCache) Sets the Date and Cache headers for the HTTP Responseprivate static voidHttpStaticFileServerHandler.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 voidAutobahnServerHandler.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 voidWebSocketServerHandler.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 voidWebSocketClientHandshaker.finishHandshake(Channel channel, HttpResponse response) Validates and finishes the opening handshake initiated byWebSocketClientHandshaker.handshake(org.jboss.netty.channel.Channel)}.voidWebSocketClientHandshaker00.finishHandshake(Channel channel, HttpResponse response) Process server response:voidWebSocketClientHandshaker07.finishHandshake(Channel channel, HttpResponse response) Process server response:voidWebSocketClientHandshaker08.finishHandshake(Channel channel, HttpResponse response) Process server response:voidWebSocketClientHandshaker13.finishHandshake(Channel channel, HttpResponse response) Process server response:private static voidWebSocketServerProtocolHandshakeHandler.sendHttpResponse(ChannelHandlerContext ctx, HttpRequest req, HttpResponse res) protected ChannelFutureWebSocketServerHandshaker.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 HttpResponseSpdyHttpDecoder.createHttpResponse(int spdyVersion, SpdyHeadersFrame responseFrame) Methods in org.jboss.netty.handler.codec.spdy with parameters of type HttpResponseModifier and TypeMethodDescriptionprivate SpdySynReplyFrameSpdyHttpEncoder.createSynReplyFrame(HttpResponse httpResponse)