public final class JettyHttpContainerFactory extends Object
Container stub.
For JDK 1.8 only since Jetty 11 does not support JDKs below 11| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.jetty.server.Server |
createServer(URI uri) |
static org.eclipse.jetty.server.Server |
createServer(URI uri,
boolean start) |
static org.eclipse.jetty.server.Server |
createServer(URI uri,
ResourceConfig config) |
static org.eclipse.jetty.server.Server |
createServer(URI uri,
ResourceConfig configuration,
boolean start) |
static org.eclipse.jetty.server.Server |
createServer(URI uri,
ResourceConfig config,
boolean start,
Object parentContext) |
static org.eclipse.jetty.server.Server |
createServer(URI uri,
ResourceConfig config,
Object parentContext) |
static org.eclipse.jetty.server.Server |
createServer(URI uri,
org.eclipse.jetty.util.ssl.SslContextFactory.Server sslContextFactory,
JettyHttpContainer handler,
boolean start) |
static org.eclipse.jetty.server.Server |
createServer(URI uri,
org.eclipse.jetty.util.ssl.SslContextFactory.Server sslContextFactory,
ResourceConfig config) |
public static org.eclipse.jetty.server.Server createServer(URI uri) throws jakarta.ws.rs.ProcessingException
jakarta.ws.rs.ProcessingExceptionpublic static org.eclipse.jetty.server.Server createServer(URI uri, boolean start) throws jakarta.ws.rs.ProcessingException
jakarta.ws.rs.ProcessingExceptionpublic static org.eclipse.jetty.server.Server createServer(URI uri, ResourceConfig config) throws jakarta.ws.rs.ProcessingException
jakarta.ws.rs.ProcessingExceptionpublic static org.eclipse.jetty.server.Server createServer(URI uri, ResourceConfig configuration, boolean start) throws jakarta.ws.rs.ProcessingException
jakarta.ws.rs.ProcessingExceptionpublic static org.eclipse.jetty.server.Server createServer(URI uri, ResourceConfig config, boolean start, Object parentContext)
public static org.eclipse.jetty.server.Server createServer(URI uri, ResourceConfig config, Object parentContext)
public static org.eclipse.jetty.server.Server createServer(URI uri, org.eclipse.jetty.util.ssl.SslContextFactory.Server sslContextFactory, ResourceConfig config) throws jakarta.ws.rs.ProcessingException
jakarta.ws.rs.ProcessingExceptionpublic static org.eclipse.jetty.server.Server createServer(URI uri, org.eclipse.jetty.util.ssl.SslContextFactory.Server sslContextFactory, JettyHttpContainer handler, boolean start)
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.