Package org.eclipse.jetty.server
Class HttpInput.State
- java.lang.Object
-
- org.eclipse.jetty.server.HttpInput.State
-
- Direct Known Subclasses:
HttpInput.EOFState
- Enclosing class:
- HttpInput
protected abstract static class HttpInput.State extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
State()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
blockForContent(HttpInput in)
java.lang.Throwable
getError()
int
noContent()
-
-
-
Method Detail
-
blockForContent
public boolean blockForContent(HttpInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
noContent
public int noContent() throws java.io.IOException
- Throws:
java.io.IOException
-
getError
public java.lang.Throwable getError()
-
-