Uses of Class
org.glassfish.jersey.server.ContainerResponse
-
Packages that use ContainerResponse Package Description 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. -
-
Uses of ContainerResponse in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return types with arguments of type ContainerResponse Modifier and Type Method Description Future<ContainerResponse>ApplicationHandler. apply(ContainerRequest requestContext)Invokes a request and returns theresponse future.Future<ContainerResponse>ApplicationHandler. apply(ContainerRequest request, OutputStream outputStream)Invokes a request and returns theresponse future. -
Uses of ContainerResponse in org.glassfish.jersey.server.internal.monitoring
Methods in org.glassfish.jersey.server.internal.monitoring that return ContainerResponse Modifier and Type Method Description ContainerResponseRequestEventImpl. getContainerResponse()Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type ContainerResponse Modifier and Type Method Description RequestEventBuilderEmptyRequestEventBuilder. setContainerResponse(ContainerResponse containerResponse)RequestEventBuilderRequestEventBuilder. setContainerResponse(ContainerResponse containerResponse)Set the container response.RequestEventImpl.BuilderRequestEventImpl.Builder. setContainerResponse(ContainerResponse containerResponse) -
Uses of ContainerResponse in org.glassfish.jersey.server.internal.process
Methods in org.glassfish.jersey.server.internal.process that return types with arguments of type ContainerResponse Modifier and Type Method Description 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 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 ContainerResponse Modifier and Type Method Description ContainerResponseResourceMethodInvoker. 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 ContainerResponseRequestEvent. 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 OutputStreamContainerResponseWriter. 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.
-