protected class TCPConnectionMap.TCPConnection.Receiver extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
protected boolean |
receiving |
protected Thread |
recv |
Constructor and Description |
---|
TCPConnectionMap.TCPConnection.Receiver(ThreadFactory f) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRun() |
boolean |
isRunning() |
void |
run() |
TCPConnectionMap.TCPConnection.Receiver |
start() |
TCPConnectionMap.TCPConnection.Receiver |
stop() |
protected final Thread recv
protected volatile boolean receiving
public TCPConnectionMap.TCPConnection.Receiver(ThreadFactory f)
public TCPConnectionMap.TCPConnection.Receiver start()
public TCPConnectionMap.TCPConnection.Receiver stop()
public boolean isRunning()
public boolean canRun()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.