Uses of Class
org.glassfish.jersey.message.internal.OutboundMessageContext
-
Packages that use OutboundMessageContext Package Description org.glassfish.jersey.message.internal Common Jersey internal messaging classes. -
-
Uses of OutboundMessageContext in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal that return OutboundMessageContext Modifier and Type Method Description OutboundMessageContextOutboundJaxrsResponse. getContext()Get the underlying outbound message context.Constructors in org.glassfish.jersey.message.internal with parameters of type OutboundMessageContext Constructor Description Builder(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.
-