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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientRequest
Jersey client request context.
|
Modifier and Type | Method and Description |
---|---|
OutboundMessageContext |
OutboundJaxrsResponse.getContext()
Get the underlying outbound message context.
|
Constructor and Description |
---|
Builder(OutboundMessageContext context)
Create new outbound JAX-RS response builder.
|
OutboundJaxrsResponse(jakarta.ws.rs.core.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.
|
Modifier and Type | Method and Description |
---|---|
OutboundMessageContext |
ContainerResponse.getWrappedMessageContext()
Get the wrapped response message context.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.