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.addHttp2Connector()HttpServer.addHttp2ConnectorWithMutualTLS()HttpServer.addHttp2OnlyConnector()HttpServer.addHttp2OnlyConnectorWithMutualTLS()HttpServer.addHttp3Connector(boolean needClientAuth) HttpServer.addHttp3Connector(boolean needClientAuth, int port) 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.setResponseBodyForPut(String body) HttpServer.setServerErrorsBeforeWorks(int serverErrorsBeforeWorks) HttpServer.setServerErrorsBeforeWorks(int serverErrorsBeforeWorks, int errorStatusCode) HttpServer.setWebDav(boolean webDav) HttpServer.start()