Uses of Class
com.iizix.term.comm.TelnetComm
Packages that use TelnetComm Package Description com.iizix.term.comm com.iizix.term.tn3270e com.iizix.term.tn5250e Uses of TelnetComm in com.iizix.term.comm
Methods in com.iizix.term.comm with parameters of type TelnetComm Modifier and Type Method Description void
TelnetCommListener. hostAcceptedDataStream(TelnetComm comm, java.lang.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, java.io.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
Methods in com.iizix.term.tn3270e with parameters of type TelnetComm Modifier and Type Method Description void
HostSession3270. hostAcceptedDataStream(TelnetComm comm, java.lang.String terminalType)
void
HostSession3270. onCommClosed(TelnetComm comm)
void
HostSession3270. onCommConnected(TelnetComm comm)
void
HostSession3270. onCommError(TelnetComm comm, java.io.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
Methods in com.iizix.term.tn5250e with parameters of type TelnetComm Modifier and Type Method Description void
HostSession5250. hostAcceptedDataStream(TelnetComm comm, java.lang.String terminalType)
void
HostSession5250. onCommClosed(TelnetComm comm)
void
HostSession5250. onCommConnected(TelnetComm comm)
void
HostSession5250. onCommError(TelnetComm comm, java.io.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)