-
- All Implemented Interfaces:
- org.glassfish.jersey.server.spi.Container
public final class JettyHttpContainer
extends Object
implements org.glassfish.jersey.server.spi.Container
Jersey Container
stub based on Jetty org.eclipse.jetty.server.Handler
.
For JDK 1.8 only since Jetty 11 does not support JDKs below 11
-
-
Field Summary
-
Fields inherited from interface org.glassfish.jersey.server.spi.Container
DEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT
-
Constructor Summary
Constructors
Constructor and Description |
JettyHttpContainer(jakarta.ws.rs.core.Application application) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
reload
public void reload()
- Specified by:
reload
in interface org.glassfish.jersey.server.spi.Container
Copyright © 2007-2020, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.