Interface HttpContinue.ContinueResponseSender

  • Enclosing class:
    HttpContinue

    public static interface HttpContinue.ContinueResponseSender
    A continue response that is in the process of being sent.
    • Method Detail

      • send

        boolean send()
              throws java.io.IOException
        Continue sending the response.
        Returns:
        true if the response is fully sent, false otherwise.
        Throws:
        java.io.IOException
      • awaitWritable

        void awaitWritable()
                    throws java.io.IOException
        Throws:
        java.io.IOException
      • awaitWritable

        void awaitWritable​(long time,
                           java.util.concurrent.TimeUnit timeUnit)
                    throws java.io.IOException
        Throws:
        java.io.IOException