| Package | Description |
|---|---|
| net.lightbody.bmp | |
| net.lightbody.bmp.proxy |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<CaptureType> |
BrowserMobProxy.getHarCaptureTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowserMobProxy.disableHarCaptureTypes(CaptureType... captureTypes)
Disables the specified HAR capture types.
|
void |
BrowserMobProxy.enableHarCaptureTypes(CaptureType... captureTypes)
Enables the specified HAR capture types.
|
void |
BrowserMobProxy.setHarCaptureTypes(CaptureType... captureTypes)
Sets the data types that will be captured in the HAR file for future requests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BrowserMobProxy.disableHarCaptureTypes(Set<CaptureType> captureTypes)
Disables the specified HAR capture types.
|
void |
BrowserMobProxy.enableHarCaptureTypes(Set<CaptureType> captureTypes)
Enables the specified HAR capture types.
|
void |
BrowserMobProxy.setHarCaptureTypes(Set<CaptureType> captureTypes)
Sets the data types that will be captured in the HAR file for future requests.
|
| Modifier and Type | Method and Description |
|---|---|
static CaptureType |
CaptureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaptureType[] |
CaptureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<CaptureType> |
CaptureType.getAllContentCaptureTypes() |
static EnumSet<CaptureType> |
CaptureType.getBinaryContentCaptureTypes() |
static EnumSet<CaptureType> |
CaptureType.getCookieCaptureTypes() |
EnumSet<CaptureType> |
ProxyServer.getHarCaptureTypes()
Deprecated.
|
static EnumSet<CaptureType> |
CaptureType.getHeaderCaptureTypes() |
static EnumSet<CaptureType> |
CaptureType.getNonBinaryContentCaptureTypes() |
static EnumSet<CaptureType> |
CaptureType.getRequestCaptureTypes() |
static EnumSet<CaptureType> |
CaptureType.getResponseCaptureTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyServer.disableHarCaptureTypes(CaptureType... captureTypes)
Deprecated.
|
void |
ProxyServer.enableHarCaptureTypes(CaptureType... captureTypes)
Deprecated.
|
void |
ProxyServer.setHarCaptureTypes(CaptureType... captureTypes)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyServer.disableHarCaptureTypes(Set<CaptureType> captureTypes)
Deprecated.
|
void |
ProxyServer.enableHarCaptureTypes(Set<CaptureType> captureTypes)
Deprecated.
|
void |
ProxyServer.setHarCaptureTypes(Set<CaptureType> captureTypes)
Deprecated.
|
Copyright © 2015. All Rights Reserved.