Package io.netty.channel.rxtx
Class RxtxDeviceAddress
- java.lang.Object
-
- java.net.SocketAddress
-
- io.netty.channel.rxtx.RxtxDeviceAddress
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated public class RxtxDeviceAddress extends java.net.SocketAddress
Deprecated.this transport will be removed in the next major version.ASocketAddress
subclass 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(java.lang.String value)
Deprecated.Creates a RxtxDeviceAddress representing the address of the serial port.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
value()
Deprecated.
-