|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.server.AbstractHttpConnection
org.eclipse.jetty.nested.NestedConnection
public class NestedConnection
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.eclipse.jetty.server.AbstractHttpConnection |
|---|
AbstractHttpConnection.Output, AbstractHttpConnection.OutputWriter |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jetty.server.AbstractHttpConnection |
|---|
_connector, _generator, _in, _out, _parser, _printWriter, _request, _requestFields, _response, _responseFields, _server, _uri, _writer |
| Fields inherited from class org.eclipse.jetty.io.AbstractConnection |
|---|
_endp |
| Constructor Summary | |
|---|---|
protected |
NestedConnection(NestedConnector connector,
NestedEndPoint endp,
javax.servlet.http.HttpServletRequest outerRequest,
javax.servlet.http.HttpServletResponse outerResponse,
java.lang.String nestedIn)
|
| Method Summary | |
|---|---|
javax.servlet.ServletInputStream |
getInputStream()
Get the inputStream from the connection. |
Connection |
handle()
Handle the connection. |
| Methods inherited from class org.eclipse.jetty.io.AbstractConnection |
|---|
getEndPoint, getTimeStamp, onIdleExpired |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected NestedConnection(NestedConnector connector,
NestedEndPoint endp,
javax.servlet.http.HttpServletRequest outerRequest,
javax.servlet.http.HttpServletResponse outerResponse,
java.lang.String nestedIn)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public javax.servlet.ServletInputStream getInputStream()
throws java.io.IOException
AbstractHttpConnectionIf the associated response has the Expect header set to 100 Continue, then accessing the input stream indicates that the handler/servlet is ready for the request body and thus a 100 Continue response is sent.
getInputStream in class AbstractHttpConnectionjava.io.IOException - if the input stream cannot be retrieved
public Connection handle()
throws java.io.IOException
Connection
handle in interface Connectionhandle in class AbstractHttpConnectionjava.io.IOException - if the handling of I/O operations fail
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||