Class HttpInput.SentinelContent

java.lang.Object
org.eclipse.jetty.server.HttpInput.Content
org.eclipse.jetty.server.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 Details

    • SentinelContent

      public SentinelContent(String name)
      Deprecated.
  • Method Details