Class HttpInput.State

  • Direct Known Subclasses:
    HttpInput.EOFState
    Enclosing class:
    HttpInput

    protected abstract static class HttpInput.State
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected State()  
    • Constructor Detail

      • State

        protected State()
    • Method Detail

      • blockForContent

        public boolean blockForContent​(HttpInput in)
                                throws java.io.IOException
        Throws:
        java.io.IOException
      • noContent

        public int noContent()
                      throws java.io.IOException
        Throws:
        java.io.IOException
      • getError

        public java.lang.Throwable getError()