Uses of Class
com.iizix.nio.SocketCommNIO
Package
Description
Uses of SocketCommNIO in com.iizix.comm
Modifier 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
Modifier 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
Uses of SocketCommNIO in com.iizix.term.comm
Modifier and TypeMethodDescriptionTelnetComm.getSocketCommNIO()
Gets the NIO Socket Communication instance.Modifier and TypeMethodDescriptionvoid
TelnetCommListener.onCommState
(SocketCommNIO comm) Called when the state changes.Uses of SocketCommNIO in com.iizix.term.ee
Uses of SocketCommNIO in com.iizix.term.tn3270e
Modifier and TypeMethodDescriptionvoid
HostSession3270.onCommState
(SocketCommNIO comm) Called when the state changes.Uses of SocketCommNIO in com.iizix.term.tn5250e
Modifier and TypeMethodDescriptionvoid
HostSession5250.onCommState
(SocketCommNIO comm) Called when the state changes.