|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Contract @ConstrainedTo(value=SERVER) public interface Container
Jersey container service contract. The purpose of the container is to configure and host a single Jersey application.
ApplicationHandler| Method Summary | |
|---|---|
ResourceConfig |
getConfiguration()
Return an immutable representation of the current configuration. |
void |
reload()
Reload the hosted Jersey application using the current configuration. |
void |
reload(ResourceConfig configuration)
Reload the hosted Jersey application using a new configuration. |
| Method Detail |
|---|
ResourceConfig getConfiguration()
configuration.
void reload()
configuration.
void reload(ResourceConfig configuration)
configuration.
configuration - new configuration used for the reload.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||