JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
I
P
R
S
C
cloud.piranha.http.singlethread
- package cloud.piranha.http.singlethread
A single threaded HttpServer implementation that can be used if you want to run Piranha on single thread.
I
isRunning()
- Method in class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Is the server running.
P
processor
- Variable in class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Stores the processor.
R
run()
- Method in class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Handle the socket request.
running
- Variable in class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Stores the running flag.
S
serverPort
- Variable in class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Stores the port we are listening on.
serverProcessingThread
- Variable in class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Stores the server acceptor thread.
serverSocket
- Variable in class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Stores the server socket.
serverStopRequest
- Variable in class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Stores the server stop request.
SingleThreadHttpServer
- Class in
cloud.piranha.http.singlethread
A single thread HttpServer.
SingleThreadHttpServer()
- Constructor for class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Constructor
SingleThreadHttpServer(int, HttpServerProcessor)
- Constructor for class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Constructor
soTimeout
- Variable in class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Stores the SO_TIMEOUT.
start()
- Method in class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Start the server.
stop()
- Method in class cloud.piranha.http.singlethread.
SingleThreadHttpServer
Stop the server.
C
I
P
R
S
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All rights reserved.