Uses of Class
eu.ill.webx.exceptions.WebXDisconnectedException
Packages that use WebXDisconnectedException
-
Uses of WebXDisconnectedException in eu.ill.webx
Methods in eu.ill.webx that throw WebXDisconnectedExceptionModifier and TypeMethodDescriptionbyte[]WebXTunnel.read()Blocking call to get next message from the Client. -
Uses of WebXDisconnectedException in eu.ill.webx.relay
Methods in eu.ill.webx.relay that throw WebXDisconnectedExceptionModifier and TypeMethodDescriptionbyte[]WebXClient.getMessage()Blocking method, waiting for a message to be sent from the server. -
Uses of WebXDisconnectedException in eu.ill.webx.transport
Methods in eu.ill.webx.transport that throw WebXDisconnectedExceptionModifier and TypeMethodDescriptionvoidTransport.connect(String hostname, int port, int socketTimeoutMs, boolean isStandalone, MessageSubscriber.MessageHandler messageHandler) Starts the connection to the different ZQM sockets of the server.Transport.sendRequest(String request) Sends a synchronous request to the server using either the client connector or session channel depending on whether the server is running in standalone or notTransport.startSession(WebXClientConfiguration configuration) Sends a request to the session channel to start a new session with connection credentials