Class HttpInput.ErrorContent
java.lang.Object
org.eclipse.jetty.ee8.nested.HttpInput.Content
org.eclipse.jetty.ee8.nested.HttpInput.SpecialContent
org.eclipse.jetty.ee8.nested.HttpInput.ErrorContent
- Enclosing class:
HttpInput
Error special content.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Callback
Callback.Completable, Callback.Completing, Callback.NestedNested classes/interfaces inherited from interface Invocable
Invocable.Callable, Invocable.InvocationType, Invocable.ReadyTask, Invocable.Task -
Field Summary
Fields inherited from class HttpInput.Content
_contentFields inherited from interface Invocable
__nonBlocking -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class HttpInput.SpecialContent
get, getByteBuffer, hasContent, isEmpty, isSpecial, remaining, skipMethods inherited from class HttpInput.Content
asChunk, getInvocationType, isEofMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Callback
completeWith, failed, succeeded
-
Constructor Details
-
ErrorContent
-
-
Method Details
-
getError
Description copied from class:HttpInput.ContentGet the reported error. Only special contents can have an error.- Overrides:
getErrorin classHttpInput.Content- Returns:
- the error or null if there is none.
-
toString
- Overrides:
toStringin classHttpInput.Content
-