Uses of Class
org.openqa.jetty.http.HttpConnection

Packages that use HttpConnection
org.openqa.jetty.http   
org.openqa.jetty.http.ajp   
org.openqa.jetty.http.nio   
 

Uses of HttpConnection in org.openqa.jetty.http
 

Fields in org.openqa.jetty.http declared as HttpConnection
protected  HttpConnection HttpMessage._connection
           
 

Methods in org.openqa.jetty.http that return HttpConnection
protected  HttpConnection SocketListener.createConnection(java.net.Socket socket)
          Create an HttpConnection instance.
 HttpConnection HttpMessage.getHttpConnection()
           
 HttpConnection HttpContext.getHttpConnection()
          Get the ThreadLocal HttpConnection.
 

Methods in org.openqa.jetty.http with parameters of type HttpConnection
 void SocketListener.customizeRequest(HttpConnection connection, HttpRequest request)
          Customize the request from connection.
 void HttpListener.customizeRequest(HttpConnection connection, HttpRequest request)
          Customize a request for a listener/connection combination.
 boolean SocketListener.isConfidential(HttpConnection connection)
           
 boolean JsseListener.isConfidential(HttpConnection connection)
          Deprecated. By default, we're confidential, given we speak SSL.
 boolean HttpListener.isConfidential(HttpConnection connection)
          Get the confidential status of a connection.
 boolean SslListener.isConfidential(HttpConnection connection)
          By default, we're confidential, given we speak SSL.
 boolean SocketListener.isIntegral(HttpConnection connection)
           
 boolean JsseListener.isIntegral(HttpConnection connection)
          Deprecated. By default, we're integral, given we speak SSL.
 boolean HttpListener.isIntegral(HttpConnection connection)
          Get the integral status of a connection.
 boolean SslListener.isIntegral(HttpConnection connection)
          By default, we're integral, given we speak SSL.
 void SocketListener.persistConnection(HttpConnection connection)
          Persist the connection.
 void HttpListener.persistConnection(HttpConnection connection)
          Prepare a connection for persistance.
 

Constructors in org.openqa.jetty.http with parameters of type HttpConnection
HttpMessage(HttpConnection connection)
          Constructor.
HttpRequest(HttpConnection connection)
          Constructor.
HttpResponse(HttpConnection connection)
          Constructor.
 

Uses of HttpConnection in org.openqa.jetty.http.ajp
 

Subclasses of HttpConnection in org.openqa.jetty.http.ajp
 class AJP13Connection
           
 

Methods in org.openqa.jetty.http.ajp with parameters of type HttpConnection
 void AJP13Listener.customizeRequest(HttpConnection connection, HttpRequest request)
          Customize the request from connection.
 boolean AJP13Listener.isConfidential(HttpConnection connection)
           
 boolean AJP13Listener.isIntegral(HttpConnection connection)
           
 void AJP13Listener.persistConnection(HttpConnection connection)
          Persist the connection.
 

Uses of HttpConnection in org.openqa.jetty.http.nio
 

Methods in org.openqa.jetty.http.nio with parameters of type HttpConnection
 void SocketChannelListener.customizeRequest(HttpConnection connection, HttpRequest request)
           
 boolean SocketChannelListener.isConfidential(HttpConnection connection)
           
 boolean SocketChannelListener.isIntegral(HttpConnection connection)
           
 void SocketChannelListener.persistConnection(HttpConnection connection)
           
 



Copyright © 2011. All Rights Reserved.