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 String
The hostname to connect to in client mode.private Subsystem.MODE
Whether the inbound connection channel is operated in client or server mode.private Integer
The port to connect to in client mode.private Integer
The size of the receive buffer for tcp/ip connections.private Integer
Socket timeout in [ms], the idle time when to close the connection. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()
getPort()
void
setHostname
(String hostname) void
setMode
(Subsystem.MODE mode) void
void
setSoReceiveBufferSize
(Integer soReceiveBufferSize) void
setSoTimeout
(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
-