Uses of Interface
org.openqa.jetty.http.HttpListener

Packages that use HttpListener
org.openqa.jetty.http   
org.openqa.jetty.http.ajp   
org.openqa.jetty.http.nio   
org.openqa.selenium.server   
 

Uses of HttpListener in org.openqa.jetty.http
 

Classes in org.openqa.jetty.http that implement HttpListener
 class HostSocketListener
          Forced Host Listener this simple listener extention forces the host header to be set to a specific value.
 class JsseListener
          Deprecated. use SslListener
 class SocketListener
          Socket HTTP Listener.
 class SslListener
          JSSE Socket Listener.
 class SunJsseListener
          Deprecated. Use org.openqa.jetty.http.SslListener
 

Methods in org.openqa.jetty.http that return HttpListener
 HttpListener HttpServer.addListener(HttpListener listener)
          Add a HTTP Listener to the server.
 HttpListener HttpServer.addListener(InetAddrPort address)
          Create and add a SocketListener.
 HttpListener HttpServer.addListener(String address)
          Create and add a SocketListener.
 HttpListener HttpConnection.getListener()
          Get the connections listener.
 HttpListener[] HttpServer.getListeners()
           
 

Methods in org.openqa.jetty.http with parameters of type HttpListener
 HttpListener HttpServer.addListener(HttpListener listener)
          Add a HTTP Listener to the server.
 void HttpServer.removeListener(HttpListener listener)
          Remove a HTTP Listener.
 void HttpServer.setListeners(HttpListener[] listeners)
           
 

Constructors in org.openqa.jetty.http with parameters of type HttpListener
HttpConnection(HttpListener listener, InetAddress remoteAddr, InputStream in, OutputStream out, Object connection)
          Constructor.
 

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

Classes in org.openqa.jetty.http.ajp that implement HttpListener
 class AJP13Listener
          AJP 1.3 Protocol Listener.
 

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

Classes in org.openqa.jetty.http.nio that implement HttpListener
 class SocketChannelListener
          EXPERIMENTAL NIO listener!
 

Uses of HttpListener in org.openqa.selenium.server
 

Classes in org.openqa.selenium.server that implement HttpListener
static class ProxyHandler.SslRelay
           
 



Copyright © 2011. All Rights Reserved.