Interface | Description |
---|---|
PersistentConnectionListener |
Proxy listener that targets long living connections, such as WebSockets or Server-Sent Events.
|
Class | Description |
---|---|
CommandLineBootstrap |
The bootstrap process for command line mode.
|
GuiBootstrap |
The bootstrap process for GUI mode.
|
Version |
A semantic version.
|
ZAP | |
ZapGetMethod |
Do not ignore HTTP status code of 101 and keep
Socket & InputStream open, as
101 states a protocol switch. |
ZapHttpConnection |
Custom
HttpConnection that exposes its socket and avoids closing. |
ZapHttpConnectionManager |
Custom
SimpleHttpConnectionManager that uses ZapHttpConnection for connection
creation. |
Enum | Description |
---|---|
ZAP.ProcessType |
ZAP can be run in 4 different ways: cmdline: an inline process that exits when it completes
the tasks specified by the parameters daemon: a single process with no Swing UI, typically
run as a background process desktop: a Swing based desktop tool (which is how is originated,
as a fork of Paros Proxy) zaas: a highly scalable distributed system with a web based UI, aka
'ZAP as a Service' (this is 'work in progress')
|