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

public.javadoc.org.spincast.core.routing.Handler.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






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












org.spincast.core.routing

Interface Handler<R extends RequestContext<?>>

  • All Known Subinterfaces:
    DefaultHandler
    All Known Implementing Classes:
    WebsocketRouteHandler


    public interface Handler<R extends RequestContext<?>>
    A route handler. Called by the front controller to handle a request, when the associated route matches.
    • Method Detail

      • handle

        void handle(R context)
        Receives a request context object and handles it.

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy