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.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.model
Methods in org.glassfish.jersey.server.model that return ContainerResponse Modifier and Type Method Description ContainerResponseResourceMethodInvoker. apply(org.glassfish.jersey.server.internal.process.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.
-