public class BasicGuacamoleWebSocketTunnelServlet extends AuthenticatingWebSocketServlet
Constructor and Description |
---|
BasicGuacamoleWebSocketTunnelServlet() |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.jetty.websocket.WebSocket |
authenticatedConnect(UserContext context,
javax.servlet.http.HttpServletRequest request,
String protocol)
Function called after the credentials given in the request (if any)
are authenticated.
|
doWebSocketConnect, init, service
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
public BasicGuacamoleWebSocketTunnelServlet()
protected org.eclipse.jetty.websocket.WebSocket authenticatedConnect(UserContext context, javax.servlet.http.HttpServletRequest request, String protocol)
AuthenticatingWebSocketServlet
authenticatedConnect
in class AuthenticatingWebSocketServlet
context
- The current UserContext.request
- The HttpServletRequest being serviced.protocol
- The protocol being used over the WebSocket connection.Copyright © 2015. All rights reserved.