Class HttpInput.SentinelContent

  • All Implemented Interfaces:
    Callback, Invocable
    Direct Known Subclasses:
    HttpInput.EofContent
    Enclosing class:
    HttpInput

    @Deprecated(since="2021-05-27")
    public static class HttpInput.SentinelContent
    extends HttpInput.Content
    Deprecated.
    The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
    A Sentinel Content, which has zero length content but indicates some other event in the input stream (eg EOF)
    • Constructor Detail

      • SentinelContent

        public SentinelContent​(java.lang.String name)
        Deprecated.