Module io.avaje.jex

Interface SpiContext

  • All Superinterfaces:
    Context

    public interface SpiContext
    extends Context
    Extension to Context for processing the request.
    • Method Detail

      • outputStream

        OutputStream outputStream()
        Return the response outputStream to write content to.
      • inputStream

        InputStream inputStream()
        Return the request inputStream to read content from.
      • setMode

        void setMode​(Routing.Type type)
        Set to indicate BEFORE, Handler and AFTER modes of the request.