public class TCPclientCommLayer extends TCPcommunicationLayer
Constructor and Description |
---|
TCPclientCommLayer() |
Modifier and Type | Method and Description |
---|---|
boolean |
openConnection(CommLayerParams params)
Opens the connection and sets up the communication stack.
|
closeConnection, getConnectionState, readByte, readDouble, readFloat, readLong, recvData, recvData, sendData
getAbove, getBelow, getRawBytes, sendData, setAbove, setBelow
public boolean openConnection(CommLayerParams params) throws java.io.IOException
ICommunicationLayer
openConnection
in interface ICommunicationLayer
openConnection
in class AbstractCommunicationLayer
params
- CommLayerParams object holding the connection infojava.io.IOException