Package org.eclipse.jetty.server
Class HttpInput.ErrorState
- java.lang.Object
-
- org.eclipse.jetty.server.HttpInput.State
-
- org.eclipse.jetty.server.HttpInput.EOFState
-
- org.eclipse.jetty.server.HttpInput.ErrorState
-
- Enclosing class:
- HttpInput
protected class HttpInput.ErrorState extends HttpInput.EOFState
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetError()intnoContent()StringtoString()-
Methods inherited from class org.eclipse.jetty.server.HttpInput.State
blockForContent
-
-
-
-
Method Detail
-
getError
public Throwable getError()
- Overrides:
getErrorin classHttpInput.State
-
noContent
public int noContent() throws IOException- Overrides:
noContentin classHttpInput.State- Throws:
IOException
-
-