Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
Modifier and Type | Field and Description |
---|---|
private ServerRuntime |
ServerRuntime.Responder.runtime |
private ServerRuntime |
ApplicationHandler.runtime |
Modifier and Type | Method and Description |
---|---|
(package private) static ServerRuntime |
ServerRuntime.createServerRuntime(InjectionManager injectionManager,
ServerBootstrapBag bootstrapBag,
Stage<RequestProcessingContext> processingRoot,
ApplicationEventListener eventListener,
ProcessingProviders processingProviders) |
private ServerRuntime |
ApplicationHandler.initialize(InjectionManager injectionManager,
java.util.List<BootstrapConfigurator> bootstrapConfigurators,
ServerBootstrapBag bootstrapBag)
Assumes the configuration field is initialized with a valid ResourceConfig.
|
Constructor and Description |
---|
Responder(RequestProcessingContext processingContext,
ServerRuntime runtime) |