public class TcpCharDevice extends AbstractSocketCharDevice
Modifier and Type | Field and Description |
---|---|
boolean |
nodelay |
int |
to |
nowait, server, telnet
Constructor and Description |
---|
TcpCharDevice(InetSocketAddress address) |
TcpCharDevice(InetSocketAddress address,
boolean server,
boolean nowait) |
TcpCharDevice(int port) |
Modifier and Type | Method and Description |
---|---|
protected void |
addProperties(Map<String,Object> m) |
InetSocketAddress |
getAddress() |
String |
toString() |
withNowait, withServer, withTelnet
getName, getProperties
public TcpCharDevice(@Nonnull InetSocketAddress address, boolean server, boolean nowait)
public TcpCharDevice(InetSocketAddress address)
public TcpCharDevice(int port)
@Nonnull public InetSocketAddress getAddress()
protected void addProperties(Map<String,Object> m)
addProperties
in class AbstractSocketCharDevice