Package org.eclipse.jetty.server
Class HttpInput.ErrorContent
java.lang.Object
org.eclipse.jetty.server.HttpInput.Content
org.eclipse.jetty.server.HttpInput.SpecialContent
org.eclipse.jetty.server.HttpInput.ErrorContent
- Enclosing class:
- HttpInput
Error special content.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback
Callback.Completable, Callback.Completing, Callback.NestedNested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType, Invocable.ReadyTask, Invocable.Task -
Field Summary
Fields inherited from class org.eclipse.jetty.server.HttpInput.Content
_contentFields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.server.HttpInput.SpecialContent
get, getByteBuffer, hasContent, isEmpty, isSpecial, remaining, skipMethods inherited from class org.eclipse.jetty.server.HttpInput.Content
getInvocationType, isEofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.jetty.util.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
-