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 classSocketCommThe 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 voidSocketCommListener. onCommClosed(SocketCommNIO comm)Called when the communication link is closed.voidSocketCommListener. onCommConnected(SocketCommNIO comm)Called when the communication link is connected.voidSocketCommListener. onCommData(SocketCommNIO comm, java.nio.ByteBuffer buf)Called when the communication link has received data.voidSocketCommListener. onCommError(SocketCommNIO comm, java.io.IOException e)Called when the communication link is closed.voidSocketCommListener. onCommOpen(SocketCommNIO comm)Called when the communication link is opened.voidSocketCommListener. onCommState(SocketCommNIO comm)Called when the state changes.voidSocketCommListener. 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 SocketCommNIOEmptyHostSession. getComm()Gets the communication engine.SocketCommNIOHostSessionPeer. 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 SocketCommNIOTelnetComm. getSocketCommNIO()Gets the NIO Socket Communication instance.Methods in com.iizix.term.comm with parameters of type SocketCommNIO Modifier and Type Method Description voidTelnetCommListener. 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 SocketCommNIOHostSessionEE. 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 SocketCommNIOHostSession3270. getComm()Gets the communication engine.Methods in com.iizix.term.tn3270e with parameters of type SocketCommNIO Modifier and Type Method Description voidHostSession3270. 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 SocketCommNIOHostSession5250. getComm()Gets the communication engine.Methods in com.iizix.term.tn5250e with parameters of type SocketCommNIO Modifier and Type Method Description voidHostSession5250. onCommState(SocketCommNIO comm)Called when the state changes.