DEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT
Modifier and Type | Method and Description |
---|---|
ApplicationHandler |
getApplicationHandler()
Get the Jersey server-side application handler associated with the container.
|
ResourceConfig |
getConfiguration()
Return an immutable representation of the current
configuration . |
void |
handle(org.simpleframework.http.Request request,
org.simpleframework.http.Response response) |
void |
reload()
Reload the hosted Jersey application using the current
configuration . |
void |
reload(ResourceConfig configuration)
Reload the hosted Jersey application using a new
configuration . |
public void handle(org.simpleframework.http.Request request, org.simpleframework.http.Response response)
public ResourceConfig getConfiguration()
Container
configuration
.getConfiguration
in interface Container
public void reload()
Container
configuration
.public void reload(ResourceConfig configuration)
Container
configuration
.public ApplicationHandler getApplicationHandler()
Container
getApplicationHandler
in interface Container
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.