Uses of Class
org.glassfish.jersey.server.ContainerResponse
-
Packages that use ContainerResponse Package Description org.glassfish.jersey.jdkhttp The container adapter betweenJDK HTTP server
and JerseyJersey application handler
classes.org.glassfish.jersey.jetty Jersey Jetty container classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes.org.glassfish.jersey.server.internal.process Jersey server-side internal classes related to request and response processing.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.server.monitoring Jersey server-side monitoring JMX MBeans interfaces.org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes.org.glassfish.jersey.servlet.internal Jersey internal Servlet API.org.glassfish.jersey.simple Jersey Simple 6.x container classes. -
-
Uses of ContainerResponse in org.glassfish.jersey.jdkhttp
Methods in org.glassfish.jersey.jdkhttp with parameters of type ContainerResponse Modifier and Type Method Description java.io.OutputStream
JdkHttpHandlerContainer.ResponseWriter. writeResponseStatusAndHeaders(long contentLength, ContainerResponse context)
-
Uses of ContainerResponse in org.glassfish.jersey.jetty
Methods in org.glassfish.jersey.jetty with parameters of type ContainerResponse Modifier and Type Method Description java.io.OutputStream
JettyHttpContainer.ResponseWriter. writeResponseStatusAndHeaders(long contentLength, ContainerResponse context)
-
Uses of ContainerResponse in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ContainerResponse Modifier and Type Field Description private ContainerResponse
ApplicationHandler.FutureResponseWriter. response
private ContainerResponse
ChunkedOutput. responseContext
Methods in org.glassfish.jersey.server that return ContainerResponse Modifier and Type Method Description private 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 ContainerResponse Modifier and Type Method Description java.util.concurrent.Future<ContainerResponse>
ApplicationHandler. apply(ContainerRequest requestContext)
Invokes a request and returns theresponse future
.java.util.concurrent.Future<ContainerResponse>
ApplicationHandler. apply(ContainerRequest request, java.io.OutputStream outputStream)
Invokes a request and returns theresponse future
.Stage.Continuation<ContainerResponse>
ContainerFilteringStage.ResponseFilterStage. apply(ContainerResponse responseContext)
private Inflector<RequestProcessingContext,ContainerResponse>
ContainerRequest. getInflector()
Methods in org.glassfish.jersey.server with parameters of type ContainerResponse Modifier and Type Method Description Stage.Continuation<ContainerResponse>
ContainerFilteringStage.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)
java.io.OutputStream
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 ContainerResponse Modifier and Type Field Description private ContainerResponse
RequestEventImpl.Builder. containerResponse
private ContainerResponse
RequestEventImpl. containerResponse
Methods in org.glassfish.jersey.server.internal.monitoring that return ContainerResponse Modifier and Type Method Description ContainerResponse
RequestEventImpl. getContainerResponse()
Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type ContainerResponse Modifier and Type Method Description RequestEventBuilder
EmptyRequestEventBuilder. setContainerResponse(ContainerResponse containerResponse)
RequestEventBuilder
RequestEventBuilder. setContainerResponse(ContainerResponse containerResponse)
Set the container response.RequestEventImpl.Builder
RequestEventImpl.Builder. setContainerResponse(ContainerResponse containerResponse)
Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type ContainerResponse Constructor Description RequestEventImpl(RequestEvent.Type type, ContainerRequest containerRequest, ContainerResponse containerResponse, java.lang.Throwable throwable, ExtendedUriInfo extendedUriInfo, java.lang.Iterable<javax.ws.rs.container.ContainerResponseFilter> containerResponseFilters, java.lang.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 ContainerResponse Modifier and Type Field Description private Stage<ContainerResponse>
DefaultRespondingContext. rootStage
Methods in org.glassfish.jersey.server.internal.process that return types with arguments of type ContainerResponse Modifier and Type Method Description Stage<ContainerResponse>
DefaultRespondingContext. createRespondingRoot()
Stage<ContainerResponse>
RequestProcessingContext. createRespondingRoot()
Stage<ContainerResponse>
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 ContainerResponse Modifier and Type Method Description void
DefaultRespondingContext. push(java.util.function.Function<ContainerResponse,ContainerResponse> responseTransformation)
void
DefaultRespondingContext. push(java.util.function.Function<ContainerResponse,ContainerResponse> responseTransformation)
void
DefaultRespondingContext. push(ChainableStage<ContainerResponse> stage)
void
RequestProcessingContext. push(java.util.function.Function<ContainerResponse,ContainerResponse> responseTransformation)
void
RequestProcessingContext. push(java.util.function.Function<ContainerResponse,ContainerResponse> responseTransformation)
void
RequestProcessingContext. push(ChainableStage<ContainerResponse> stage)
void
RespondingContext. push(java.util.function.Function<ContainerResponse,ContainerResponse> responseTransformation)
Push response transformation function that should be applied.void
RespondingContext. push(java.util.function.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 ContainerResponse Modifier and Type Method Description ContainerResponse
ResourceMethodInvoker. apply(RequestProcessingContext processingContext)
-
Uses of ContainerResponse in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ContainerResponse Modifier and Type Method Description ContainerResponse
RequestEvent. 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 ContainerResponse Modifier and Type Method Description java.io.OutputStream
ContainerResponseWriter. 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 ContainerResponse Modifier and Type Field Description private java.util.concurrent.CompletableFuture<ContainerResponse>
ResponseWriter. responseContext
Methods in org.glassfish.jersey.servlet.internal that return ContainerResponse Modifier and Type Method Description ContainerResponse
ResponseWriter. getResponseContext()
Methods in org.glassfish.jersey.servlet.internal with parameters of type ContainerResponse Modifier and Type Method Description java.io.OutputStream
ResponseWriter. writeResponseStatusAndHeaders(long contentLength, ContainerResponse responseContext)
-
Uses of ContainerResponse in org.glassfish.jersey.simple
Methods in org.glassfish.jersey.simple with parameters of type ContainerResponse Modifier and Type Method Description java.io.OutputStream
SimpleContainer.ResponseWriter. writeResponseStatusAndHeaders(long contentLength, ContainerResponse context)
-