Class HttpInput.ErrorContent

All Implemented Interfaces:
org.eclipse.jetty.util.Callback, org.eclipse.jetty.util.thread.Invocable
Enclosing class:
HttpInput

public static final class HttpInput.ErrorContent extends HttpInput.SpecialContent
Error special content.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback

    org.eclipse.jetty.util.Callback.Completable, org.eclipse.jetty.util.Callback.Completing, org.eclipse.jetty.util.Callback.Nested

    Nested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable

    org.eclipse.jetty.util.thread.Invocable.InvocationType
  • Field Summary

    Fields inherited from class org.eclipse.jetty.server.HttpInput.Content

    _content

    Fields inherited from interface org.eclipse.jetty.util.Callback

    NOOP

    Fields inherited from interface org.eclipse.jetty.util.thread.Invocable

    __nonBlocking
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the reported error.
     

    Methods inherited from class org.eclipse.jetty.server.HttpInput.SpecialContent

    get, getByteBuffer, hasContent, isEmpty, isSpecial, remaining, skip

    Methods inherited from class org.eclipse.jetty.server.HttpInput.Content

    getInvocationType, isEof

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.util.Callback

    failed, succeeded