Uses of Class
org.glassfish.jersey.server.ContainerResponse
Packages that use ContainerResponse
Package
Description
The container adapter between
JDK HTTP server
and Jersey Jersey application handler
classes.Jersey Jetty container classes.
Jersey server-side classes.
Jersey server-side internal monitoring and statistics classes.
Jersey server-side internal classes related to request and response processing.
Jersey server-side application invalid input: '&' resource modeling classes.
Jersey server-side monitoring JMX MBeans interfaces.
Jersey server-side service provider contract (SPI) classes.
Jersey internal Servlet API.
Jersey Simple 6.x container classes.
-
Uses of ContainerResponse in org.glassfish.jersey.jdkhttp
Methods in org.glassfish.jersey.jdkhttp with parameters of type ContainerResponseModifier and TypeMethodDescriptionJdkHttpHandlerContainer.ResponseWriter.writeResponseStatusAndHeaders
(long contentLength, ContainerResponse context) -
Uses of ContainerResponse in org.glassfish.jersey.jetty
Methods in org.glassfish.jersey.jetty with parameters of type ContainerResponseModifier and TypeMethodDescriptionJettyHttpContainer.ResponseWriter.writeResponseStatusAndHeaders
(long contentLength, ContainerResponse context) -
Uses of ContainerResponse in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ContainerResponseModifier and TypeFieldDescriptionprivate ContainerResponse
ApplicationHandler.FutureResponseWriter.response
private ContainerResponse
ChunkedOutput.responseContext
Methods in org.glassfish.jersey.server that return ContainerResponseModifier and TypeMethodDescriptionprivate ContainerResponse
ServerRuntime.Responder.convertResponse
(javax.ws.rs.core.Response exceptionResponse) private ContainerResponse
ServerRuntime.Responder.processResponse
(ContainerResponse response) private ContainerResponse
ServerRuntime.Responder.writeResponse
(ContainerResponse response) Methods in org.glassfish.jersey.server that return types with arguments of type ContainerResponseModifier and TypeMethodDescriptionApplicationHandler.apply
(ContainerRequest requestContext) Invokes a request and returns theresponse future
.ApplicationHandler.apply
(ContainerRequest request, OutputStream outputStream) Invokes a request and returns theresponse future
.ContainerFilteringStage.ResponseFilterStage.apply
(ContainerResponse responseContext) ContainerRequest.getInflector()
Methods in org.glassfish.jersey.server with parameters of type ContainerResponseModifier and TypeMethodDescriptionContainerFilteringStage.ResponseFilterStage.apply
(ContainerResponse responseContext) void
ServerRuntime.Responder.process
(ContainerResponse response) private ContainerResponse
ServerRuntime.Responder.processResponse
(ContainerResponse response) private void
ServerRuntime.Responder.release
(ContainerResponse responseContext) (package private) void
ChunkedOutput.setContext
(RequestScope requestScope, RequestContext requestScopeContext, ContainerRequest requestContext, ContainerResponse responseContext, javax.ws.rs.container.ConnectionCallback connectionCallbackRunner) Set context used for writing chunks.private void
ServerRuntime.Responder.setWrittenResponse
(ContainerResponse response) private ContainerResponse
ServerRuntime.Responder.writeResponse
(ContainerResponse response) ApplicationHandler.FutureResponseWriter.writeResponseStatusAndHeaders
(long contentLength, ContainerResponse response) -
Uses of ContainerResponse in org.glassfish.jersey.server.internal.monitoring
Fields in org.glassfish.jersey.server.internal.monitoring declared as ContainerResponseModifier and TypeFieldDescriptionprivate ContainerResponse
RequestEventImpl.Builder.containerResponse
private final ContainerResponse
RequestEventImpl.containerResponse
Methods in org.glassfish.jersey.server.internal.monitoring that return ContainerResponseMethods in org.glassfish.jersey.server.internal.monitoring with parameters of type ContainerResponseModifier and TypeMethodDescriptionEmptyRequestEventBuilder.setContainerResponse
(ContainerResponse containerResponse) RequestEventBuilder.setContainerResponse
(ContainerResponse containerResponse) Set the container response.RequestEventImpl.Builder.setContainerResponse
(ContainerResponse containerResponse) Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type ContainerResponseModifierConstructorDescriptionprivate
RequestEventImpl
(RequestEvent.Type type, ContainerRequest containerRequest, ContainerResponse containerResponse, Throwable throwable, ExtendedUriInfo extendedUriInfo, Iterable<javax.ws.rs.container.ContainerResponseFilter> containerResponseFilters, Iterable<javax.ws.rs.container.ContainerRequestFilter> containerRequestFilters, javax.ws.rs.ext.ExceptionMapper<?> exceptionMapper, boolean success, boolean responseSuccessfullyMapped, RequestEvent.ExceptionCause exceptionCause, boolean responseWritten) -
Uses of ContainerResponse in org.glassfish.jersey.server.internal.process
Fields in org.glassfish.jersey.server.internal.process with type parameters of type ContainerResponseModifier and TypeFieldDescriptionprivate Stage
<ContainerResponse> DefaultRespondingContext.rootStage
Methods in org.glassfish.jersey.server.internal.process that return types with arguments of type ContainerResponseModifier and TypeMethodDescriptionDefaultRespondingContext.createRespondingRoot()
RequestProcessingContext.createRespondingRoot()
RespondingContext.createRespondingRoot()
(Optionally) create a responder chain from all transformations previously pushed into the context.Method parameters in org.glassfish.jersey.server.internal.process with type arguments of type ContainerResponseModifier and TypeMethodDescriptionvoid
DefaultRespondingContext.push
(Function<ContainerResponse, ContainerResponse> responseTransformation) void
DefaultRespondingContext.push
(Function<ContainerResponse, ContainerResponse> responseTransformation) void
DefaultRespondingContext.push
(ChainableStage<ContainerResponse> stage) void
RequestProcessingContext.push
(Function<ContainerResponse, ContainerResponse> responseTransformation) void
RequestProcessingContext.push
(Function<ContainerResponse, ContainerResponse> responseTransformation) void
RequestProcessingContext.push
(ChainableStage<ContainerResponse> stage) void
RespondingContext.push
(Function<ContainerResponse, ContainerResponse> responseTransformation) Push response transformation function that should be applied.void
RespondingContext.push
(Function<ContainerResponse, ContainerResponse> responseTransformation) Push response transformation function that should be applied.void
RespondingContext.push
(ChainableStage<ContainerResponse> stage) Push chainable response transformation stage that should be applied. -
Uses of ContainerResponse in org.glassfish.jersey.server.model
Methods in org.glassfish.jersey.server.model that return ContainerResponseModifier and TypeMethodDescriptionResourceMethodInvoker.apply
(RequestProcessingContext processingContext) -
Uses of ContainerResponse in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ContainerResponseModifier and TypeMethodDescriptionRequestEvent.getContainerResponse()
Get the container response. -
Uses of ContainerResponse in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi with parameters of type ContainerResponseModifier and TypeMethodDescriptionContainerResponseWriter.writeResponseStatusAndHeaders
(long contentLength, ContainerResponse responseContext) Write the status and headers of the response and return an output stream for the web application to write the entity of the response. -
Uses of ContainerResponse in org.glassfish.jersey.servlet.internal
Fields in org.glassfish.jersey.servlet.internal with type parameters of type ContainerResponseModifier and TypeFieldDescriptionprivate final CompletableFuture
<ContainerResponse> ResponseWriter.responseContext
Methods in org.glassfish.jersey.servlet.internal that return ContainerResponseMethods in org.glassfish.jersey.servlet.internal with parameters of type ContainerResponseModifier and TypeMethodDescriptionResponseWriter.writeResponseStatusAndHeaders
(long contentLength, ContainerResponse responseContext) -
Uses of ContainerResponse in org.glassfish.jersey.simple
Methods in org.glassfish.jersey.simple with parameters of type ContainerResponseModifier and TypeMethodDescriptionSimpleContainer.ResponseWriter.writeResponseStatusAndHeaders
(long contentLength, ContainerResponse context)