Uses of Class
org.glassfish.jersey.client.ClientResponse
Packages that use ClientResponse
-
Uses of ClientResponse in org.glassfish.jersey.client.internal
Methods in org.glassfish.jersey.client.internal that return ClientResponse -
Uses of ClientResponse in org.glassfish.jersey.client.spi
Subinterfaces with type arguments of type ClientResponse in org.glassfish.jersey.client.spiModifier and TypeInterfaceDescriptioninterfaceClient transport connector extension contract.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.jdk.connector.internal
Methods in org.glassfish.jersey.jdk.connector.internal that return ClientResponse