Package org.openwms.common.comm.config
Class Subsystem.Inbound
java.lang.Object
org.openwms.common.comm.config.Subsystem.Inbound
- Enclosing class:
Subsystem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StringThe hostname to connect to in client mode.private Subsystem.MODEWhether the inbound connection channel is operated in client or server mode.private IntegerThe port to connect to in client mode.private IntegerThe size of the receive buffer for tcp/ip connections.private IntegerSocket timeout in [ms], the idle time when to close the connection. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()getPort()voidsetHostname(String hostname) voidsetMode(Subsystem.MODE mode) voidvoidsetSoReceiveBufferSize(Integer soReceiveBufferSize) voidsetSoTimeout(Integer soTimeout)
-
Field Details
-
mode
Whether the inbound connection channel is operated in client or server mode. -
hostname
The hostname to connect to in client mode. -
port
The port to connect to in client mode. -
soTimeout
Socket timeout in [ms], the idle time when to close the connection. -
soReceiveBufferSize
The size of the receive buffer for tcp/ip connections.
-
-
Constructor Details
-
Inbound
public Inbound()
-
-
Method Details
-
getMode
-
setMode
-
getHostname
-
setHostname
-
getPort
-
setPort
-
getSoTimeout
-
setSoTimeout
-
getSoReceiveBufferSize
-
setSoReceiveBufferSize
-