Uses of Class
org.webbitserver.netty.NettyHttpResponse

Packages that use NettyHttpResponse
org.webbitserver.netty   
 

Uses of NettyHttpResponse in org.webbitserver.netty
 

Methods in org.webbitserver.netty that return NettyHttpResponse
 NettyHttpResponse NettyHttpResponse.charset(Charset charset)
           
 NettyHttpResponse NettyHttpResponse.chunked()
           
 NettyHttpResponse NettyHttpResponse.content(byte[] content)
           
 NettyHttpResponse NettyHttpResponse.content(ByteBuffer buffer)
           
 NettyHttpResponse NettyHttpResponse.content(String content)
           
 NettyHttpResponse NettyHttpResponse.cookie(HttpCookie httpCookie)
           
 NettyHttpResponse NettyHttpResponse.end()
           
 NettyHttpResponse NettyHttpResponse.error(Throwable error)
           
 NettyHttpResponse NettyHttpResponse.header(String name, Date value)
           
 NettyHttpResponse NettyHttpResponse.header(String name, long value)
           
 NettyHttpResponse NettyHttpResponse.header(String name, String value)
           
 NettyHttpResponse NettyHttpResponse.status(int status)
           
 NettyHttpResponse NettyHttpResponse.write(String content)
           
 

Constructors in org.webbitserver.netty with parameters of type NettyHttpResponse
NettyHttpControl(Iterator<HttpHandler> handlerIterator, Executor executor, org.jboss.netty.channel.ChannelHandlerContext ctx, NettyHttpRequest webbitHttpRequest, NettyHttpResponse webbitHttpResponse, org.jboss.netty.handler.codec.http.HttpRequest nettyHttpRequest, org.jboss.netty.handler.codec.http.HttpResponse nettyHttpResponse, Thread.UncaughtExceptionHandler exceptionHandler, Thread.UncaughtExceptionHandler ioExceptionHandler)
           
 



Copyright © 2013. All Rights Reserved.