Uses of Class
org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
Packages that use OutboundJaxrsResponse Package Description org.glassfish.jersey.message.internal Common Jersey internal messaging classes. -
-
Uses of OutboundJaxrsResponse in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal that return OutboundJaxrsResponse Modifier and Type Method Description static OutboundJaxrsResponseOutboundJaxrsResponse. from(Response response)Deprecated.static OutboundJaxrsResponseOutboundJaxrsResponse. from(Response response, Configuration configuration)Get an OutboundJaxrsResponse instance for a given JAX-RS response.
-