|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Listener | |
---|---|
winstone | |
winstone.ajp13 | |
winstone.ssl |
Uses of Listener in winstone |
---|
Classes in winstone that implement Listener | |
---|---|
class |
HttpListener
Implements the main listener daemon thread. |
Methods in winstone with parameters of type Listener | |
---|---|
void |
ObjectPool.handleRequest(java.net.Socket socket,
Listener listener)
Once the socket request comes in, this method is called. |
Constructors in winstone with parameters of type Listener | |
---|---|
RequestHandlerThread(boolean simulateModUniqueId,
boolean saveSessions,
java.net.Socket socket,
Listener listener)
Constructor - this is called by the handler pool, and just sets up for when a real request comes along. |
Uses of Listener in winstone.ajp13 |
---|
Classes in winstone.ajp13 that implement Listener | |
---|---|
class |
Ajp13Listener
Implements the main listener daemon thread. |
Uses of Listener in winstone.ssl |
---|
Classes in winstone.ssl that implement Listener | |
---|---|
class |
HttpsListener
Implements the main listener daemon thread. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |