- sanitizeUri(String) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyHttpFileHandler
-
- schemeIsPolling(String, Edge) - Method in class de.tum.ei.lkn.eces.webgraphgui.color.ColoringSystem
-
- selectedRoutingAlgorithmMapper - Variable in class de.tum.ei.lkn.eces.webgraphgui.NettyInboundHandler
-
- sendAllColors(ChannelStateful, long) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyInboundHandler
-
Send Color Information of all edges in one graph to one specific frontend
Used if a Color Scheme is clicked in the dropdown of the frontend
- sendColorOfEdge(Edge) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyInboundHandler
-
Send Color of one specific edge to all active frontends, taking into account the respective active ColoringScheme
Used if the Entity of an edge is updated, possibly changing the color value
- sendCurrentEntityObject(ChannelStateful) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyInboundHandler
-
Executed when message of type "nodeClicked" received
- sendError(ChannelHandlerContext, HttpResponseStatus) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyHttpFileHandler
-
- sendError(Channel, String, String) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyInboundHandler
-
Can be used to send arbitrary error Message
- sendFile(ChannelHandlerContext, FullHttpRequest) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyHttpFileHandler
-
- sendHttpResponse(ChannelHandlerContext, FullHttpRequest, FullHttpResponse) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyHttpFileHandler
-
- sendInitial(ChannelHandlerContext) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyInboundHandler
-
Executed on established websocket connection: go through all registered graphs and send nodes + edges;
Send all existing ColorScheme Names
- sendNotModified(ChannelHandlerContext) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyHttpFileHandler
-
When file timestamp is the same as what the browser is sending up, send a "304 Not Modified"
- sendRedirect(ChannelHandlerContext, String) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyHttpFileHandler
-
- sendWebsocketFrameToAll(String) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyInboundHandler
-
Send a arbitrary text message as Websocket frame to all established websocket connections (connected frontends)
Mainly used if all frontends need to be updated (e.g.
- setActiveColoring(String) - Method in class de.tum.ei.lkn.eces.webgraphgui.ChannelStateful
-
- setActiveEntity(long) - Method in class de.tum.ei.lkn.eces.webgraphgui.ChannelStateful
-
- setActiveGraph(long) - Method in class de.tum.ei.lkn.eces.webgraphgui.ChannelStateful
-
- setContentTypeHeader(HttpResponse, String) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyHttpFileHandler
-
Sets the content type header for the HTTP Response
- setDateAndCacheHeaders(HttpResponse, File) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyHttpFileHandler
-
Sets the Date and Cache headers for the HTTP Response
- setDateHeader(FullHttpResponse) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyHttpFileHandler
-
Sets the Date header for the HTTP response
- setPolling(boolean) - Method in class de.tum.ei.lkn.eces.webgraphgui.ChannelStateful
-
- setRGB(int, int, int) - Method in class de.tum.ei.lkn.eces.webgraphgui.color.RGBColor
-
- shutdownServerGracefully() - Method in class de.tum.ei.lkn.eces.webgraphgui.WebGraphGuiSystem
-
Use this function if NettyServer is to be shut down
- startColorDaemon(ChannelStateful, long) - Method in class de.tum.ei.lkn.eces.webgraphgui.NettyInboundHandler
-