Class HttpInput.SentinelContent

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

    @Deprecated
    public static class HttpInput.SentinelContent
    extends HttpInput.Content
    Deprecated.
    This api is not supported anymore. Please do not use it.
    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.