public abstract class AbstractSocketCharDevice extends AbstractCharDevice
Modifier and Type | Field and Description |
---|---|
boolean |
nowait |
boolean |
server |
boolean |
telnet |
Constructor and Description |
---|
AbstractSocketCharDevice(String name) |
AbstractSocketCharDevice(String name,
boolean server,
boolean nowait) |
Modifier and Type | Method and Description |
---|---|
protected void |
addProperties(Map<String,Object> m) |
AbstractSocketCharDevice |
withNowait(boolean nowait) |
AbstractSocketCharDevice |
withServer(boolean server) |
AbstractSocketCharDevice |
withTelnet(boolean telnet) |
getName, getProperties
public AbstractSocketCharDevice(String name)
public AbstractSocketCharDevice(String name, boolean server, boolean nowait)
@Nonnull public AbstractSocketCharDevice withServer(boolean server)
@Nonnull public AbstractSocketCharDevice withNowait(boolean nowait)
@Nonnull public AbstractSocketCharDevice withTelnet(boolean telnet)
protected void addProperties(Map<String,Object> m)
addProperties
in class AbstractCharDevice