Uses of Class
org.glassfish.jersey.message.internal.OutboundMessageContext

Packages that use OutboundMessageContext
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
 class ClientRequest
          Jersey client request context.
 

Uses of OutboundMessageContext in org.glassfish.jersey.message.internal
 

Methods in org.glassfish.jersey.message.internal that return OutboundMessageContext
 OutboundMessageContext OutboundJaxrsResponse.getContext()
          Get the underlying outbound message context.
 

Constructors in org.glassfish.jersey.message.internal with parameters of type OutboundMessageContext
OutboundJaxrsResponse.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
 OutboundMessageContext ContainerResponse.getWrappedMessageContext()
          Get the wrapped response message context.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.