MCPcopy
hub / github.com/zaproxy/zaproxy / openSession

Method openSession

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

This method should typically only be called from the Control class

(String fileName)

Source from the content-addressed store, hash-verified

149
150 /** This method should typically only be called from the Control class */
151 public void openSession(String fileName)
152 throws SQLException, SAXException, IOException, Exception {
153 getSession().open(fileName);
154 }
155
156 public void openSession(String fileName, final SessionListener callback) {
157 getSession().open(fileName, callback);

Callers 6

compareSessionsMethod · 0.95
actionPerformedMethod · 0.45
runMethod · 0.45
actionPerformedMethod · 0.45
handleFileMethod · 0.45

Calls 2

getSessionMethod · 0.95
openMethod · 0.65

Tested by

no test coverage detected