Uses of Class
org.glassfish.jersey.client.ClientResponse
Packages that use ClientResponse
Package
Description
Jersey client SPI classes/interfaces.
Jersey client
connector based on
Java's HttpClient.-
Uses of ClientResponse in org.glassfish.jersey.client.spi
Methods in org.glassfish.jersey.client.spi that return ClientResponseModifier and TypeMethodDescriptionConnector.apply(ClientRequest request) Synchronously process client request into a response.Methods in org.glassfish.jersey.client.spi with parameters of type ClientResponseModifier and TypeMethodDescriptionvoidAsyncConnectorCallback.response(ClientResponse response) Invoked when a response for the asynchronously invoked request is available. -
Uses of ClientResponse in org.glassfish.jersey.jnh.connector
Methods in org.glassfish.jersey.jnh.connector that return ClientResponse