Class Subsystem.Inbound

java.lang.Object
org.openwms.common.comm.config.Subsystem.Inbound
Enclosing class:
Subsystem

public static class Subsystem.Inbound extends Object
  • Field Details

    • mode

      private Subsystem.MODE mode
      Whether the inbound connection channel is operated in client or server mode.
    • hostname

      private String hostname
      The hostname to connect to in client mode.
    • port

      private Integer port
      The port to connect to in client mode.
    • soTimeout

      private Integer soTimeout
      Socket timeout in [ms], the idle time when to close the connection.
    • soReceiveBufferSize

      private Integer soReceiveBufferSize
      The size of the receive buffer for tcp/ip connections.
  • Constructor Details

    • Inbound

      public Inbound()
  • Method Details

    • getMode

      public Subsystem.MODE getMode()
    • setMode

      public void setMode(Subsystem.MODE mode)
    • getHostname

      public String getHostname()
    • setHostname

      public void setHostname(String hostname)
    • getPort

      public Integer getPort()
    • setPort

      public void setPort(Integer port)
    • getSoTimeout

      public Integer getSoTimeout()
    • setSoTimeout

      public void setSoTimeout(Integer soTimeout)
    • getSoReceiveBufferSize

      public Integer getSoReceiveBufferSize()
    • setSoReceiveBufferSize

      public void setSoReceiveBufferSize(Integer soReceiveBufferSize)