Index
A C D E G I P S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addHeader(String, String) - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
-
Add the header.
C
- closeResponse() - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
- cloud.piranha.http.impl - package cloud.piranha.http.impl
-
This package delivers the default implementation of the HTTP Server API.
D
- DefaultHttpServer - Class in cloud.piranha.http.impl
-
The default implementation of HTTP Server.
- DefaultHttpServer() - Constructor for class cloud.piranha.http.impl.DefaultHttpServer
-
Constructor
- DefaultHttpServer(int) - Constructor for class cloud.piranha.http.impl.DefaultHttpServer
-
Constructor.
- DefaultHttpServer(int, HttpServerProcessor, boolean) - Constructor for class cloud.piranha.http.impl.DefaultHttpServer
-
Constructor
- DefaultHttpServer(int, HttpServerProcessor, int) - Constructor for class cloud.piranha.http.impl.DefaultHttpServer
-
Constructor
- DefaultHttpServerProcessor - Class in cloud.piranha.http.impl
-
The default implementation of a HTTP Server Processor.
- DefaultHttpServerProcessor() - Constructor for class cloud.piranha.http.impl.DefaultHttpServerProcessor
- DefaultHttpServerRequest - Class in cloud.piranha.http.impl
-
The default implementation of HTTP Server Request.
- DefaultHttpServerRequest(Socket) - Constructor for class cloud.piranha.http.impl.DefaultHttpServerRequest
-
Constructor.
- DefaultHttpServerResponse - Class in cloud.piranha.http.impl
-
The default implementation of HTTP Server Response.
- DefaultHttpServerResponse(Socket) - Constructor for class cloud.piranha.http.impl.DefaultHttpServerResponse
-
Constructor.
E
- executorService - Variable in class cloud.piranha.http.impl.DefaultHttpServer
-
Stores the executor service.
G
- getHeader(String) - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getHeader(String) - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
- getHeaderNames() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getHttpServerProcessor() - Method in class cloud.piranha.http.impl.DefaultHttpServer
- getInputStream() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getLocalAddress() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getLocalHostname() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getLocalPort() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getMethod() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getOutputStream() - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
- getQueryParameter(String) - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getQueryString() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getRemoteAddress() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
-
Get the remote address.
- getRemoteHostname() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getRemotePort() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getRequestTarget() - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
- getServerPort() - Method in class cloud.piranha.http.impl.DefaultHttpServer
- getSoTimeout() - Method in class cloud.piranha.http.impl.DefaultHttpServer
-
Get the SO_TIMEOUT.
- getSSL() - Method in class cloud.piranha.http.impl.DefaultHttpServer
I
- isRunning() - Method in class cloud.piranha.http.impl.DefaultHttpServer
P
- process(HttpServerRequest, HttpServerResponse) - Method in class cloud.piranha.http.impl.DefaultHttpServerProcessor
- processor - Variable in class cloud.piranha.http.impl.DefaultHttpServer
-
Stores the processor.
S
- serverAcceptorThread - Variable in class cloud.piranha.http.impl.DefaultHttpServer
-
Stores the server acceptor thread.
- serverPort - Variable in class cloud.piranha.http.impl.DefaultHttpServer
-
Stores the port we are listening on.
- serverSocket - Variable in class cloud.piranha.http.impl.DefaultHttpServer
-
Stores the server socket.
- serverStopRequest - Variable in class cloud.piranha.http.impl.DefaultHttpServer
-
Stores the server stop request.
- setHeader(String, String) - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
- setHttpServerProcessor(HttpServerProcessor) - Method in class cloud.piranha.http.impl.DefaultHttpServer
- setMethod(String) - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
-
Set the method.
- setRequestTarget(String) - Method in class cloud.piranha.http.impl.DefaultHttpServerRequest
-
Set the request target.
- setServerPort(int) - Method in class cloud.piranha.http.impl.DefaultHttpServer
- setSSL(boolean) - Method in class cloud.piranha.http.impl.DefaultHttpServer
- setStatus(int) - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
- soTimeout - Variable in class cloud.piranha.http.impl.DefaultHttpServer
-
Stores the SO_TIMEOUT.
- ssl - Variable in class cloud.piranha.http.impl.DefaultHttpServer
-
Stores the SSL flag.
- start() - Method in class cloud.piranha.http.impl.DefaultHttpServer
- stop() - Method in class cloud.piranha.http.impl.DefaultHttpServer
T
- threadFactory - Variable in class cloud.piranha.http.impl.DefaultHttpServer
-
Stores the thread factory.
W
- writeHeaders() - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
- writeStatusLine() - Method in class cloud.piranha.http.impl.DefaultHttpServerResponse
All Classes All Packages