public static class BasicGuacamoleWebSocketTunnelEndpoint.Configurator
extends javax.websocket.server.ServerEndpointConfig.Configurator
Constructor and Description |
---|
Configurator(com.google.inject.Provider<TunnelRequestService> tunnelRequestServiceProvider)
Creates a new Configurator which uses the given tunnel request
service provider to retrieve the necessary service to handle new
connections requests.
|
Modifier and Type | Method and Description |
---|---|
void |
modifyHandshake(javax.websocket.server.ServerEndpointConfig config,
javax.websocket.server.HandshakeRequest request,
javax.websocket.HandshakeResponse response) |
public Configurator(com.google.inject.Provider<TunnelRequestService> tunnelRequestServiceProvider)
tunnelRequestServiceProvider
- The tunnel request service
provider to use for all new
connections.Copyright © 2017. All rights reserved.