|
||||||||||
| 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.server.BlockingHttpConnection
org.eclipse.jetty.ajp.Ajp13Connection
public class Ajp13Connection
Connection implementation of the Ajp13 protocol.
XXX Refactor to remove duplication of HttpConnection
| 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 | |
|---|---|
Ajp13Connection(Connector connector,
EndPoint endPoint,
Server server)
|
|
| Method Summary | |
|---|---|
javax.servlet.ServletInputStream |
getInputStream()
Get the inputStream from the connection. |
boolean |
isConfidential(Request request)
Find out if the request supports CONFIDENTIAL security. |
boolean |
isIntegral(Request request)
Find out if the request supports INTEGRAL security. |
| Methods inherited from class org.eclipse.jetty.server.BlockingHttpConnection |
|---|
handle, handleRequest |
| 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 |
|---|
public Ajp13Connection(Connector connector,
EndPoint endPoint,
Server server)
| Method Detail |
|---|
public boolean isConfidential(Request request)
AbstractHttpConnection
isConfidential in class AbstractHttpConnectionrequest - the incoming HTTP request
Connector.isConfidential(Request), or false
if there is no connectorpublic boolean isIntegral(Request request)
AbstractHttpConnection
isIntegral in class AbstractHttpConnectionrequest - the incoming HTTP request
Connector.isIntegral(Request), or false
if there is no connectorpublic javax.servlet.ServletInputStream getInputStream()
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 AbstractHttpConnection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||