| com.tc.net.core.TCComm
All known Subclasses: com.tc.net.core.TCCommJDK14,
TCComm | public interface TCComm (Code) | | The common interface for TCComm instances. A TCComm instance is used for managing the lowest level network details
(ie. reading/writing bytes, and opening/closing connections)
author: teck |
isStarted | public boolean isStarted()(Code) | | |
isStopped | public boolean isStopped()(Code) | | |
start | public void start()(Code) | | |
|
|