Class TCPConnection

java.lang.Object
org.dellroad.stuff.net.ChannelConnection
org.dellroad.stuff.net.TCPConnection
All Implemented Interfaces:
SelectorSupport.IOHandler

public class TCPConnection extends ChannelConnection
A TCP connection to be used with a ChannelNetwork. Locking

All access to this class must be with the associated TCPNetwork instance locked.