public class RecordingPlaybackUrlHandlerImpl extends Object implements WebSocketUrlHandler
| Constructor and Description |
|---|
RecordingPlaybackUrlHandlerImpl(PrimaryUrlHandler parent,
String path,
WebSocketService websocket) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkMasterPermission(WebswingAction action) |
void |
checkPermission(WebswingAction action) |
void |
destroy() |
String |
getFullPathMapping() |
long |
getLastModified(javax.servlet.http.HttpServletRequest req) |
UrlHandler |
getOwner() |
String |
getPathMapping() |
UrlHandler |
getRootHandler() |
String |
getSecuredPath() |
SecuredPathHandler |
getSecurityProvider() |
javax.servlet.ServletContext |
getServletContext() |
AbstractWebswingUser |
getUser() |
void |
init() |
boolean |
isReady() |
void |
onDisconnect(WebSocketConnection r) |
void |
onMessage(WebSocketConnection r,
Object message) |
void |
onReady(WebSocketConnection r) |
void |
onTimeout(WebSocketConnection event) |
void |
registerChildUrlHandler(UrlHandler handler) |
void |
registerFirstChildUrlHandler(UrlHandler handler) |
void |
removeChildUrlHandler(UrlHandler Handler) |
boolean |
serve(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitserveDefaultpublic RecordingPlaybackUrlHandlerImpl(PrimaryUrlHandler parent, String path, WebSocketService websocket)
public void init()
init in interface UrlHandlerpublic void destroy()
destroy in interface UrlHandlerpublic boolean serve(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws org.webswing.server.model.exception.WsException
serve in interface UrlHandlerorg.webswing.server.model.exception.WsExceptionpublic void onReady(WebSocketConnection r)
onReady in interface WebSocketMessageListenerpublic void onDisconnect(WebSocketConnection r)
onDisconnect in interface WebSocketMessageListenerpublic void onMessage(WebSocketConnection r, Object message)
onMessage in interface WebSocketMessageListenerpublic void onTimeout(WebSocketConnection event)
onTimeout in interface WebSocketMessageListenerpublic UrlHandler getOwner()
getOwner in interface WebSocketMessageListenerpublic void registerFirstChildUrlHandler(UrlHandler handler)
registerFirstChildUrlHandler in interface UrlHandlerpublic void registerChildUrlHandler(UrlHandler handler)
registerChildUrlHandler in interface UrlHandlerpublic void removeChildUrlHandler(UrlHandler Handler)
removeChildUrlHandler in interface UrlHandlerpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface UrlHandlerpublic long getLastModified(javax.servlet.http.HttpServletRequest req)
getLastModified in interface UrlHandlerpublic String getPathMapping()
getPathMapping in interface UrlHandlerpublic String getFullPathMapping()
getFullPathMapping in interface UrlHandlerpublic String getSecuredPath()
getSecuredPath in interface UrlHandlerpublic UrlHandler getRootHandler()
getRootHandler in interface UrlHandlerpublic AbstractWebswingUser getUser()
getUser in interface UrlHandlerpublic void checkPermission(WebswingAction action) throws org.webswing.server.model.exception.WsException
checkPermission in interface UrlHandlerorg.webswing.server.model.exception.WsExceptionpublic SecuredPathHandler getSecurityProvider()
getSecurityProvider in interface UrlHandlerpublic void checkMasterPermission(WebswingAction action) throws org.webswing.server.model.exception.WsException
checkMasterPermission in interface UrlHandlerorg.webswing.server.model.exception.WsExceptionpublic boolean isReady()
isReady in interface WebSocketMessageListenerCopyright © 2017. All rights reserved.