Package io.netty.channel.rxtx
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.ASocketAddresssubclass to wrap the serial port address of a RXTX device (e.g. COM1, /dev/ttyUSB0).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RxtxDeviceAddress(String value)Deprecated.Creates a RxtxDeviceAddress representing the address of the serial port.
-
-
-
Constructor Detail
-
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 Detail
-
value
public String value()
Deprecated.- Returns:
- The serial port address of the device (e.g. COM1, /dev/ttyUSB0, ...)
-
-