Skip navigation links
C E G I N S W 

C

channelRead0(ChannelHandlerContext, Object) - Method in class cloud.piranha.http.netty.NettyHttpServerHandler
Read the channel.
channelReadComplete(ChannelHandlerContext) - Method in class cloud.piranha.http.netty.NettyHttpServerHandler
Complete the channel read.
cloud.piranha.http.netty - package cloud.piranha.http.netty
A Netty based HTTP server front-end.

E

exceptionCaught(ChannelHandlerContext, Throwable) - Method in class cloud.piranha.http.netty.NettyHttpServerHandler
Handle the exception.

G

getHeader(String) - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the header.
getHeaderNames() - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the header names.
getInputStream() - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the input stream.
getLocalAddress() - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the local address.
getLocalHostname() - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the local hostname.
getLocalPort() - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the local port.
getMethod() - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the method.
getOutputStream() - Method in class cloud.piranha.http.netty.NettyHttpServerResponse
Get the output stream.
getQueryParameter(String) - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the query parameter.
getQueryString() - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the query string.
getRemoteAddress() - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the remote address.
getRemoteHostname() - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the remote hostname.
getRemotePort() - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the remote port.
getRequestTarget() - Method in class cloud.piranha.http.netty.NettyHttpServerRequest
Get the request target.

I

initChannel(SocketChannel) - Method in class cloud.piranha.http.netty.NettyHttpServerInitializer
Initialize the channel.
isRunning() - Method in class cloud.piranha.http.netty.NettyHttpServer
Is the server running?

N

NettyHttpServer - Class in cloud.piranha.http.netty
The Netty HTTP server.
NettyHttpServer() - Constructor for class cloud.piranha.http.netty.NettyHttpServer
Constructor.
NettyHttpServer(int) - Constructor for class cloud.piranha.http.netty.NettyHttpServer
Constructor.
NettyHttpServer(int, HttpServerProcessor) - Constructor for class cloud.piranha.http.netty.NettyHttpServer
Constructor.
NettyHttpServerHandler - Class in cloud.piranha.http.netty
The Netty HTTP server handler.
NettyHttpServerHandler(HttpServerProcessor) - Constructor for class cloud.piranha.http.netty.NettyHttpServerHandler
Constructor.
NettyHttpServerInitializer - Class in cloud.piranha.http.netty
The Netty HTTP server initializer.
NettyHttpServerInitializer(HttpServerProcessor) - Constructor for class cloud.piranha.http.netty.NettyHttpServerInitializer
Constructor.
NettyHttpServerRequest - Class in cloud.piranha.http.netty
The Netty HTTP server request.
NettyHttpServerRequest(ChannelHandlerContext, FullHttpRequest) - Constructor for class cloud.piranha.http.netty.NettyHttpServerRequest
Constructor.
NettyHttpServerResponse - Class in cloud.piranha.http.netty
The Netty HTTP server response.
NettyHttpServerResponse(FullHttpResponse) - Constructor for class cloud.piranha.http.netty.NettyHttpServerResponse
Constructor.

S

setHeader(String, String) - Method in class cloud.piranha.http.netty.NettyHttpServerResponse
Set the header.
setStatus(int) - Method in class cloud.piranha.http.netty.NettyHttpServerResponse
Set the status.
start() - Method in class cloud.piranha.http.netty.NettyHttpServer
Start the server.
stop() - Method in class cloud.piranha.http.netty.NettyHttpServer
Stops the server.

W

writeHeaders() - Method in class cloud.piranha.http.netty.NettyHttpServerResponse
Write the headers.
writeStatusLine() - Method in class cloud.piranha.http.netty.NettyHttpServerResponse
Write the status line.
C E G I N S W 
Skip navigation links

Copyright © 2020. All rights reserved.