Uses of Interface
com.iizix.comm.TransactionCommListener
Package
Description
Uses of TransactionCommListener in com.iizix.comm
Modifier and TypeInterfaceDescriptioninterface
The Transaction communication listener for direct data.Modifier and TypeMethodDescriptionTransactionComm.getListener()
Gets the listener of the communications link.ModifierConstructorDescriptionTransactionComm
(TransactionCommListener listener, int maxCount, int minLength, int maxLength, boolean isVerbose) Creates a new Transaction processor for the server-side web socket implementation for external web servers such as Jetty or GlassFish.TransactionComm
(TransactionCommProps properties, Worker worker, TransactionCommListener listener, SSLEngine engine) Creates a new Transaction Client Communication channel as UNINITIALIZED.TransactionComm
(TransactionCommProps properties, Worker worker, SocketChannel channel, TransactionCommListener listener, WebSocketAcceptor acceptor) Creates a new Transaction Client Communication channel from a socket channel.WebSocketServerComm
(WebSocketServerCommProps properties, Worker worker, TransactionCommListener listener, WebSocketAcceptor acceptor) Constructs the WebSocket Server communication engine for the worker in question.Uses of TransactionCommListener in com.iizix.comm.client
Modifier and TypeInterfaceDescriptioninterface
Interface used to listen to changes in client connection states.Uses of TransactionCommListener in com.iizix.comm.session
Modifier and TypeClassDescriptionclass
The Session Transaction Manager is used for keeping track of transaction that have been received or sent to a client on session basis so that a remote session may re-establish a broken communication link.Uses of TransactionCommListener in com.iizix.comm.test
Modifier and TypeClassDescriptionclass
The transaction processor for inbound connections from WebSockets.Uses of TransactionCommListener in com.iizix.test.client