public class AprEndpoint.Poller extends Object implements Runnable
Constructor and Description |
---|
Poller() |
Modifier and Type | Method and Description |
---|---|
protected void |
destroy()
Destroy the poller.
|
int |
getConnectionCount() |
protected void |
init()
Create the poller.
|
void |
run()
The background thread that adds sockets to the Poller, checks the
poller for triggered events and hands the associated socket off to an
appropriate processor as events occur.
|
protected void |
stop() |
String |
toString()
Displays the list of sockets in the pollers.
|
public int getConnectionCount()
protected void init()
protected void stop()
protected void destroy()
public String toString()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.