protected class NioEndpoint.SocketProcessor
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected NioChannel |
socket |
protected SocketStatus |
status |
Constructor and Description |
---|
NioEndpoint.SocketProcessor(NioChannel socket,
SocketStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
reset(NioChannel socket,
SocketStatus status) |
void |
run() |
protected NioChannel socket
protected SocketStatus status
public NioEndpoint.SocketProcessor(NioChannel socket, SocketStatus status)
public void reset(NioChannel socket, SocketStatus status)
public void run()
run
in interface java.lang.Runnable
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.