Package | Description |
---|---|
net.lightbody.bmp | |
net.lightbody.bmp.filters | |
net.lightbody.bmp.util |
Modifier and Type | Method and Description |
---|---|
Har |
BrowserMobProxyServer.endHar() |
Har |
BrowserMobProxy.endHar()
Stops capturing traffic in the HAR.
|
Har |
BrowserMobProxyServer.getHar() |
Har |
BrowserMobProxy.getHar()
Retrieves the current HAR.
|
Har |
BrowserMobProxyServer.newHar() |
Har |
BrowserMobProxy.newHar()
Starts a new HAR file with the default page name (see
BrowserMobProxy.newPage() . |
Har |
BrowserMobProxyServer.newHar(String initialPageRef) |
Har |
BrowserMobProxy.newHar(String initialPageRef)
Starts a new HAR file with the specified initialPageRef as the page name and page title.
|
Har |
BrowserMobProxyServer.newHar(String initialPageRef,
String initialPageTitle) |
Har |
BrowserMobProxy.newHar(String initialPageRef,
String initialPageTitle)
Starts a new HAR file with the specified page name and page title.
|
Har |
BrowserMobProxyServer.newPage() |
Har |
BrowserMobProxy.newPage()
Starts a new HAR page using the default page naming convention.
|
Har |
BrowserMobProxyServer.newPage(String pageRef) |
Har |
BrowserMobProxy.newPage(String pageRef)
Starts a new HAR page using the specified pageRef as the page name and the page title.
|
Har |
BrowserMobProxyServer.newPage(String pageRef,
String pageTitle) |
Har |
BrowserMobProxy.newPage(String pageRef,
String pageTitle)
Starts a new HAR page using the specified pageRef as the page name and the pageTitle as the page title.
|
Constructor and Description |
---|
HarCaptureFilter(io.netty.handler.codec.http.HttpRequest originalRequest,
io.netty.channel.ChannelHandlerContext ctx,
Har har,
String currentPageRef,
Set<CaptureType> dataToCapture)
Create a new instance of the HarCaptureFilter that will capture request and response information.
|
HttpConnectHarCaptureFilter(io.netty.handler.codec.http.HttpRequest originalRequest,
io.netty.channel.ChannelHandlerContext ctx,
Har har,
String currentPageRef) |
Modifier and Type | Method and Description |
---|---|
static Har |
BrowserMobProxyUtil.copyHarThroughPageRef(Har har,
String pageRef)
|
Modifier and Type | Method and Description |
---|---|
static Har |
BrowserMobProxyUtil.copyHarThroughPageRef(Har har,
String pageRef)
|
Copyright © 2016. All Rights Reserved.