Uses of Class
org.basex.http.HTTPConnection
Packages that use HTTPConnection
Package
Description
-
Uses of HTTPConnection in org.basex.http
Methods in org.basex.http with parameters of type HTTPConnectionModifier and TypeMethodDescriptionprotected abstract voidBaseXServlet.run(HTTPConnection conn) Runs the code. -
Uses of HTTPConnection in org.basex.http.rest
Methods in org.basex.http.rest with parameters of type HTTPConnection -
Uses of HTTPConnection in org.basex.http.restxq
Methods in org.basex.http.restxq with parameters of type HTTPConnectionModifier and TypeMethodDescriptionvoidRestXqFunction.bind(Expr[] args, Object ext, HTTPConnection conn, QueryContext qc) Binds the annotated variables.booleanRestXqFunction.matches(HTTPConnection conn, QNm err, boolean perm) Checks if an HTTP request matches this function and its constraints.protected voidRestXqServlet.run(HTTPConnection conn) -
Uses of HTTPConnection in org.basex.http.web
Methods in org.basex.http.web with parameters of type HTTPConnectionModifier and TypeMethodDescriptionWebModules.checks(HTTPConnection conn) Returns permission functions that match the current request.WebModules.restxq(HTTPConnection conn, QNm error) Returns a RESTXQ function that matches the current request or the specified error code best. -
Uses of HTTPConnection in org.basex.http.webdav
Methods in org.basex.http.webdav with parameters of type HTTPConnection