Package | Description |
---|---|
org.glyptodon.guacamole.net.basic |
Classes specific to the general-purpose web application implemented by
the Guacamole project using the Guacamole APIs.
|
org.glyptodon.guacamole.net.basic.websocket |
Standard WebSocket tunnel implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPTunnelRequest
HTTP-specific implementation of TunnelRequest.
|
Modifier and Type | Method and Description |
---|---|
GuacamoleTunnel |
TunnelRequestService.createTunnel(TunnelRequest request)
Creates a new tunnel using the parameters and credentials present in
the given request.
|
protected GuacamoleClientInformation |
TunnelRequestService.getClientInformation(TunnelRequest request)
Reads and returns the client information provided within the given
request.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketTunnelRequest
WebSocket-specific implementation of TunnelRequest.
|
Copyright © 2017. All rights reserved.