|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of HttpServer in org.browsermob.proxy |
|---|
| Methods in org.browsermob.proxy with parameters of type HttpServer | |
|---|---|
protected SeleniumProxyHandler.SslRelay |
BrowserMobProxyHandler.getSslRelayOrCreateNew(URI uri,
InetAddrPort addrPort,
HttpServer server)
|
| Uses of HttpServer in org.browsermob.proxy.jetty.http |
|---|
| Methods in org.browsermob.proxy.jetty.http that return HttpServer | |
|---|---|
HttpServer |
SocketListener.getHttpServer()
|
HttpServer |
HttpListener.getHttpServer()
Get the HttpServer instance for this HttpListener. |
HttpServer |
HttpContext.getHttpServer()
|
HttpServer |
HttpConnection.getHttpServer()
Get the listeners HttpServer . |
| Methods in org.browsermob.proxy.jetty.http with parameters of type HttpServer | |
|---|---|
void |
SocketListener.setHttpServer(HttpServer server)
|
void |
HttpListener.setHttpServer(HttpServer server)
Set the HttpServer instance for this HttpListener. |
| Constructors in org.browsermob.proxy.jetty.http with parameters of type HttpServer | |
|---|---|
HttpContext(HttpServer httpServer,
String contextPathSpec)
Constructor. |
|
| Uses of HttpServer in org.browsermob.proxy.jetty.http.ajp |
|---|
| Methods in org.browsermob.proxy.jetty.http.ajp that return HttpServer | |
|---|---|
HttpServer |
AJP13Listener.getHttpServer()
|
| Methods in org.browsermob.proxy.jetty.http.ajp with parameters of type HttpServer | |
|---|---|
void |
AJP13Listener.setHttpServer(HttpServer server)
|
| Uses of HttpServer in org.browsermob.proxy.jetty.http.jmx |
|---|
| Constructors in org.browsermob.proxy.jetty.http.jmx with parameters of type HttpServer | |
|---|---|
HttpServerMBean(HttpServer httpServer)
Constructor. |
|
| Uses of HttpServer in org.browsermob.proxy.jetty.http.nio |
|---|
| Methods in org.browsermob.proxy.jetty.http.nio that return HttpServer | |
|---|---|
HttpServer |
SocketChannelListener.getHttpServer()
|
| Methods in org.browsermob.proxy.jetty.http.nio with parameters of type HttpServer | |
|---|---|
void |
SocketChannelListener.setHttpServer(HttpServer server)
|
| Uses of HttpServer in org.browsermob.proxy.jetty.jetty |
|---|
| Subclasses of HttpServer in org.browsermob.proxy.jetty.jetty | |
|---|---|
class |
Server
The Jetty HttpServer. |
| Uses of HttpServer in org.browsermob.proxy.selenium |
|---|
| Methods in org.browsermob.proxy.selenium with parameters of type HttpServer | |
|---|---|
void |
SeleniumProxyHandler.generateSSLCertsForLoggingHosts(HttpServer server)
|
protected SeleniumProxyHandler.SslRelay |
SeleniumProxyHandler.getSslRelayOrCreateNew(URI uri,
InetAddrPort addrPort,
HttpServer server)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||