Uses of Class
com.iizix.term.comm.TelnetComm
Uses of TelnetComm in com.iizix.term.comm
Modifier and TypeMethodDescriptionvoid
TelnetCommListener.hostAcceptedDataStream
(TelnetComm comm, String terminalType) The host accepted the options for the terminal type and went into BINARY mode.void
TelnetCommListener.onCommClosed
(TelnetComm comm) Called when the communication link is closed.void
TelnetCommListener.onCommConnected
(TelnetComm comm) Called when the communication link is connected.void
TelnetCommListener.onCommError
(TelnetComm comm, IOException e) Called when the communication link is closed.void
TelnetCommListener.onCommOpen
(TelnetComm comm) Called when the communication link is opened.void
TelnetCommListener.processInboundDataStream
(TelnetComm comm, byte[] inputBuf, int pos, int inputBufLen) Processes the inbound 3270 or 5250 data stream.void
TelnetCommListener.processInboundSCSDataStream
(TelnetComm comm, byte[] inputBuf, int inputBufLen) Processes the inbound 3270 printer data stream.void
TelnetCommListener.processInboundSSCPLUDataStream
(TelnetComm comm, byte[] inputBuf, int pos, int inputBufLen) Processes the inbound 3270 SSCP-LU data stream.void
TelnetCommListener.processPrintEOJ
(TelnetComm comm) Processes a Print End-of-Job for 3270 printers.Uses of TelnetComm in com.iizix.term.tn3270e
Modifier and TypeMethodDescriptionvoid
HostSession3270.hostAcceptedDataStream
(TelnetComm comm, String terminalType) void
HostSession3270.onCommClosed
(TelnetComm comm) void
HostSession3270.onCommConnected
(TelnetComm comm) void
HostSession3270.onCommError
(TelnetComm comm, IOException e) void
HostSession3270.onCommOpen
(TelnetComm comm) void
HostSession3270.processInboundDataStream
(TelnetComm comm, byte[] inputBuf, int pos, int inputBufLen) void
HostSession3270.processInboundSCSDataStream
(TelnetComm comm, byte[] inputBuf, int inputBufLen) void
HostSession3270.processInboundSSCPLUDataStream
(TelnetComm comm, byte[] inputBuf, int pos, int inputBufLen) void
HostSession3270.processPrintEOJ
(TelnetComm comm) Uses of TelnetComm in com.iizix.term.tn5250e
Modifier and TypeMethodDescriptionvoid
HostSession5250.hostAcceptedDataStream
(TelnetComm comm, String terminalType) void
HostSession5250.onCommClosed
(TelnetComm comm) void
HostSession5250.onCommConnected
(TelnetComm comm) void
HostSession5250.onCommError
(TelnetComm comm, IOException e) void
HostSession5250.onCommOpen
(TelnetComm comm) void
HostSession5250.processInboundDataStream
(TelnetComm comm, byte[] inputBuf, int pos, int inputBufLen) void
HostSession5250.processInboundSCSDataStream
(TelnetComm comm, byte[] inputBuf, int inputBufLen) void
HostSession5250.processInboundSSCPLUDataStream
(TelnetComm comm, byte[] inputBuf, int pos, int inputBufLen) void
HostSession5250.processPrintEOJ
(TelnetComm comm)