Class OutboundJaxrsResponse

java.lang.Object
jakarta.ws.rs.core.Response
org.glassfish.jersey.message.internal.OutboundJaxrsResponse
All Implemented Interfaces:
AutoCloseable

public class OutboundJaxrsResponse extends Response
An outbound JAX-RS response message. The implementation delegates method calls to an underlying outbound message context.
Author:
Marek Potociar