Uses of Class
eu.ill.webx.WebXClientConfiguration
Packages that use WebXClientConfiguration
-
Uses of WebXClientConfiguration in eu.ill.webx
Methods in eu.ill.webx that return WebXClientConfigurationModifier and TypeMethodDescriptionstatic WebXClientConfigurationWebXClientConfiguration.ForExistingSession(String sessionId) Returns a configuration containing a sessionId.static WebXClientConfigurationReturns a configuration containing login details default screen size (1920x1024) and keyboard layout ("gb") are used.static WebXClientConfigurationWebXClientConfiguration.ForLogin(String username, String password, Integer screenWidth, Integer screenHeight) Returns a configuration containing login details, screen size.static WebXClientConfigurationWebXClientConfiguration.ForLogin(String username, String password, Integer screenWidth, Integer screenHeight, String keyboardLayout) Returns a configuration containing login details, screen size and keyboard layout.static WebXClientConfigurationWebXClientConfiguration.ForStandaloneSession()Returns a configuration for a standalone session.Methods in eu.ill.webx with parameters of type WebXClientConfigurationModifier 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 WebXClientConfiguration in eu.ill.webx.relay
Methods in eu.ill.webx.relay with parameters of type WebXClientConfigurationModifier and TypeMethodDescriptionWebXHost.onClientConnection(WebXClientConfiguration clientConfiguration) Called when a client connects. -
Uses of WebXClientConfiguration in eu.ill.webx.transport
Methods in eu.ill.webx.transport with parameters of type WebXClientConfigurationModifier and TypeMethodDescriptionTransport.startSession(WebXClientConfiguration configuration) Sends a request to the session channel to start a new session with connection credentials