Uses of Class
org.glassfish.jersey.server.ServerRuntime.Responder
Packages that use ServerRuntime.Responder
-
Uses of ServerRuntime.Responder in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ServerRuntime.ResponderModifier and TypeFieldDescriptionprivate final ServerRuntime.Responder
ServerRuntime.AsyncResponder.responder
private final ServerRuntime.Responder
ServerRuntime.AsyncResponderHolder.responder
Constructors in org.glassfish.jersey.server with parameters of type ServerRuntime.ResponderModifierConstructorDescriptionAsyncResponder
(ServerRuntime.Responder responder, RequestContext requestContext, ExternalRequestScope requestScopeListener, ExternalRequestContext<?> foreignScopeInstance) private
AsyncResponderHolder
(ServerRuntime.Responder responder, ExternalRequestScope externalRequestScope, RequestContext requestContext, ExternalRequestContext<?> externalContext)