Uses of Interface
io.netty.channel.rxtx.RxtxChannelConfig
Packages that use RxtxChannelConfig
-
Uses of RxtxChannelConfig in io.netty.channel.rxtx
Methods in io.netty.channel.rxtx that return RxtxChannelConfigModifier and TypeMethodDescriptionRxtxChannel.config()Deprecated.RxtxChannelConfig.setAllocator(ByteBufAllocator allocator) Deprecated.RxtxChannelConfig.setAutoClose(boolean autoClose) Deprecated.RxtxChannelConfig.setAutoRead(boolean autoRead) Deprecated.RxtxChannelConfig.setBaudrate(int baudrate) Deprecated.Sets the baud rate (ie. bits per second) for communication with the serial device.RxtxChannelConfig.setConnectTimeoutMillis(int connectTimeoutMillis) Deprecated.RxtxChannelConfig.setDatabits(RxtxChannelConfig.Databits databits) Deprecated.Sets the number of data bits to use to make up each character sent to the serial device.RxtxChannelConfig.setDtr(boolean dtr) Deprecated.Sets whether the serial device supports the Data Terminal Ready signal, used for flow controlRxtxChannelConfig.setMaxMessagesPerRead(int maxMessagesPerRead) Deprecated.RxtxChannelConfig.setMessageSizeEstimator(MessageSizeEstimator estimator) Deprecated.RxtxChannelConfig.setParitybit(RxtxChannelConfig.Paritybit paritybit) Deprecated.Sets the type of parity bit to be used when communicating with the serial device.RxtxChannelConfig.setReadTimeout(int readTimeout) Deprecated.Sets the maximal time (in ms) to block while try to read from the serial port.RxtxChannelConfig.setRecvByteBufAllocator(RecvByteBufAllocator allocator) Deprecated.RxtxChannelConfig.setRts(boolean rts) Deprecated.Sets whether the serial device supports the Request To Send signal, used for flow controlRxtxChannelConfig.setStopbits(RxtxChannelConfig.Stopbits stopbits) Deprecated.Sets the number of stop bits to include at the end of every character to aid the serial device in synchronising with the data.RxtxChannelConfig.setWaitTimeMillis(int waitTimeMillis) Deprecated.Sets the time to wait after opening the serial port and before sending it any configuration information or data.RxtxChannelConfig.setWriteBufferHighWaterMark(int writeBufferHighWaterMark) Deprecated.RxtxChannelConfig.setWriteBufferLowWaterMark(int writeBufferLowWaterMark) Deprecated.RxtxChannelConfig.setWriteBufferWaterMark(WriteBufferWaterMark writeBufferWaterMark) Deprecated.RxtxChannelConfig.setWriteSpinCount(int writeSpinCount) Deprecated.