Skip navigation links
B C D G I L N P R S V W 

B

BAUD_RATE - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 

C

config() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 

D

DATA_BITS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 
doBind(SocketAddress) - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
doClose() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
doConnect(SocketAddress, SocketAddress) - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
doDisconnect() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
doInit() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
DTR - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 

G

getBaudrate() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
getDatabits() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
getParitybit() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
getReadTimeout() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
Return the maximal time (in ms) to block and wait for something to be ready to read.
getStopbits() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
getWaitTimeMillis() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 

I

io.netty.channel.rxtx - package io.netty.channel.rxtx
A serial and parallel port communication transport based on RXTX.
isDtr() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
isInputShutdown() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
isOpen() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
isRts() - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 

L

localAddress() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
localAddress0() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 

N

newUnsafe() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 

P

PARITY_BIT - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 

R

READ_TIMEOUT - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 
remoteAddress() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
remoteAddress0() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
RTS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 
RxtxChannel - Class in io.netty.channel.rxtx
Deprecated.
this transport will be removed in the next major version.
RxtxChannel() - Constructor for class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
RxtxChannelConfig - Interface in io.netty.channel.rxtx
Deprecated.
this transport will be removed in the next major version.
RxtxChannelConfig.Databits - Enum in io.netty.channel.rxtx
Deprecated.
 
RxtxChannelConfig.Paritybit - Enum in io.netty.channel.rxtx
Deprecated.
 
RxtxChannelConfig.Stopbits - Enum in io.netty.channel.rxtx
Deprecated.
 
RxtxChannelOption<T> - Class in io.netty.channel.rxtx
Deprecated.
this transport will be removed in the next major version.
RxtxDeviceAddress - Class in io.netty.channel.rxtx
Deprecated.
this transport will be removed in the next major version.
RxtxDeviceAddress(String) - Constructor for class io.netty.channel.rxtx.RxtxDeviceAddress
Deprecated.
Creates a RxtxDeviceAddress representing the address of the serial port.

S

setAllocator(ByteBufAllocator) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
setAutoClose(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
setAutoRead(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
setBaudrate(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
Sets the baud rate (ie. bits per second) for communication with the serial device.
setConnectTimeoutMillis(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
setDatabits(RxtxChannelConfig.Databits) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
Sets the number of data bits to use to make up each character sent to the serial device.
setDtr(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
Sets whether the serial device supports the Data Terminal Ready signal, used for flow control
setMaxMessagesPerRead(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
setMessageSizeEstimator(MessageSizeEstimator) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
setParitybit(RxtxChannelConfig.Paritybit) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
Sets the type of parity bit to be used when communicating with the serial device.
setReadTimeout(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
Sets the maximal time (in ms) to block while try to read from the serial port.
setRecvByteBufAllocator(RecvByteBufAllocator) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
setRts(boolean) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
Sets whether the serial device supports the Request To Send signal, used for flow control
setStopbits(RxtxChannelConfig.Stopbits) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
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.
setWaitTimeMillis(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
Sets the time to wait after opening the serial port and before sending it any configuration information or data.
setWriteBufferHighWaterMark(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
setWriteBufferLowWaterMark(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
setWriteBufferWaterMark(WriteBufferWaterMark) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
setWriteSpinCount(int) - Method in interface io.netty.channel.rxtx.RxtxChannelConfig
Deprecated.
 
shutdownInput() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
STOP_BITS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 

V

value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
Deprecated.
 
value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Deprecated.
 
value() - Method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
Deprecated.
 
value() - Method in class io.netty.channel.rxtx.RxtxDeviceAddress
Deprecated.
 
valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
Deprecated.
 
valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Deprecated.
 
valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
Deprecated.
 
values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Databits
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

WAIT_TIME - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 
B C D G I L N P R S V W 
Skip navigation links

Copyright © 2008–2020 The Netty Project. All rights reserved.