Uses of Interface
org.glassfish.jersey.internal.PropertiesDelegate
Package
Description
Jersey client-side classes.
Common Jersey internal API classes.
Support for Server Sent events in Jersey.
Common Jersey messaging classes.
Common Jersey internal messaging classes.
Jersey server-side classes.
-
Uses of PropertiesDelegate in org.glassfish.jersey.client
ModifierConstructorDescriptionprotected
ChunkedInput
(Type chunkType, InputStream inputStream, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, MessageBodyWorkers messageBodyWorkers, PropertiesDelegate propertiesDelegate) Package-private constructor used by theChunkedInputReader
.protected
ClientRequest
(URI requestUri, ClientConfig clientConfig, PropertiesDelegate propertiesDelegate) Create new Jersey client request context. -
Uses of PropertiesDelegate in org.glassfish.jersey.internal
Modifier and TypeClassDescriptionfinal class
Properties delegate backed by aMap
.Modifier and TypeMethodDescriptionstatic PropertiesResolver
PropertiesResolver.create
(Configuration configuration, PropertiesDelegate delegate) Return new instance ofPropertiesResolver
.ModifierConstructorDescriptionInitialize new map-based properties delegate from another delegate. -
Uses of PropertiesDelegate in org.glassfish.jersey.media.sse
ModifierConstructorDescriptionprotected
EventInput
(InputStream inputStream, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> headers, MessageBodyWorkers messageBodyWorkers, PropertiesDelegate propertiesDelegate) Package-private constructor used by theChunkedInputReader
. -
Uses of PropertiesDelegate in org.glassfish.jersey.message
Modifier and TypeMethodDescription<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.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 theentityStream
using interceptors.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 theentityStream
using interceptors. -
Uses of PropertiesDelegate in org.glassfish.jersey.message.internal
Modifier and TypeClassDescriptionfinal class
Represents reader interceptor chain executor for both client and server side.final class
Delegating properties delegate backed by anotherPropertiesDelegate
with implemented "cache" or direct reference to tracing support related classes (e.g.final class
Represents writer interceptor chain executor for both client and server side.Modifier and TypeMethodDescriptionstatic TracingLogger
TracingLogger.getInstance
(PropertiesDelegate propertiesDelegate) Returns instance ofTracingLogger
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, 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.<T> T
InboundMessageContext.readEntity
(Class<T> rawType, PropertiesDelegate propertiesDelegate) Read entity from a context entity input stream.MessageBodyFactory.readFrom
(Class<?> rawType, Type type, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, String> httpHeaders, PropertiesDelegate propertiesDelegate, InputStream entityStream, Iterable<ReaderInterceptor> readerInterceptors, boolean translateNce) MessageBodyFactory.writeTo
(Object t, Class<?> rawType, Type type, Annotation[] annotations, MediaType mediaType, MultivaluedMap<String, Object> httpHeaders, PropertiesDelegate propertiesDelegate, OutputStream entityStream, Iterable<WriterInterceptor> writerInterceptors) ModifierConstructorDescriptionTracingAwarePropertiesDelegate
(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 providedentityStream
. -
Uses of PropertiesDelegate in org.glassfish.jersey.server
Modifier and TypeMethodDescriptionContainerRequest.getPropertiesDelegate()
Get the underlying properties delegate.ModifierConstructorDescriptionContainerRequest
(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.