public class AprEndpoint.Poller
extends java.lang.Object
implements java.lang.Runnable
Constructor and Description |
---|
AprEndpoint.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 listens for incoming TCP/IP connections
and hands them off to an appropriate processor.
|
protected void |
stop() |
java.lang.String |
toString()
Displays the list of sockets in the pollers.
|
public int getConnectionCount()
protected void init()
protected void stop()
protected void destroy()
public java.lang.String toString()
toString
in class java.lang.Object
public void run()
run
in interface java.lang.Runnable
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.