org.apache.tomcat.util.net

Class JIoEndpoint.Worker

protected class JIoEndpoint.Worker extends Object implements Runnable

Field Summary
protected booleanavailable
protected Socketsocket
protected Threadthread
Method Summary
voidrun()
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
voidstart()
Start the background processing thread.

Field Detail

available

protected boolean available

socket

protected Socket socket

thread

protected Thread thread

Method Detail

run

public void run()
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.

start

public void start()
Start the background processing thread.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.