Uses of Class
org.glassfish.jersey.message.internal.OutboundMessageContext
Packages that use OutboundMessageContext
-
Uses of OutboundMessageContext in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal that return OutboundMessageContextModifier and TypeMethodDescriptionOutboundJaxrsResponse.getContext()Get the underlying outbound message context.Constructors in org.glassfish.jersey.message.internal with parameters of type OutboundMessageContextModifierConstructorDescriptionBuilder(OutboundMessageContext context) Create new outbound JAX-RS response builder.OutboundJaxrsResponse(Response.StatusType status, OutboundMessageContext context) Create new outbound JAX-RS response message instance.OutboundMessageContext(OutboundMessageContext original) Create new outbound message context copying the content of another context.