Class HttpInput.SentinelContent

  • All Implemented Interfaces:
    org.eclipse.jetty.util.Callback, org.eclipse.jetty.util.thread.Invocable
    Direct Known Subclasses:
    HttpInput.EofContent
    Enclosing class:
    HttpInput

    public static class HttpInput.SentinelContent
    extends HttpInput.Content
    A Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback

        org.eclipse.jetty.util.Callback.Completable, org.eclipse.jetty.util.Callback.Completing, org.eclipse.jetty.util.Callback.Nested
      • Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable

        org.eclipse.jetty.util.thread.Invocable.InvocationType
    • Field Summary

      • Fields inherited from interface org.eclipse.jetty.util.Callback

        NOOP
      • Fields inherited from interface org.eclipse.jetty.util.thread.Invocable

        __nonBlocking
    • Constructor Summary

      Constructors 
      Constructor Description
      SentinelContent​(java.lang.String name)  
    • Constructor Detail

      • SentinelContent

        public SentinelContent​(java.lang.String name)