All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.websocket.WebsocketRoute.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






WebsocketRoute (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.websocket

Interface WebsocketRoute<R extends RequestContext<?>,W extends WebsocketContext<?>>

    • Method Detail

      • getId

        String getId()
        The WebSocket route id.
      • isSpicastCoreRouteOrPluginRoute

        boolean isSpicastCoreRouteOrPluginRoute()
        Is this a route added by Spincast itself or by a plugin? Otherwise, the route is considered as an application route.
      • getPath

        String getPath()
        The WebSocket route path.
      • getBeforeFilters

        List<Handler<R>> getBeforeFilters()
        The "before" filters, if any.
      • getWebsocketController

        WebsocketController<R,W> getWebsocketController()
        The WebSocket controller to use.
      • getFilterIdsToSkip

        Set<String> getFilterIdsToSkip()
        The ids of the filters that should be skipped for this route.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy