Uses of Class
org.basex.http.HTTPConnection
-
Packages that use HTTPConnection Package Description org.basex.http org.basex.http.rest org.basex.http.restxq org.basex.http.web org.basex.http.webdav -
-
Uses of HTTPConnection in org.basex.http
Methods in org.basex.http with parameters of type HTTPConnection Modifier and Type Method Description protected 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 Modifier and Type Method Description protected voidRESTServlet. run(HTTPConnection conn) -
Uses of HTTPConnection in org.basex.http.restxq
Methods in org.basex.http.restxq with parameters of type HTTPConnection Modifier and Type Method Description 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 HTTPConnection Modifier and Type Method Description List<RestXqFunction>WebModules. checks(HTTPConnection conn)Returns permission functions that match the current request.RestXqFunctionWebModules. 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 Modifier and Type Method Description protected voidWebDAVServlet. run(HTTPConnection conn)
-