Uses of Class
org.eclipse.jgit.junit.http.AppServer
Packages that use AppServer
-
Uses of AppServer in org.eclipse.jgit.junit.http
Fields in org.eclipse.jgit.junit.http declared as AppServerModifier and TypeFieldDescriptionprotected AppServerHttpTestCase.serverIn-memory application server; subclass must start.(package private) AppServerSimpleHttpServer.serverMethods in org.eclipse.jgit.junit.http that return AppServerModifier and TypeMethodDescriptionprotected AppServerHttpTestCase.createServer()Create theAppServer.This default implementation creates a server without SSLsupport listening for HTTP connections on a dynamically chosen port, which can be gotten once the server has been started via itsAppServer.getPort()method.