Interface SessionHttpHandler<T>

All Known Implementing Classes:
SessionMethodPathRouting

public interface SessionHttpHandler<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleRequest(T session, HttpServerExchange exchange)