public class BrowserUpProxyUtil
extends java.lang.Object
| Constructor and Description |
|---|
BrowserUpProxyUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Har |
copyHarThroughPageRef(Har har,
java.lang.String pageRef)
|
static int |
getTotalElapsedTime(HarTiming timings) |
static java.lang.String |
getVersionString()
Returns the version of BrowserUp Proxy, e.g.
|
static java.net.InetSocketAddress |
inetSocketAddressFromString(java.lang.String hostAndPort) |
public static Har copyHarThroughPageRef(Har har, java.lang.String pageRef)
HarEntry and HarPage references from the specified har to a new har copy, up to and including
the specified pageRef. Does not perform a "deep copy", so any subsequent modification to the entries or pages will
be reflected in the copied har.har - existing har to copypageRef - last page ID to copyHar with entries and pages from the original har, or null if the input har is nullpublic static java.lang.String getVersionString()
public static java.net.InetSocketAddress inetSocketAddressFromString(java.lang.String hostAndPort)
throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic static int getTotalElapsedTime(HarTiming timings)