Package org.glassfish.jersey.jetty
Class JettyHttpContainer
- java.lang.Object
-
- org.glassfish.jersey.jetty.JettyHttpContainer
-
-
Field Summary
-
Fields inherited from interface org.glassfish.jersey.server.spi.Container
DEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationHandlergetApplicationHandler()ResourceConfiggetConfiguration()voidreload()voidreload(ResourceConfig configuration)
-
-
-
Method Detail
-
getConfiguration
public ResourceConfig getConfiguration()
- Specified by:
getConfigurationin interfaceContainer
-
reload
public void reload(ResourceConfig configuration)
-
getApplicationHandler
public ApplicationHandler getApplicationHandler()
- Specified by:
getApplicationHandlerin interfaceContainer
-
-