Uses of Class
org.glassfish.jersey.message.internal.OutboundMessageContext
-
Packages that use OutboundMessageContext Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.server Jersey server-side classes. -
-
Uses of OutboundMessageContext in org.glassfish.jersey.client
Subclasses of OutboundMessageContext in org.glassfish.jersey.client Modifier and Type Class Description classClientRequestJersey client request context. -
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. -
Uses of OutboundMessageContext in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return OutboundMessageContext Modifier and Type Method Description OutboundMessageContextContainerResponse. getWrappedMessageContext()Get the wrapped response message context.
-