Uses of Class
org.glassfish.jersey.server.ServerRuntime
Packages that use ServerRuntime
-
Uses of ServerRuntime in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ServerRuntimeModifier and TypeFieldDescriptionprivate ServerRuntime
ApplicationHandler.runtime
private final ServerRuntime
ServerRuntime.Responder.runtime
Methods in org.glassfish.jersey.server that return ServerRuntimeModifier and TypeMethodDescription(package private) static ServerRuntime
ServerRuntime.createServerRuntime
(InjectionManager injectionManager, ServerBootstrapBag bootstrapBag, Stage<RequestProcessingContext> processingRoot, ApplicationEventListener eventListener, ProcessingProviders processingProviders) private ServerRuntime
ApplicationHandler.initialize
(InjectionManager injectionManager, List<BootstrapConfigurator> bootstrapConfigurators, ServerBootstrapBag bootstrapBag) Assumes the configuration field is initialized with a valid ResourceConfig.Constructors in org.glassfish.jersey.server with parameters of type ServerRuntimeModifierConstructorDescriptionResponder
(RequestProcessingContext processingContext, ServerRuntime runtime)