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 ContainerResponseApplicationHandler.FutureResponseWriter.responseprivate ContainerResponseChunkedOutput.responseContextMethods in org.glassfish.jersey.server that return ContainerResponseModifier and TypeMethodDescriptionprivate ContainerResponseServerRuntime.Responder.convertResponse(javax.ws.rs.core.Response exceptionResponse) private ContainerResponseServerRuntime.Responder.processResponse(ContainerResponse response) private ContainerResponseServerRuntime.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) voidServerRuntime.Responder.process(ContainerResponse response) private ContainerResponseServerRuntime.Responder.processResponse(ContainerResponse response) private voidServerRuntime.Responder.release(ContainerResponse responseContext) (package private) voidChunkedOutput.setContext(RequestScope requestScope, RequestContext requestScopeContext, ContainerRequest requestContext, ContainerResponse responseContext, javax.ws.rs.container.ConnectionCallback connectionCallbackRunner) Set context used for writing chunks.private voidServerRuntime.Responder.setWrittenResponse(ContainerResponse response) private ContainerResponseServerRuntime.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 ContainerResponseRequestEventImpl.Builder.containerResponseprivate final ContainerResponseRequestEventImpl.containerResponseMethods 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 ContainerResponseModifierConstructorDescriptionprivateRequestEventImpl(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.rootStageMethods 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 TypeMethodDescriptionvoidDefaultRespondingContext.push(Function<ContainerResponse, ContainerResponse> responseTransformation) voidDefaultRespondingContext.push(Function<ContainerResponse, ContainerResponse> responseTransformation) voidDefaultRespondingContext.push(ChainableStage<ContainerResponse> stage) voidRequestProcessingContext.push(Function<ContainerResponse, ContainerResponse> responseTransformation) voidRequestProcessingContext.push(Function<ContainerResponse, ContainerResponse> responseTransformation) voidRequestProcessingContext.push(ChainableStage<ContainerResponse> stage) voidRespondingContext.push(Function<ContainerResponse, ContainerResponse> responseTransformation) Push response transformation function that should be applied.voidRespondingContext.push(Function<ContainerResponse, ContainerResponse> responseTransformation) Push response transformation function that should be applied.voidRespondingContext.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.responseContextMethods 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)