Class HttpConnection.Content
java.lang.Object
org.eclipse.jetty.server.HttpInput.Content
org.eclipse.jetty.server.HttpConnection.Content
- Enclosing class:
HttpConnection
-
Nested Class Summary
Nested classes/interfaces inherited from interface Callback
Callback.Completable, Callback.Completing, Callback.NestedNested classes/interfaces inherited from interface Invocable
Invocable.InvocationType -
Field Summary
Fields inherited from class HttpInput.Content
_contentFields inherited from interface Invocable
__nonBlocking -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HttpInput.Content
get, getByteBuffer, getInvocationType, hasContent, isEmpty, remaining, skip, toString
-
Constructor Details
-
Content
-
-
Method Details
-
succeeded
public void succeeded()Description copied from interface:CallbackCallback invoked when the operation completes.
- See Also:
-
failed
-