Uses of Class
org.glassfish.jersey.server.ServerRuntime
-
Packages that use ServerRuntime Package Description org.glassfish.jersey.server Jersey server-side classes. -
-
Uses of ServerRuntime in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ServerRuntime Modifier and Type Field Description private ServerRuntimeApplicationHandler. runtimeprivate ServerRuntimeServerRuntime.Responder. runtimeMethods in org.glassfish.jersey.server that return ServerRuntime Modifier and Type Method Description (package private) static ServerRuntimeServerRuntime. createServerRuntime(InjectionManager injectionManager, ServerBootstrapBag bootstrapBag, Stage<RequestProcessingContext> processingRoot, ApplicationEventListener eventListener, ProcessingProviders processingProviders)private ServerRuntimeApplicationHandler. initialize(InjectionManager injectionManager, java.util.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 ServerRuntime Constructor Description Responder(RequestProcessingContext processingContext, ServerRuntime runtime)
-