| Package | Description |
|---|---|
| net.lightbody.bmp.proxy.jetty.http | |
| net.lightbody.bmp.proxy.jetty.http.ajp | |
| net.lightbody.bmp.proxy.jetty.http.nio | |
| net.lightbody.bmp.proxy.selenium |
| Modifier and Type | Class and Description |
|---|---|
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.mortbay.http.SslListener
|
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
HttpConnection(HttpListener listener,
InetAddress remoteAddr,
InputStream in,
OutputStream out,
Object connection)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AJP13Listener
AJP 1.3 Protocol Listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SocketChannelListener
EXPERIMENTAL NIO listener!
|
| Modifier and Type | Class and Description |
|---|---|
static class |
SeleniumProxyHandler.SslRelay |
Copyright © 2015. All Rights Reserved.