org.mortbay.jetty.ajp
Class Ajp13Connection

java.lang.Object
  extended by org.mortbay.jetty.HttpConnection
      extended by org.mortbay.jetty.ajp.Ajp13Connection
All Implemented Interfaces:
org.mortbay.io.Connection

public class Ajp13Connection
extends org.mortbay.jetty.HttpConnection

Connection implementation of the Ajp13 protocol.

XXX Refactor to remove duplication of HttpConnection

Author:
Markus Kobler markus(at)inquisitive-mind.com, Greg Wilkins

Nested Class Summary
 
Nested classes/interfaces inherited from class org.mortbay.jetty.HttpConnection
org.mortbay.jetty.HttpConnection.Output, org.mortbay.jetty.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(org.mortbay.jetty.Connector connector, org.mortbay.io.EndPoint endPoint, org.mortbay.jetty.Server server)
           
 
Method Summary
 javax.servlet.ServletInputStream getInputStream()
           
 boolean isConfidential(org.mortbay.jetty.Request request)
           
 boolean isIntegral(org.mortbay.jetty.Request request)
           
 
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

Ajp13Connection

public Ajp13Connection(org.mortbay.jetty.Connector connector,
                       org.mortbay.io.EndPoint endPoint,
                       org.mortbay.jetty.Server server)
Method Detail

isConfidential

public boolean isConfidential(org.mortbay.jetty.Request request)
Overrides:
isConfidential in class org.mortbay.jetty.HttpConnection

isIntegral

public boolean isIntegral(org.mortbay.jetty.Request request)
Overrides:
isIntegral in class org.mortbay.jetty.HttpConnection

getInputStream

public javax.servlet.ServletInputStream getInputStream()
Overrides:
getInputStream in class org.mortbay.jetty.HttpConnection


Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.