protected class JIoEndpoint.Worker
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected boolean |
available |
protected java.net.Socket |
socket |
protected java.lang.Thread |
thread |
Modifier | Constructor and Description |
---|---|
protected |
Worker() |
Modifier and Type | Method and Description |
---|---|
void |
run()
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor.
|
void |
start()
Start the background processing thread.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.