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