-
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- JIoEndpoint
protected class JIoEndpoint.SocketProcessor
extends Object
implements Runnable
This class is the equivalent of the Worker, but will simply use in an
external Executor thread pool.
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected Socket |
socket |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
void |
run() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
socket
protected Socket socket
-
Method Detail
-
run
public void run()
- Specified by:
run
in interface Runnable
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.