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 voidHttpStaticFileServerHandler. setContentTypeHeader(HttpResponse response, java.io.File file)Sets the content type header for the HTTP Responseprivate static voidHttpStaticFileServerHandler. setDateAndCacheHeaders(HttpResponse response, java.io.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 HttpResponse Modifier and Type Method Description private 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 HttpResponse Modifier and Type Method Description private 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 Modifier and Type Class Description classDefaultHttpResponseThe defaultHttpResponseimplementation. -
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 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 HttpResponse Modifier and Type Method Description private static HttpResponseSpdyHttpDecoder. createHttpResponse(int spdyVersion, SpdyHeadersFrame responseFrame)Methods in org.jboss.netty.handler.codec.spdy with parameters of type HttpResponse Modifier and Type Method Description private SpdySynReplyFrameSpdyHttpEncoder. createSynReplyFrame(HttpResponse httpResponse)
-