Package org.eclipse.jetty.server
Class HttpInput.Content
java.lang.Object
org.eclipse.jetty.server.HttpInput.Content
- Direct Known Subclasses:
HttpConnection.Content
,HttpInput.SentinelContent
- Enclosing class:
- HttpInput
-
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 interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
_content
-
-
Constructor Details
-
Content
-
-
Method Details
-
getByteBuffer
-
getInvocationType
- Specified by:
getInvocationType
in interfaceInvocable
- Returns:
- The InvocationType of this object
-
get
public int get(byte[] buffer, int offset, int length) -
skip
public int skip(int length) -
hasContent
public boolean hasContent() -
remaining
public int remaining() -
isEmpty
public boolean isEmpty() -
toString
-