JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Netty/Transport/RXTX 4.1.9.Final-redhat-2
Prev
Next
Frames
No Frames
All Classes
B
C
D
G
I
L
N
P
R
S
V
W
B
BAUD_RATE
- Static variable in class io.netty.channel.rxtx.
RxtxChannelOption
C
config()
- Method in class io.netty.channel.rxtx.
RxtxChannel
D
DATA_BITS
- Static variable in class io.netty.channel.rxtx.
RxtxChannelOption
doBind(SocketAddress)
- Method in class io.netty.channel.rxtx.
RxtxChannel
doClose()
- Method in class io.netty.channel.rxtx.
RxtxChannel
doConnect(SocketAddress, SocketAddress)
- Method in class io.netty.channel.rxtx.
RxtxChannel
doDisconnect()
- Method in class io.netty.channel.rxtx.
RxtxChannel
doInit()
- Method in class io.netty.channel.rxtx.
RxtxChannel
DTR
- Static variable in class io.netty.channel.rxtx.
RxtxChannelOption
G
getBaudrate()
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
getDatabits()
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
getParitybit()
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
getReadTimeout()
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
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
getWaitTimeMillis()
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
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
isInputShutdown()
- Method in class io.netty.channel.rxtx.
RxtxChannel
isOpen()
- Method in class io.netty.channel.rxtx.
RxtxChannel
isRts()
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
L
localAddress()
- Method in class io.netty.channel.rxtx.
RxtxChannel
localAddress0()
- Method in class io.netty.channel.rxtx.
RxtxChannel
N
newUnsafe()
- Method in class io.netty.channel.rxtx.
RxtxChannel
P
PARITY_BIT
- Static variable in class io.netty.channel.rxtx.
RxtxChannelOption
R
READ_TIMEOUT
- Static variable in class io.netty.channel.rxtx.
RxtxChannelOption
remoteAddress()
- Method in class io.netty.channel.rxtx.
RxtxChannel
remoteAddress0()
- Method in class io.netty.channel.rxtx.
RxtxChannel
RTS
- Static variable in class io.netty.channel.rxtx.
RxtxChannelOption
RxtxChannel
- Class in
io.netty.channel.rxtx
A channel to a serial device using the RXTX library.
RxtxChannel()
- Constructor for class io.netty.channel.rxtx.
RxtxChannel
RxtxChannelConfig
- Interface in
io.netty.channel.rxtx
A configuration class for RXTX device connections.
RxtxChannelConfig.Databits
- Enum in
io.netty.channel.rxtx
RxtxChannelConfig.Paritybit
- Enum in
io.netty.channel.rxtx
RxtxChannelConfig.Stopbits
- Enum in
io.netty.channel.rxtx
RxtxChannelOption
<
T
> - Class in
io.netty.channel.rxtx
Option for configuring a serial port connection
RxtxDeviceAddress
- Class in
io.netty.channel.rxtx
A
SocketAddress
subclass to wrap the serial port address of a RXTX device (e.g.
RxtxDeviceAddress(String)
- Constructor for class io.netty.channel.rxtx.
RxtxDeviceAddress
Creates a RxtxDeviceAddress representing the address of the serial port.
S
setAllocator(ByteBufAllocator)
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
setAutoClose(boolean)
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
setAutoRead(boolean)
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
setBaudrate(int)
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
Sets the baud rate (ie. bits per second) for communication with the serial device.
setConnectTimeoutMillis(int)
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
setDatabits(RxtxChannelConfig.Databits)
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
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
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
setParitybit(RxtxChannelConfig.Paritybit)
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
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
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
setRts(boolean)
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
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
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
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
setWriteBufferLowWaterMark(int)
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
setWriteBufferWaterMark(WriteBufferWaterMark)
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
setWriteSpinCount(int)
- Method in interface io.netty.channel.rxtx.
RxtxChannelConfig
shutdownInput()
- Method in class io.netty.channel.rxtx.
RxtxChannel
STOP_BITS
- Static variable in class io.netty.channel.rxtx.
RxtxChannelOption
V
value()
- Method in enum io.netty.channel.rxtx.
RxtxChannelConfig.Databits
value()
- Method in enum io.netty.channel.rxtx.
RxtxChannelConfig.Paritybit
value()
- Method in enum io.netty.channel.rxtx.
RxtxChannelConfig.Stopbits
value()
- Method in class io.netty.channel.rxtx.
RxtxDeviceAddress
valueOf(String)
- Static method in enum io.netty.channel.rxtx.
RxtxChannelConfig.Databits
Returns the enum constant of this type with the specified name.
valueOf(int)
- Static method in enum io.netty.channel.rxtx.
RxtxChannelConfig.Databits
valueOf(String)
- Static method in enum io.netty.channel.rxtx.
RxtxChannelConfig.Paritybit
Returns the enum constant of this type with the specified name.
valueOf(int)
- Static method in enum io.netty.channel.rxtx.
RxtxChannelConfig.Paritybit
valueOf(String)
- Static method in enum io.netty.channel.rxtx.
RxtxChannelConfig.Stopbits
Returns the enum constant of this type with the specified name.
valueOf(int)
- Static method in enum io.netty.channel.rxtx.
RxtxChannelConfig.Stopbits
values()
- Static method in enum io.netty.channel.rxtx.
RxtxChannelConfig.Databits
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
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
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
B
C
D
G
I
L
N
P
R
S
V
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Netty/Transport/RXTX 4.1.9.Final-redhat-2
Prev
Next
Frames
No Frames
All Classes
Copyright © 2008–2017
The Netty Project
. All rights reserved.