Package | Description |
---|---|
org.glassfish.jersey.client |
Jersey client-side classes.
|
org.glassfish.jersey.internal |
Common Jersey internal API classes.
|
org.glassfish.jersey.media.sse |
Support for Server Sent events in Jersey.
|
org.glassfish.jersey.message |
Common Jersey messaging classes.
|
org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
org.glassfish.jersey.server |
Jersey server-side classes.
|
Constructor and Description |
---|
ChunkedInput(Type chunkType,
InputStream inputStream,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
MessageBodyWorkers messageBodyWorkers,
PropertiesDelegate propertiesDelegate)
Package-private constructor used by the
ChunkedInputReader . |
ClientRequest(URI requestUri,
ClientConfig clientConfig,
PropertiesDelegate propertiesDelegate)
Create new Jersey client request context.
|
Modifier and Type | Class and Description |
---|---|
class |
MapPropertiesDelegate
Properties delegate backed by a
Map . |
Modifier and Type | Method and Description |
---|---|
static PropertiesResolver |
PropertiesResolver.create(Configuration configuration,
PropertiesDelegate delegate)
Return new instance of
PropertiesResolver . |
Constructor and Description |
---|
MapPropertiesDelegate(PropertiesDelegate that)
Initialize new map-based properties delegate from another
delegate.
|
Constructor and Description |
---|
EventInput(InputStream inputStream,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
MessageBodyWorkers messageBodyWorkers,
PropertiesDelegate propertiesDelegate)
Package-private constructor used by the
ChunkedInputReader . |
Modifier and Type | Method and Description |
---|---|
<T> MessageBodyReader<T> |
MessageBodyWorkers.getMessageBodyReader(Class<T> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
PropertiesDelegate propertiesDelegate)
Get a message body reader that matches a set of criteria.
|
<T> MessageBodyWriter<T> |
MessageBodyWorkers.getMessageBodyWriter(Class<T> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
PropertiesDelegate propertiesDelegate)
Get a message body writer that matches a set of criteria.
|
Object |
MessageBodyWorkers.readFrom(Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
PropertiesDelegate propertiesDelegate,
InputStream entityStream,
Iterable<ReaderInterceptor> readerInterceptors,
boolean translateNce)
Reads a type from the
entityStream using interceptors. |
OutputStream |
MessageBodyWorkers.writeTo(Object entity,
Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
PropertiesDelegate propertiesDelegate,
OutputStream entityStream,
Iterable<WriterInterceptor> writerInterceptors)
Writers a type to the
entityStream using interceptors. |
Modifier and Type | Class and Description |
---|---|
class |
ReaderInterceptorExecutor
Represents reader interceptor chain executor for both client and server side.
|
class |
TracingAwarePropertiesDelegate
Delegating properties delegate backed by another
PropertiesDelegate with implemented "cache" or direct reference to
tracing support related classes (e.g. |
class |
WriterInterceptorExecutor
Represents writer interceptor chain executor for both client and server side.
|
Modifier and Type | Method and Description |
---|---|
static TracingLogger |
TracingLogger.getInstance(PropertiesDelegate propertiesDelegate)
Returns instance of
TracingLogger associated with current request processing
(propertiesDelegate ). |
<T> MessageBodyReader<T> |
MessageBodyFactory.getMessageBodyReader(Class<T> c,
Type t,
Annotation[] as,
MediaType mediaType,
PropertiesDelegate propertiesDelegate) |
<T> MessageBodyWriter<T> |
MessageBodyFactory.getMessageBodyWriter(Class<T> c,
Type t,
Annotation[] as,
MediaType mediaType,
PropertiesDelegate propertiesDelegate) |
<T> T |
InboundMessageContext.readEntity(Class<T> rawType,
Annotation[] annotations,
PropertiesDelegate propertiesDelegate)
Read entity from a context entity input stream.
|
<T> T |
InboundMessageContext.readEntity(Class<T> rawType,
PropertiesDelegate propertiesDelegate)
Read entity from a context entity input stream.
|
<T> T |
InboundMessageContext.readEntity(Class<T> rawType,
Type type,
Annotation[] annotations,
PropertiesDelegate propertiesDelegate)
Read entity from a context entity input stream.
|
<T> T |
InboundMessageContext.readEntity(Class<T> rawType,
Type type,
PropertiesDelegate propertiesDelegate)
Read entity from a context entity input stream.
|
Object |
MessageBodyFactory.readFrom(Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
PropertiesDelegate propertiesDelegate,
InputStream entityStream,
Iterable<ReaderInterceptor> readerInterceptors,
boolean translateNce) |
OutputStream |
MessageBodyFactory.writeTo(Object t,
Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
PropertiesDelegate propertiesDelegate,
OutputStream entityStream,
Iterable<WriterInterceptor> writerInterceptors) |
Constructor and Description |
---|
TracingAwarePropertiesDelegate(PropertiesDelegate propertiesDelegate)
Create new tracing aware properties delegate wrapper.
|
WriterInterceptorExecutor(Object entity,
Class<?> rawType,
Type type,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> headers,
PropertiesDelegate propertiesDelegate,
OutputStream entityStream,
MessageBodyWorkers workers,
Iterable<WriterInterceptor> writerInterceptors,
InjectionManager injectionManager)
Constructs a new executor to write given type to provided
entityStream . |
Modifier and Type | Class and Description |
---|---|
class |
ContainerRequest
Jersey container request context.
|
Modifier and Type | Method and Description |
---|---|
PropertiesDelegate |
ContainerRequest.getPropertiesDelegate()
Get the underlying properties delegate.
|
Constructor and Description |
---|
ContainerRequest(URI baseUri,
URI requestUri,
String httpMethod,
SecurityContext securityContext,
PropertiesDelegate propertiesDelegate)
Deprecated.
|
ContainerRequest(URI baseUri,
URI requestUri,
String httpMethod,
SecurityContext securityContext,
PropertiesDelegate propertiesDelegate,
Configuration configuration)
Create new Jersey container request context.
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.