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 static class HttpInput.ErrorState extends HttpInput.EOFState
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getError()
int
noContent()
java.lang.String
toString()
-
Methods inherited from class org.eclipse.jetty.server.HttpInput.State
blockForContent
-
-
-
-
Method Detail
-
getError
public java.lang.Throwable getError()
- Overrides:
getError
in classHttpInput.State
-
noContent
public int noContent() throws java.io.IOException
- Overrides:
noContent
in classHttpInput.State
- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-