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 ServerRuntimeApplicationHandler.runtimeprivate final ServerRuntimeServerRuntime.Responder.runtimeMethods in org.glassfish.jersey.server that return ServerRuntimeModifier and TypeMethodDescription(package private) static ServerRuntimeServerRuntime.createServerRuntime(InjectionManager injectionManager, ServerBootstrapBag bootstrapBag, Stage<RequestProcessingContext> processingRoot, ApplicationEventListener eventListener, ProcessingProviders processingProviders) private ServerRuntimeApplicationHandler.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)