Package org.spincast.quickstart.exchange


package org.spincast.quickstart.exchange
  • Class
    Description
    The only purpose of this interface is to make it easier to declare a Route Handler as "AppHandler" instead of "Handler<AppRequestContext>".
    Interface of our custom Request Context type.
    Implementation of our custom Request Context type.
    The only purpose of this interface is to make it easier to inject the application specific Router by using "AppRouter" instead of "Router<AppRequestContext, AppWebsocketContext>".
    The only purpose of this class is to make it easier to inject the application specific Router by using "AppRouter" instead of "Router<AppRequestContext, AppWebsocketContext>".
    Custom type which allows our application to extend the default Websocket Context.
    Implementation of our custom Websocket Context type.