Interface ChannelEntryPoint

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void commence​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Commences a secure channel.
    • Method Detail

      • commence

        void commence​(javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws java.io.IOException,
                      javax.servlet.ServletException
        Commences a secure channel.

        Implementations should modify the headers on the ServletResponse as necessary to commence the user agent using the implementation's supported channel type.

        Parameters:
        request - that a ChannelProcessor has rejected
        response - so that the user agent can begin using a new channel
        Throws:
        java.io.IOException
        javax.servlet.ServletException