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 ServerRuntime
ApplicationHandler. runtime
private ServerRuntime
ServerRuntime.Responder. runtime
Methods in org.glassfish.jersey.server that return ServerRuntime Modifier and Type Method 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.Constructors in org.glassfish.jersey.server with parameters of type ServerRuntime Constructor Description Responder(RequestProcessingContext processingContext, ServerRuntime runtime)
-