Uses of Class
com.iizix.nio.SocketCommNIO
Packages that use SocketCommNIO Package Description com.iizix.comm com.iizix.nio com.iizix.term com.iizix.term.comm com.iizix.term.ee com.iizix.term.tn3270e com.iizix.term.tn5250e Uses of SocketCommNIO in com.iizix.comm
Subclasses of SocketCommNIO in com.iizix.comm Modifier and Type Class Description class
SocketComm
The SocketComm class is used to open client sockets with a destination host with optional proxy (HTTP/SOCKS), secure socket (SSL/TLS), and atop WebSocket or Telnet as protocols.Uses of SocketCommNIO in com.iizix.nio
Methods in com.iizix.nio with parameters of type SocketCommNIO Modifier and Type Method Description void
SocketCommListener. onCommClosed(SocketCommNIO comm)
Called when the communication link is closed.void
SocketCommListener. onCommConnected(SocketCommNIO comm)
Called when the communication link is connected.void
SocketCommListener. onCommData(SocketCommNIO comm, java.nio.ByteBuffer buf)
Called when the communication link has received data.void
SocketCommListener. onCommError(SocketCommNIO comm, java.io.IOException e)
Called when the communication link is closed.void
SocketCommListener. onCommOpen(SocketCommNIO comm)
Called when the communication link is opened.void
SocketCommListener. onCommState(SocketCommNIO comm)
Called when the state changes.void
SocketCommListener. onCommTimeout(SocketCommNIO comm, boolean isReadTimeout)
Called when the communication link has timed out on a read or write operation.Uses of SocketCommNIO in com.iizix.term
Methods in com.iizix.term that return SocketCommNIO Modifier and Type Method Description SocketCommNIO
EmptyHostSession. getComm()
Gets the communication engine.SocketCommNIO
HostSessionPeer. getComm()
Gets the communication engine.Uses of SocketCommNIO in com.iizix.term.comm
Methods in com.iizix.term.comm that return SocketCommNIO Modifier and Type Method Description SocketCommNIO
TelnetComm. getSocketCommNIO()
Gets the NIO Socket Communication instance.Methods in com.iizix.term.comm with parameters of type SocketCommNIO Modifier and Type Method Description void
TelnetCommListener. onCommState(SocketCommNIO comm)
Called when the state changes.Uses of SocketCommNIO in com.iizix.term.ee
Methods in com.iizix.term.ee that return SocketCommNIO Modifier and Type Method Description SocketCommNIO
HostSessionEE. getComm()
Gets the communication engine.Uses of SocketCommNIO in com.iizix.term.tn3270e
Methods in com.iizix.term.tn3270e that return SocketCommNIO Modifier and Type Method Description SocketCommNIO
HostSession3270. getComm()
Gets the communication engine.Methods in com.iizix.term.tn3270e with parameters of type SocketCommNIO Modifier and Type Method Description void
HostSession3270. onCommState(SocketCommNIO comm)
Called when the state changes.Uses of SocketCommNIO in com.iizix.term.tn5250e
Methods in com.iizix.term.tn5250e that return SocketCommNIO Modifier and Type Method Description SocketCommNIO
HostSession5250. getComm()
Gets the communication engine.Methods in com.iizix.term.tn5250e with parameters of type SocketCommNIO Modifier and Type Method Description void
HostSession5250. onCommState(SocketCommNIO comm)
Called when the state changes.