Package org.eclipse.jetty.server
Class HttpInput.SentinelContent
- java.lang.Object
-
- org.eclipse.jetty.server.HttpInput.Content
-
- org.eclipse.jetty.server.HttpInput.SentinelContent
-
- 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)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback
Callback.Completable, Callback.Completing, Callback.Nested
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType
-
-
Field Summary
-
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
-
Constructor Summary
Constructors Constructor Description SentinelContent(java.lang.String name)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
toString()
Deprecated.-
Methods inherited from class org.eclipse.jetty.server.HttpInput.Content
get, getByteBuffer, getInvocationType, hasContent, isEmpty, remaining, skip
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classHttpInput.Content
-
-