MCPcopy Create free account
hub / github.com/zaproxy/zaproxy / closeSession

Method closeSession

zap/src/main/java/org/parosproxy/paros/model/Model.java:198–200  ·  view source on GitHub ↗

This method should typically only be called from the Control class

()

Source from the content-addressed store, hash-verified

196
197 /** This method should typically only be called from the Control class */
198 public void closeSession() {
199 getSession().close();
200 }
201
202 public void init(ControlOverrides overrides) throws SAXException, IOException, Exception {
203 getOptionsParam().load(Constant.getInstance().FILE_CONFIG, overrides);

Calls 2

getSessionMethod · 0.95
closeMethod · 0.65

Tested by

no test coverage detected