Class RxtxDeviceAddress

java.lang.Object
java.net.SocketAddress
io.netty.channel.rxtx.RxtxDeviceAddress
All Implemented Interfaces:
Serializable

@Deprecated public class RxtxDeviceAddress extends SocketAddress
Deprecated.
this transport will be removed in the next major version.
A SocketAddress subclass to wrap the serial port address of a RXTX device (e.g. COM1, /dev/ttyUSB0).
See Also:
  • Constructor Details

    • RxtxDeviceAddress

      public RxtxDeviceAddress(String value)
      Deprecated.
      Creates a RxtxDeviceAddress representing the address of the serial port.
      Parameters:
      value - the address of the device (e.g. COM1, /dev/ttyUSB0, ...)
  • Method Details

    • value

      public String value()
      Deprecated.
      Returns:
      The serial port address of the device (e.g. COM1, /dev/ttyUSB0, ...)