|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.server.HttpConnection
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.HttpConnection |
|---|
HttpConnection.Output, HttpConnection.OutputWriter |
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jetty.server.HttpConnection |
|---|
_connector, _endp, _generator, _in, _out, _parser, _printWriter, _request, _requestFields, _response, _responseFields, _server, _uri, _writer |
| Constructor Summary | |
|---|---|
Ajp13Connection(Connector connector,
EndPoint endPoint,
Server server)
|
|
| Method Summary | |
|---|---|
ServletInputStream |
getInputStream()
Get the inputStream from the connection. |
boolean |
isConfidential(Request request)
|
boolean |
isIntegral(Request request)
Find out if the request is INTEGRAL security. |
| Methods inherited from class org.eclipse.jetty.server.HttpConnection |
|---|
cancelTimeout, closed, commitResponse, completeResponse, flushResponse, getAssociatedObject, getConnector, getCurrentConnection, getEndPoint, getGenerator, getOutputStream, getParser, getPrintWriter, getRequest, getRequestFields, getRequests, getResolveNames, getResponse, getResponseFields, getServer, getTimeStamp, handle, handleRequest, include, included, isExpecting100Continues, isExpecting102Processing, isIdle, isIncluding, isResponseCommitted, isSuspended, reset, scheduleTimeout, setAssociatedObject, setCurrentConnection |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Ajp13Connection(Connector connector,
EndPoint endPoint,
Server server)
| Method Detail |
|---|
public boolean isConfidential(Request request)
isConfidential in class HttpConnectionHttpConnection.getConnector().isCondidential(request), or false
if there is no connector.public boolean isIntegral(Request request)
HttpConnection
isIntegral in class HttpConnectiontrue if there is a connector and it considers request
to be integralpublic ServletInputStream getInputStream()
HttpConnectionIf 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 HttpConnection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||