public class WorkerServer extends Object
| Constructor and Description |
|---|
WorkerServer(WorkerService workerService,
AuthenticationService authenticationService) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Integer> |
getListenPortHTTP() |
Optional<Integer> |
getListenPortHTTPS() |
static org.eclipse.jetty.servlet.ServletContextHandler |
newServletContextHandler(String contextPath,
org.glassfish.jersey.server.ResourceConfig config,
WorkerService workerService,
AuthenticationService authenticationService) |
static org.eclipse.jetty.servlet.ServletContextHandler |
newServletContextHandler(String contextPath,
org.glassfish.jersey.server.ResourceConfig config,
WorkerService workerService,
boolean requireAuthentication,
AuthenticationService authenticationService) |
void |
start() |
void |
stop() |
public WorkerServer(WorkerService workerService, AuthenticationService authenticationService)
public static org.eclipse.jetty.servlet.ServletContextHandler newServletContextHandler(String contextPath, org.glassfish.jersey.server.ResourceConfig config, WorkerService workerService, AuthenticationService authenticationService)
public static org.eclipse.jetty.servlet.ServletContextHandler newServletContextHandler(String contextPath, org.glassfish.jersey.server.ResourceConfig config, WorkerService workerService, boolean requireAuthentication, AuthenticationService authenticationService)
public void stop()
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.