|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mortbay.jetty.HttpConnection
org.mortbay.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.mortbay.jetty.HttpConnection |
---|
HttpConnection.Output, HttpConnection.OutputWriter |
Field Summary |
---|
Fields inherited from class org.mortbay.jetty.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()
|
boolean |
isConfidential(Request request)
|
boolean |
isIntegral(Request request)
Find out if the request is INTEGRAL security. |
Methods inherited from class org.mortbay.jetty.HttpConnection |
---|
commitResponse, completeResponse, destroy, flushResponse, getAssociatedObject, getConnector, getCurrentConnection, getEndPoint, getGenerator, getOutputStream, getParser, getPrintWriter, getRequest, getRequestFields, getRequests, getResolveNames, getResponse, getResponseFields, getTimeStamp, handle, handleRequest, include, included, isIdle, isIncluding, isResponseCommitted, reset, 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 HttpConnection
HttpConnection.getConnector()
.
isCondidential
(request), or false if there is no connector.public boolean isIntegral(Request request)
HttpConnection
isIntegral
in class HttpConnection
true
if there is a connector
and it considers request
to be
integral
public ServletInputStream getInputStream()
getInputStream
in class HttpConnection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |