Uses of Class
com.iizix.nio.SocketCommNIO
Packages that use SocketCommNIO
Package
Description
Uses of SocketCommNIO in com.iizix.comm
Subclasses of SocketCommNIO in com.iizix.commModifier and TypeClassDescriptionclass
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 SocketCommNIOModifier and TypeMethodDescriptionvoid
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, ByteBuffer buf) Called when the communication link has received data.void
SocketCommListener.onCommError
(SocketCommNIO comm, 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 SocketCommNIOUses of SocketCommNIO in com.iizix.term.comm
Methods in com.iizix.term.comm that return SocketCommNIOModifier and TypeMethodDescriptionTelnetComm.getSocketCommNIO()
Gets the NIO Socket Communication instance.Methods in com.iizix.term.comm with parameters of type SocketCommNIOModifier and TypeMethodDescriptionvoid
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 SocketCommNIOUses of SocketCommNIO in com.iizix.term.tn3270e
Methods in com.iizix.term.tn3270e that return SocketCommNIOMethods in com.iizix.term.tn3270e with parameters of type SocketCommNIOModifier and TypeMethodDescriptionvoid
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 SocketCommNIOMethods in com.iizix.term.tn5250e with parameters of type SocketCommNIOModifier and TypeMethodDescriptionvoid
HostSession5250.onCommState
(SocketCommNIO comm) Called when the state changes.