|
||||||||||
| 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 |
RequestHandlerThread.commenceRequestHandling(java.net.Socket socket,
Listener listener)
Assign a socket to the handler |
void |
ObjectPool.handleRequest(java.net.Socket socket,
Listener listener)
Once the socket request comes in, this method is called. |
| 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 | |||||||||