Uses of Class
eu.ill.webx.exceptions.WebXConnectionException
Packages that use WebXConnectionException
-
Uses of WebXConnectionException in eu.ill.webx
Methods in eu.ill.webx that throw WebXConnectionExceptionModifier and TypeMethodDescriptionvoidWebXTunnel.connect(WebXHostConfiguration hostConfiguration, WebXClientConfiguration clientConfiguration) Connects to a WebX Engine on a specific host/port and connects the client to a WebX Session.static WebXTunnelWebXTunnel.Connect(WebXHostConfiguration hostConfiguration, WebXClientConfiguration clientConfiguration) Static method to create a WebXTunnel, connect to the host and create a client. -
Uses of WebXConnectionException in eu.ill.webx.relay
Methods in eu.ill.webx.relay that throw WebXConnectionExceptionModifier and TypeMethodDescriptionWebXRelay.connectToHost(WebXHostConfiguration configuration) Connects to a WebX Host (if a connection hasn't already been made).WebXHost.onClientConnection(WebXClientConfiguration clientConfiguration) Called when a client connects.