Uses of Class
org.eclipse.aether.internal.test.util.http.HttpServer
Packages that use HttpServer
-
Uses of HttpServer in org.eclipse.aether.internal.test.util.http
Fields in org.eclipse.aether.internal.test.util.http declared as HttpServerMethods in org.eclipse.aether.internal.test.util.http that return HttpServerModifier and TypeMethodDescriptionHttpServer.addSelfSignedSslConnector()
HttpServer.addSelfSignedSslConnectorHttp2Only()
HttpServer.addSslConnector()
HttpServer.setAuthentication
(String username, String password) HttpServer.setChecksumHeader
(HttpServer.ChecksumHeader checksumHeader) HttpServer.setConnectionsToClose
(int connectionsToClose) HttpServer.setExpectSupport
(HttpServer.ExpectContinue expectContinue) HttpServer.setProxyAuthentication
(String username, String password) HttpServer.setRangeSupport
(boolean rangeSupport) HttpServer.setRepoDir
(File repoDir) HttpServer.setServerErrorsBeforeWorks
(int serverErrorsBeforeWorks) HttpServer.setWebDav
(boolean webDav) HttpServer.start()