Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.spi |
Jersey server-side service provider contract (SPI) classes.
|
Modifier and Type | Field and Description |
---|---|
private ApplicationHandler |
ServerBootstrapBag.applicationHandler |
Modifier and Type | Method and Description |
---|---|
ApplicationHandler |
ServerBootstrapBag.getApplicationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
ServerBootstrapBag.setApplicationHandler(ApplicationHandler applicationHandler) |
Modifier and Type | Method and Description |
---|---|
ApplicationHandler |
Container.getApplicationHandler()
Get the Jersey server-side application handler associated with the container.
|