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
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.InvocableCallback, Callback.Nested
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType
-
Field Summary
FieldsFields inherited from class org.eclipse.jetty.server.HttpInput.Content
_content
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.server.HttpInput.Content
get, getByteBuffer, getInvocationType, hasContent, isEmpty, remaining, skip
-
Field Details
-
_name
-
-
Constructor Details
-
SentinelContent
-
-
Method Details
-
toString
- Overrides:
toString
in classHttpInput.Content
-