Package org.dellroad.jvser

Top level Java package for the jvser RFC 2217 client library.

See:
          Description

Interface Summary
ComPortCommandSwitch Visitor pattern interface for ComPortCommand classes.
 

Class Summary
AbstractComPortCommandSwitch Adapter class for ComPortCommandSwitch implementations.
BaudRateCommand RFC 2217 SET-BAUDRATE command.
ComPortCommand Superclass for RFC 2217 commands.
ComPortOptionHandler RFC 2217 telnet COM-PORT-OPTION.
ControlCommand RFC 2217 SET-CONTROL command.
DataSizeCommand RFC 2217 SET-DATASIZE command.
FlowControlResumeCommand RFC 2217 FLOWCONTROL-RESUME command.
FlowControlSuspendCommand RFC 2217 FLOWCONTROL-SUSPEND command.
LineStateMaskCommand RFC 2217 SET-LINESTATE-MASK command.
ModemStateMaskCommand RFC 2217 SET-MODEMSTATE-MASK command.
NotifyLineStateCommand RFC 2217 NOTIFY-LINESTATE command.
NotifyModemStateCommand RFC 2217 NOTIFY-MODEMSTATE command.
ParityCommand RFC 2217 SET-PARITY command.
PurgeDataCommand RFC 2217 PURGE-DATA command.
RFC2217 RFC 2217 constants and utility methods.
SignatureCommand RFC 2217 SIGNATURE command.
StopSizeCommand RFC 2217 SET-STOPSIZE command.
TelnetSerialPort Implements the client side of the RFC 2217 serial-over-Telnet protocol as as SerialPort.
TransmitBinaryOptionHandler Handler for the telnet TRANSMIT-BINARY option defined by RFC 856.
Version Contains library version information.
 

Package org.dellroad.jvser Description

Top level Java package for the jvser RFC 2217 client library.

The central class in this package is TelnetSerialPort.

See Also:
TelnetSerialPort, RFC 2217, The jvser project home page