protected class HttpInput.ErrorState extends HttpInput.EOFState
| Modifier and Type | Field and Description |
|---|---|
(package private) java.lang.Throwable |
_error |
| Constructor and Description |
|---|
ErrorState(java.lang.Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getError() |
int |
noContent() |
java.lang.String |
toString() |
blockForContentpublic java.lang.Throwable getError()
getError in class HttpInput.Statepublic int noContent()
throws java.io.IOException
noContent in class HttpInput.Statejava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object