| Package | Description |
|---|---|
| org.glassfish.jersey.server |
Jersey server-side classes.
|
| Modifier and Type | Field and Description |
|---|---|
private ServerRuntime |
ApplicationHandler.runtime |
private ServerRuntime |
ServerRuntime.Responder.runtime |
| Modifier and Type | Method and Description |
|---|---|
ServerRuntime |
ServerRuntime.Builder.build(Stage<RequestProcessingContext> processingRoot,
ApplicationEventListener eventListener,
ProcessingProviders processingProviders)
Create new server-side request processing runtime.
|
private ServerRuntime |
ApplicationHandler.initialize(java.lang.Iterable<ComponentProvider> componentProviders)
Assumes the configuration field is initialized with a valid ResourceConfig.
|
| Constructor and Description |
|---|
Responder(RequestProcessingContext processingContext,
ServerRuntime runtime) |