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() |
blockForContent
public java.lang.Throwable getError()
getError
in class HttpInput.State
public int noContent() throws java.io.IOException
noContent
in class HttpInput.State
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object