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

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)
  • Field Details

    • _name

      private final String _name
  • Constructor Details

    • SentinelContent

      public SentinelContent(String name)
  • Method Details