org.browsermob.proxy
Class ProxyServerLog
java.lang.Object
org.browsermob.proxy.ProxyServerLog
@ThreadSafe
public class ProxyServerLog
- extends Object
Keep track of what the proxy server is doing.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyServerLog
public ProxyServerLog(int maxRecentBlocks)
clearRecentBlocks
public void clearRecentBlocks()
getRecentBlocks
public List<Block> getRecentBlocks()
getLastNRecentBlocks
public List<Block> getLastNRecentBlocks(int n)
startNewNamedSession
public void startNewNamedSession(String key)
clearNamedSession
public void clearNamedSession(String key)
stopSession
public void stopSession(String key)
getNamedSession
public List<Block> getNamedSession(String key)
record
public void record(HttpObject httpObject)
Copyright © 2011. All Rights Reserved.