Uses of Interface
org.owasp.esapi.HTTPUtilities
-
Packages that use HTTPUtilities Package Description org.owasp.esapi The ESAPI interfaces andExceptionclasses model the most important security functions to enterprise web applications.org.owasp.esapi.reference This package contains reference implementations of the ESAPI interfaces. -
-
Uses of HTTPUtilities in org.owasp.esapi
Methods in org.owasp.esapi that return HTTPUtilities Modifier and Type Method Description static HTTPUtilitiesESAPI. httpUtilities() -
Uses of HTTPUtilities in org.owasp.esapi.reference
Classes in org.owasp.esapi.reference that implement HTTPUtilities Modifier and Type Class Description classDefaultHTTPUtilitiesReference implementation of the HTTPUtilities interface.Methods in org.owasp.esapi.reference that return HTTPUtilities Modifier and Type Method Description static HTTPUtilitiesDefaultHTTPUtilities. getInstance()
-