B C D E G I L M N O P R S V W 
All Classes All Packages

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.
 
DATABITS_5 - io.netty.channel.rxtx.RxtxChannelConfig.Databits
Deprecated.
5 data bits will be used for each character (ie.
DATABITS_6 - io.netty.channel.rxtx.RxtxChannelConfig.Databits
Deprecated.
6 data bits will be used for each character
DATABITS_7 - io.netty.channel.rxtx.RxtxChannelConfig.Databits
Deprecated.
7 data bits will be used for each character (ie.
DATABITS_8 - io.netty.channel.rxtx.RxtxChannelConfig.Databits
Deprecated.
8 data bits will be used for each character (ie. binary data)
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.
 

E

EVEN - io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Deprecated.
An even parity bit will be sent with each data character, ie. will be set to 1 if the data character contains an odd number of bits set to 1.

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.
 

M

MARK - io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Deprecated.
A mark parity bit (ie. always 1) will be sent with each data character

N

newUnsafe() - Method in class io.netty.channel.rxtx.RxtxChannel
Deprecated.
 
NONE - io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Deprecated.
No parity bit will be sent with each data character at all

O

ODD - io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Deprecated.
An odd parity bit will be sent with each data character, ie. will be set to 1 if the data character contains an even number of bits set to 1.

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.
 
SPACE - io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Deprecated.
A space parity bit (ie. always 0) will be sent with each data character
STOP_BITS - Static variable in class io.netty.channel.rxtx.RxtxChannelOption
Deprecated.
 
STOPBITS_1 - io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
Deprecated.
1 stop bit will be sent at the end of every character
STOPBITS_1_5 - io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
Deprecated.
1.5 stop bits will be sent at the end of every character
STOPBITS_2 - io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
Deprecated.
2 stop bits will be sent at the end of every character

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(int) - 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.Paritybit
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.
Returns the enum constant of this type with the specified name.
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(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Paritybit
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.netty.channel.rxtx.RxtxChannelConfig.Stopbits
Deprecated.
Returns the enum constant of this type with the specified name.
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 E G I L M N O P R S V W 
All Classes All Packages