- CACHE_CONTROL - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CACHE_CONTROL_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cache control is null.
- cacheControl(CacheControl) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Set the cache control data of the message.
- CacheControl - Class in jakarta.ws.rs.core
-
An abstraction for the value of a HTTP Cache-Control response header.
- CacheControl() - Constructor for class jakarta.ws.rs.core.CacheControl
-
Create a new instance of CacheControl.
- cacheControl(CacheControl) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the cache control data of the message.
- cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.ClientRequest
-
Add new cache control entry to the message headers.
- cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- cacheControl(CacheControl) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Set the cache control data of the message.
- cacheControl(CacheControl) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- CacheControlProvider - Class in org.glassfish.jersey.message.internal
-
- CacheControlProvider() - Constructor for class org.glassfish.jersey.message.internal.CacheControlProvider
-
- CachingConnectorProvider - Class in org.glassfish.jersey.client.spi
-
Caching connector provider.
- CachingConnectorProvider(ConnectorProvider) - Constructor for class org.glassfish.jersey.client.spi.CachingConnectorProvider
-
Create the caching connector provider.
- CALLBACK_ARRAY_ELEMENT_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
One of additional callbacks is null.
- CALLBACK_ARRAY_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Additional array of callbacks is null.
- CALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- cancel() - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(int) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- cancel(Date) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Cancel the suspended request processing.
- CAST - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type declared in an explicit or implicit cast
instruction.
- CASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- category() - Method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
-
- category() - Method in interface org.glassfish.jersey.message.internal.TracingLogger.Event
-
Category of event, more events share same category.
- category() - Method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
-
- chain(Function<DATA, DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
-
Start building a stage chain.
- chain(ChainableStage<DATA>) - Static method in class org.glassfish.jersey.process.internal.Stages
-
Start building a stage chain.
- ChainableStage<DATA> - Interface in org.glassfish.jersey.process.internal
-
Linear acceptor that can be composed into a chain.
- CHAR - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of the char
type.
- CHAR_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The char
type.
- CHARSET_PARAMETER - Static variable in class jakarta.ws.rs.core.MediaType
-
The media type charset
parameter name.
- CHECKCAST - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String, Configuration) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Compares two snapshots of headers from jersey ClientRequest
and logs WARNING
in case of difference.
- checkHeaderChanges(Map<String, String>, MultivaluedMap<String, Object>, String) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Deprecated.
- CHUNKED_ENCODING_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The value MUST be an instance convertible to
Integer
.
- CHUNKED_INPUT_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Chunked input has been closed already.
- CHUNKED_INPUT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Specified chunk media type must not be null.
- CHUNKED_INPUT_STREAM_CLOSING_ERROR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Error closing chunked input's underlying response input stream.
- CHUNKED_OUTPUT_CLOSED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
This chunked output has been closed.
- ChunkedInput<T> - Class in org.glassfish.jersey.client
-
Response entity type used for receiving messages in "typed" chunks.
- ChunkedInput(Type, InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ChunkedInput
-
- ChunkedOutput<T> - Class in org.glassfish.jersey.server
-
Used for sending messages in "typed" chunks.
- ChunkedOutput() - Constructor for class org.glassfish.jersey.server.ChunkedOutput
-
Create new ChunkedOutput
.
- ChunkedOutput(Type) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
-
Create ChunkedOutput
with specified type.
- ChunkedOutput(byte[]) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
-
Create new ChunkedOutput
with a custom chunk delimiter.
- ChunkedOutput(byte[], Provider<AsyncContext>) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
-
Create new ChunkedOutput
with a custom chunk delimiter.
- ChunkedOutput(Type, byte[]) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
-
Create new ChunkedOutput
with a custom chunk delimiter.
- ChunkedOutput(String) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
-
Create new ChunkedOutput
with a custom chunk delimiter.
- ChunkedOutput(Type, String) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
-
Create new ChunkedOutput
with a custom chunk delimiter.
- ChunkedResponseWriter - Class in org.glassfish.jersey.server
-
- ChunkedResponseWriter() - Constructor for class org.glassfish.jersey.server.ChunkedResponseWriter
-
- ChunkParser - Interface in org.glassfish.jersey.client
-
Chunk data parser.
- chunkSize(int) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- CLASS_EXTENDS - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the super class of a class or one of the interfaces it
implements.
- CLASS_TYPE_PARAMETER - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic class.
- CLASS_TYPE_PARAMETER_BOUND - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target a bound of a type parameter of a generic class.
- classForNameWithException(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
-
Get the Class from the class name.
- ClassReader - Class in jersey.repackaged.org.objectweb.asm
-
A parser to make a
ClassVisitor
visit a ClassFile structure, as defined in the Java
Virtual Machine Specification (JVMS).
- ClassReader(byte[]) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
-
- ClassReader(byte[], int, int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
-
- ClassReader(InputStream) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
-
- ClassReader(String) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassReader
-
- ClassTooLargeException - Exception in jersey.repackaged.org.objectweb.asm
-
Exception thrown when the constant pool of a class produced by a
ClassWriter
is too
large.
- ClassTooLargeException(String, int) - Constructor for exception jersey.repackaged.org.objectweb.asm.ClassTooLargeException
-
- ClassVisitor - Class in jersey.repackaged.org.objectweb.asm
-
A visitor to visit a Java class.
- ClassVisitor(int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
- ClassVisitor(int, ClassVisitor) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
- ClassWriter - Class in jersey.repackaged.org.objectweb.asm
-
A
ClassVisitor
that generates a corresponding ClassFile structure, as defined in the Java
Virtual Machine Specification (JVMS).
- ClassWriter(int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- ClassWriter(ClassReader, int) - Constructor for class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Constructs a new
ClassWriter
object and enables optimizations for "mostly add" bytecode
transformations.
- cleanIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
-
Removes all issues from the current issue list.
- clear() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- clear() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Removes all the component registrations and resets the component bag instance to
a state as if it was create anew.
- clearBaseUri() - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- Client - Interface in jakarta.ws.rs.client
-
Client is the main entry point to the fluent API used to build and execute client requests in order to consume
responses returned.
- CLIENT_CERT_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Client Certificate authentication.
- CLIENT_INSTANCE_CLOSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Client instance has been closed.
- CLIENT_INVOCATION_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Link of the newly created invocation must not be null.
- CLIENT_RESPONSE_RESOLVED_URI_NOT_ABSOLUTE() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Client response resolved URI must be absolute.
- CLIENT_RESPONSE_RESOLVED_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Client response resolved URI must not be null.
- CLIENT_RESPONSE_STATUS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Client response status must not be null.
- CLIENT_RX_PROVIDER_NOT_REGISTERED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
RxInvokerProvider for type {0} is not registered.
- CLIENT_RX_PROVIDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
RxInvokerProvider returned null.
- CLIENT_TARGET_LINK_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Link to the newly created target must not be null.
- CLIENT_URI_BUILDER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
URI builder of the newly created target must not be null.
- CLIENT_URI_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
URI of the newly created target must not be null.
- CLIENT_URI_TEMPLATE_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
URI template of the newly created target must not be null.
- ClientAsyncExecutor - Annotation Type in org.glassfish.jersey.client
-
Injection qualifier that can be used to inject an
ExecutorService
instance used by Jersey client runtime to execute
asynchronous
client requests.
- ClientAsyncExecutorLiteral - Class in org.glassfish.jersey.client
-
- ClientBackgroundScheduler - Annotation Type in org.glassfish.jersey.client
-
Injection qualifier that can be used to inject an
ScheduledExecutorService
instance used by Jersey client runtime to schedule background tasks.
- ClientBackgroundSchedulerLiteral - Class in org.glassfish.jersey.client
-
- ClientBinding - Annotation Type in org.glassfish.jersey.server
-
Meta-annotation that provides a facility for creating bindings between an
@Uri
-injectable
WebTarget
instances and clients (and their configurations) that are used to create
the injected web target instances.
- ClientBootstrapBag - Class in org.glassfish.jersey.client
-
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the
bootstrap.
- ClientBootstrapBag() - Constructor for class org.glassfish.jersey.client.ClientBootstrapBag
-
- ClientBuilder - Class in jakarta.ws.rs.client
-
Main entry point to the client API used to bootstrap
Client
instances.
- ClientBuilder() - Constructor for class jakarta.ws.rs.client.ClientBuilder
-
Allows custom implementations to extend the ClientBuilder
class.
- ClientBuilderListener - Interface in org.glassfish.jersey.client.spi
-
Implementations of this interface will be notified when new ClientBuilder
instances are being constructed.
- ClientConfig - Class in org.glassfish.jersey.client
-
Jersey externalized implementation of client-side JAX-RS
configurable
contract.
- ClientConfig() - Constructor for class org.glassfish.jersey.client.ClientConfig
-
Construct a new Jersey configuration instance with the default features
and property values.
- ClientConfig(Class<?>...) - Constructor for class org.glassfish.jersey.client.ClientConfig
-
Construct a new Jersey configuration instance and register the provided list of provider classes.
- ClientConfig(Object...) - Constructor for class org.glassfish.jersey.client.ClientConfig
-
Construct a new Jersey configuration instance and register the provided list of provider instances.
- ClientErrorException - Exception in jakarta.ws.rs
-
A base runtime application exception indicating a client request error (HTTP 4xx
status codes).
- ClientErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ClientErrorException
-
Construct a new client error exception.
- ClientExecutor - Interface in org.glassfish.jersey.client
-
Executor for client async processing and background task scheduling.
- ClientLifecycleListener - Interface in org.glassfish.jersey.client
-
Jersey client lifecycle listener contract.
- ClientProperties - Class in org.glassfish.jersey.client
-
Jersey client implementation configuration properties.
- ClientProxy - Class in org.glassfish.jersey.client.innate
-
Default client Proxy information internal object.
- ClientRequest - Class in org.glassfish.jersey.client
-
Jersey client request context.
- ClientRequest(URI, ClientConfig, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ClientRequest
-
Create new Jersey client request context.
- ClientRequest(ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientRequest
-
Copy constructor.
- ClientRequestContext - Interface in jakarta.ws.rs.client
-
Client request filter context.
- ClientRequestFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client request filters.
- ClientResponse - Class in org.glassfish.jersey.client
-
Jersey client response context.
- ClientResponse(ClientRequest, Response) - Constructor for class org.glassfish.jersey.client.ClientResponse
-
Create new Jersey client response context initialized from a JAX-RS
response
.
- ClientResponse(Response.StatusType, ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientResponse
-
Create a new Jersey client response context.
- ClientResponse(Response.StatusType, ClientRequest, URI) - Constructor for class org.glassfish.jersey.client.ClientResponse
-
Create a new Jersey client response context.
- ClientResponseContext - Interface in jakarta.ws.rs.client
-
Client response filter context.
- ClientResponseFilter - Interface in jakarta.ws.rs.client
-
An extension interface implemented by client response filters.
- ClientResponseProcessingException - Exception in org.glassfish.jersey.client.internal
-
This is a representation of a @{link ProcessingException} containing a @{link ClientResponse} instance.
- ClientResponseProcessingException(ClientResponse, Throwable) - Constructor for exception org.glassfish.jersey.client.internal.ClientResponseProcessingException
-
- clone() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
- clone() - Method in class jakarta.ws.rs.core.UriBuilder
-
Create a copy of the UriBuilder preserving its state.
- clone() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- clone() - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- close() - Method in interface jakarta.ws.rs.client.Client
-
Close client instance and all it's associated resources.
- close() - Method in class jakarta.ws.rs.core.Response
-
Close the underlying message entity input stream (if available and open) as well as releases any other resources
associated with the response (e.g.
- close() - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Close the broadcaster and all registered
SseEventSink
instances.
- close() - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Close the
SseEventSink
instance and release all associated resources.
- close() - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Close this event source.
- close(long, TimeUnit) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
Close this event source and wait for the internal event processing task to complete for up to the specified amount of
wait time.
- close() - Method in class org.glassfish.jersey.client.ChunkedInput
-
- close() - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
-
- close() - Method in class org.glassfish.jersey.client.JerseyClient
-
- close() - Method in interface org.glassfish.jersey.client.spi.Connector
-
Close connector and release all it's internally associated resources.
- close() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
- close() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
- close() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Closes the underlying content stream.
- close() - Method in class org.glassfish.jersey.message.internal.NullOutputStream
-
- close() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- close() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Closes the context.
- close() - Method in class org.glassfish.jersey.server.ChunkedOutput
-
Close this response - it will be finalized and underlying connections will be closed
or made available for another response.
- close() - Method in interface org.glassfish.jersey.server.CloseableService
-
Invokes
Closeable#close()
method on all instances of
Closeable
added by the
#add(Closeable)
method.
- close() - Method in class org.glassfish.jersey.server.ContainerResponse
-
Closes the response.
- close() - Method in class org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
-
Default implementation of #close()
which does nothing.
- close() - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
Cancel the suspended task.
- close() - Method in interface org.glassfish.jersey.server.ResourceFinder
-
Release allocated/opened resources (such as streams).
- close() - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
-
Finish the actual request.
- close() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Close this thread pool executor provider.
- CLOSEABLE_INJECTED_REQUEST_CONTEXT_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Injected request context is 'null' on thread {0}.
- CLOSEABLE_UNABLE_TO_CLOSE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error while closing {0}.
- closeableInputStream(InputStream) - Static method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
- CloseableService - Interface in org.glassfish.jersey.server
-
A closeable service to add instances of
Closeable
that
are required to be closed.
- closeAll() - Method in class org.glassfish.jersey.server.Broadcaster
-
- COLLECTION_EXTRACTOR_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Unsupported collection type.
- COLLECTION_UPDATER_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Unsupported collection type.
- COLLISION_BUFFER_POWER_JVM_ARG - Static variable in class org.glassfish.jersey.server.ServerProperties
-
- com.sun.research.ws.wadl - package com.sun.research.ws.wadl
-
- comment(String) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set comment string associated with the event.
- commit() - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Commit the output stream.
- commit() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Commit the response & close the container response writer.
- commit() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
-
- commitStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
- commitStream() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- COMMITTING_STREAM_ALREADY_INITIALIZED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Stream provider has already been initialized.
- COMMITTING_STREAM_BUFFERING_ILLEGAL_STATE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot setup buffering as bytes have already been written to the output stream.
- CommittingOutputStream - Class in org.glassfish.jersey.message.internal
-
A committing output stream with optional serialized entity buffering functionality
which allows measuring of the entity size.
- CommittingOutputStream() - Constructor for class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Creates new committing output stream.
- CommonConfig - Class in org.glassfish.jersey.model.internal
-
Common immutable
Configuration
implementation for
server and client.
- CommonConfig(RuntimeType, Predicate<ContractProvider>) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig
-
Create a new RuntimeConfig
instance.
- CommonConfig(CommonConfig) - Constructor for class org.glassfish.jersey.model.internal.CommonConfig
-
Copy constructor.
- CommonProperties - Class in org.glassfish.jersey
-
Common (server/client) Jersey configuration properties.
- COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
Comparator for collections of acceptable media types.
- COMPARATOR - Static variable in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Comparator for lists of quality source media types.
- COMPARATOR - Static variable in class org.glassfish.jersey.server.model.RuntimeResource
-
Comparator of RuntimeResources based on rules respecting resource matching algorithm.
- COMPARATOR - Static variable in class org.glassfish.jersey.uri.PathPattern
-
- COMPARATOR - Static variable in class org.glassfish.jersey.uri.UriTemplate
-
Order the templates according to JAX-RS specification.
- compare(RankedProvider<T>, RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
-
- CompletableReader<T> - Interface in org.glassfish.jersey.message.internal
-
A
MessageBodyReader
may implement this interface to signal that
reading from the underlying input stream can be fully completed.
- complete(T) - Method in interface org.glassfish.jersey.message.internal.CompletableReader
-
Complete the reading.
- complete() - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegate
-
Invoked upon a response writing completion when the response write is either committed or canceled.
- completed(RESPONSE) - Method in interface jakarta.ws.rs.client.InvocationCallback
-
Called when the invocation was successfully completed.
- completeRegistration() - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- completeRegistration() - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
-
- completeRegistration() - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
-
- CompletionCallback - Interface in jakarta.ws.rs.container
-
A request processing callback that receives request processing completion events.
- CompletionStageRxInvoker - Interface in jakarta.ws.rs.client
-
- COMPONENT_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Registered component instance cannot be null.
- COMPONENT_CLASS_CANNOT_BE_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Registered component class cannot be null.
- COMPONENT_CONTRACTS_EMPTY_OR_NULL(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Attempt to register component of type {0} to null or empty array of contracts is ignored.
- COMPONENT_TYPE_ALREADY_REGISTERED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot create new registration for component type {0}: Existing previous registration found for the type.
- ComponentBag - Class in org.glassfish.jersey.model.internal
-
An internal Jersey container for custom component classes and instances.
- ComponentModelValidator - Class in org.glassfish.jersey.server.model
-
A resource model validator that checks the given resource model.
- ComponentModelValidator(Collection<ValueParamProvider>, MessageBodyWorkers) - Constructor for class org.glassfish.jersey.server.model.ComponentModelValidator
-
- ComponentProvider - Interface in org.glassfish.jersey.server.spi
-
Component provider interface to allow custom management of 3rd party
components life-cycle and dependency injection.
- ComponentProvider - Interface in org.glassfish.jersey.spi
-
Component provider interface to allow custom management of 3rd party
components life-cycle and dependency injection.
- COMPUTE_FRAMES - Static variable in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
A flag to automatically compute the stack map frames of methods from scratch.
- COMPUTE_MAXS - Static variable in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
A flag to automatically compute the maximum stack size and the maximum number of local
variables of methods.
- Configurable<C extends Configurable> - Interface in jakarta.ws.rs.core
-
Represents a client or server-side configurable context in JAX-RS.
- Configuration - Interface in jakarta.ws.rs.core
-
A configuration state associated with a
configurable
JAX-RS context.
- configuration(Configuration) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set global configuration.
- CONFIGURATION_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The configuration is not modifiable in this context.
- configurationValidator(Supplier<ConfiguredValidator>) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set global configuration validator.
- configure(ResourceInfo, FeatureContext) - Method in interface jakarta.ws.rs.container.DynamicFeature
-
- configure(FeatureContext) - Method in interface jakarta.ws.rs.core.Feature
-
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.CustomProvidersFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.filter.EncodingFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.client.http.Expect100ContinueFeature
-
- configure() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.Binder
-
- configure() - Method in class org.glassfish.jersey.inject.hk2.Hk2BootstrapBinder
-
- configure() - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer.Binder
-
- configure() - Method in class org.glassfish.jersey.inject.hk2.JerseyErrorService.Binder
-
- configure() - Method in class org.glassfish.jersey.inject.hk2.RequestContext.Binder
-
- configure() - Method in class org.glassfish.jersey.internal.ServiceFinderBinder
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
-
- configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
-
- configure() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.MessageBodyProviders
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
-
- configure(ResourceInfo, FeatureContext) - Method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
-
- configure() - Method in class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.Binder
-
- configure() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.WadlFeature
-
- configure() - Method in class org.glassfish.jersey.servlet.internal.PersistenceUnitBinder
-
- configureAutoDiscoverableProviders(InjectionManager, Collection<AutoDiscoverable>, boolean) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- configured(Configuration) - Static method in class org.glassfish.jersey.internal.RuntimeDelegateDecorator
-
- configureMetaProviders(InjectionManager, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
Configure binders in the injection manager and enable JAX-RS features.
- CONNECT_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Connect timeout interval, in milliseconds.
- ConnectionCallback - Interface in jakarta.ws.rs.container
-
Asynchronous request processing lifecycle callback that receives connection related
asynchronous
response
lifecycle events.
- connectionFactory(HttpUrlConnectorProvider.ConnectionFactory) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- Connector - Interface in org.glassfish.jersey.client.spi
-
Client transport connector extension contract.
- connectorProvider(ConnectorProvider) - Method in class org.glassfish.jersey.client.ClientConfig
-
Register a custom Jersey client connector provider.
- ConnectorProvider - Interface in org.glassfish.jersey.client.spi
-
Jersey client connector provider contract.
- connectTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the connect timeout.
- connectTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- ConstantDynamic - Class in jersey.repackaged.org.objectweb.asm
-
A constant whose value is computed at runtime, with a bootstrap method.
- ConstantDynamic(String, String, Handle, Object...) - Constructor for class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
- ConstrainedTo - Annotation Type in jakarta.ws.rs
-
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a
constructor call.
- CONSTRUCTOR_REFERENCE - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the receiver type of a constructor reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a
constructor reference.
- Consumes - Annotation Type in jakarta.ws.rs
-
Defines the media types that the methods of a resource class or
MessageBodyReader
can accept.
- consumes(String...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Add consumed media types supported by the component.
- consumes(MediaType...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Add consumed media types supported by the component.
- consumes(Collection<MediaType>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Add consumed media types supported by the component.
- Consuming - Interface in org.glassfish.jersey.server.model
-
Model component that is able to consume media types.
- Container - Interface in org.glassfish.jersey.server.spi
-
Jersey container service contract.
- ContainerException - Exception in org.glassfish.jersey.server
-
Exception thrown by the container components in to notify Jersey runtime about
any errors.
- ContainerException(Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
-
- ContainerException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
-
- ContainerException(String) - Constructor for exception org.glassfish.jersey.server.ContainerException
-
- ContainerFactory - Class in org.glassfish.jersey.server
-
Factory for creating specific HTTP-based containers.
- ContainerLifecycleListener - Interface in org.glassfish.jersey.server.spi
-
Classes implementing this contract receive container life-cycle notification
events.
- ContainerMessageBodyWorkersInitializer - Class in org.glassfish.jersey.server
-
Function that can be put to an acceptor chain to properly initialize
MessageBodyWorkers
instance on a current request and response.
- ContainerMessageBodyWorkersInitializer(Provider<MessageBodyWorkers>) - Constructor for class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
-
- ContainerProvider - Interface in org.glassfish.jersey.server.spi
-
Service-provider interface for creating container instances.
- ContainerRequest - Class in org.glassfish.jersey.server
-
Jersey container request context.
- ContainerRequest(URI, URI, String, SecurityContext, PropertiesDelegate, Configuration) - Constructor for class org.glassfish.jersey.server.ContainerRequest
-
Create new Jersey container request context.
- ContainerRequest(URI, URI, String, SecurityContext, PropertiesDelegate) - Constructor for class org.glassfish.jersey.server.ContainerRequest
-
Deprecated.
- ContainerRequestContext - Interface in jakarta.ws.rs.container
-
Container request filter context.
- ContainerRequestFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container request filters.
- ContainerResponse - Class in org.glassfish.jersey.server
-
Jersey container response context.
- ContainerResponse(ContainerRequest, Response) - Constructor for class org.glassfish.jersey.server.ContainerResponse
-
Create a new Jersey container response context.
- ContainerResponseContext - Interface in jakarta.ws.rs.container
-
Container response filter context.
- ContainerResponseFilter - Interface in jakarta.ws.rs.container
-
An extension interface implemented by container response filters.
- ContainerResponseWriter - Interface in org.glassfish.jersey.server.spi
-
A suspendable, request-scoped I/O container response writer.
- ContainerResponseWriter.TimeoutHandler - Interface in org.glassfish.jersey.server.spi
-
Time-out handler can be registered when the container response writer gets
suspended.
- ContainerUtils - Class in org.glassfish.jersey.server.internal
-
Utility methods used by container implementations.
- ContainerUtils() - Constructor for class org.glassfish.jersey.server.internal.ContainerUtils
-
- contains(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
- containsKey(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
-
- containsValue(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- content - Variable in class com.sun.research.ws.wadl.Doc
-
- CONTENT_DISPOSITION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_ENCODING - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_ID - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_LANGUAGE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_LENGTH - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_LOCATION - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- CONTENT_TYPE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- ContentEncoder - Class in org.glassfish.jersey.spi
-
Standard contract for plugging in content encoding support.
- ContentEncoder(String...) - Constructor for class org.glassfish.jersey.spi.ContentEncoder
-
Initializes this encoder implementation with the list of supported content encodings.
- contentLocation(URI) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the content location.
- contentLocation(URI) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- Context - Annotation Type in jakarta.ws.rs.core
-
This annotation is used to inject information into a class field, bean property or method parameter.
- ContextInjectionResolverImpl - Class in org.glassfish.jersey.inject.hk2
-
Injection resolver for
@Context
injection annotation.
- ContextInjectionResolverImpl() - Constructor for class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
-
- ContextInjectionResolverImpl.Binder - Class in org.glassfish.jersey.inject.hk2
-
Context injection resolver binder.
- ContextResolver<T> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that supplies context information to resource classes and other providers.
- ContextResolverFactory - Class in org.glassfish.jersey.internal
-
- ContextResolverFactory.ContextResolversConfigurator - Class in org.glassfish.jersey.internal
-
- ContextResolvers - Interface in org.glassfish.jersey.spi
-
- ContextResolversConfigurator() - Constructor for class org.glassfish.jersey.internal.ContextResolverFactory.ContextResolversConfigurator
-
- contextualEncode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Contextually encodes the characters of string that are either non-ASCII
characters or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- contextualEncode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Contextually encodes the characters of string that are either non-ASCII
characters or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- Contract - Annotation Type in org.glassfish.jersey.spi
-
Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
- CONTRACT_CANNOT_BE_BOUND_TO_RESOURCE_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The given contract ({0}) of {1} provider cannot be bound to a resource method.
- CONTRACT_NOT_ASSIGNABLE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Contract {0} can not be registered for component {1}: Contract not assignable to component.
- CONTRACT_NOT_SUPPORTED(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Contract {0} can not be registered for component {1}: Contract type not supported.
- ContractProvider - Class in org.glassfish.jersey.model
-
Jersey contract provider model.
- ContractProvider.Builder - Class in org.glassfish.jersey.model
-
Contract provider model builder.
- convertToString(Iterable<MediaType>) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Convert media types into
String
.
- cookie(Cookie) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- cookie(String, String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Add a cookie to be set.
- Cookie - Class in jakarta.ws.rs.core
-
Represents the value of a HTTP cookie, transferred in a request.
- Cookie(String, String, String, String, int) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String, String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- Cookie(String, String) - Constructor for class jakarta.ws.rs.core.Cookie
-
Create a new instance.
- COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- cookie(NewCookie...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add cookies to the response message.
- cookie(Cookie) - Method in class org.glassfish.jersey.client.ClientRequest
-
Add new cookie to the message headers.
- cookie(Cookie) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- cookie(String, String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- cookie(Cookie) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add a cookie to be set.
- cookie(String, String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Add a cookie to be set.
- cookie(NewCookie...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- COOKIE_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cookie is null.
- CookieParam - Annotation Type in jakarta.ws.rs
-
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean
property.
- CookieParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.CookieParamException
-
- CookieProvider - Class in org.glassfish.jersey.message.internal
-
- CookieProvider() - Constructor for class org.glassfish.jersey.message.internal.CookieProvider
-
- CookiesParser - Class in org.glassfish.jersey.message.internal
-
Cookies parser.
- copy() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a copy of this component bag.
- copy() - Method in class org.glassfish.jersey.SslConfigurator
-
Create a copy of the current SSL configurator instance.
- create(Class<T>) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- create(Object) - Method in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
-
- create(Configuration, PropertiesDelegate) - Static method in interface org.glassfish.jersey.internal.PropertiesResolver
-
- create(InputStream) - Static method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Create an entity input stream instance wrapping the original input stream.
- create(TracingLogger.Level, String) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
-
Create new Tracing logger.
- create(Class, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.model.Parameter
-
Create a parameter model.
- create(Class, Class, boolean, Class<?>, Type, Annotation[], Class<?>) - Static method in class org.glassfish.jersey.model.Parameter
-
Create a parameter model.
- create(Class, Class, Method, boolean) - Static method in class org.glassfish.jersey.model.Parameter
-
Create a list of parameter models for a given Java method handling a resource
method, sub-resource method or a sub-resource locator.
- create(Invocable, InvocationHandler, ConfiguredValidator) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactory
-
- create(Invocable) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
-
- create(Inflector<Request, T>) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model backed by an inflector instance.
- create(Class<? extends Inflector>) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model backed by an inflector class.
- create(MethodHandler, Method) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model.
- create(MethodHandler, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model.
- create(MethodHandler, Method, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model.
- create(MethodHandler, Method, Method, boolean, Type) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model.
- create(Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a class-based method handler from a class.
- create(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a class-based method handler from a class.
- create(Object) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a instance-based (singleton) method handler from a class.
- create(Object, Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a instance-based (singleton) method handler from a class.
- create(Class<?>, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a class-based method handler from a class.
- create(Class<?>, boolean, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a class-based method handler from a class.
- create(Object, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a instance-based (singleton) method handler from a class.
- create(Object, Class<?>, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a instance-based (singleton) method handler from a class.
- create(Class, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.server.model.Parameter
-
Create a parameter model.
- create(Class, Class, Constructor<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
-
Create a list of parameter models for a given resource method handler
injectable constructor.
- create(Class, Class, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
-
Create a list of parameter models for a given Java method handling a resource
method, sub-resource method or a sub-resource locator.
- create(Invocable, InvocationHandler, ConfiguredValidator) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher.Provider
-
- create(Invocable) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodInvocationHandlerProvider
-
Get the invocation handler for the invocable resource method.
- createAndInitialize(Class<T>) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createApplication() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createBeanParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
-
Factory method to instantiate BeanParameter
of given properties
- createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
-
- createClassIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
-
Iterate over provider classes of a service.
- createClient() - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- createClient(Configuration) - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- createContainer(Class<T>, Application) - Static method in class org.glassfish.jersey.server.ContainerFactory
-
Create a container according to the class requested.
- createContainer(Class<T>, Application) - Method in interface org.glassfish.jersey.server.spi.ContainerProvider
-
Create an container of a given type.
- createContext() - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionRequestScope
-
- createContext() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope
-
- createContext() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- created(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
- createDelegate(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
-
- createDelegate(HttpServletRequest, HttpServletResponse) - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider
-
Factory method to create instances of Servlet container response writer extension,
AsyncContextDelegate
, for response processing.
- createDoc() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Doc
- createEndpoint(Application, Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Create a configured instance of the supplied endpoint type.
- createEndpoint(Application, Class<T>) - Method in class org.glassfish.jersey.internal.RuntimeDelegateImpl
-
- createEndpoint(Application, Class<T>) - Method in class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
- createExecutor(int, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
- createExecutor(int, int, long, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Creates a new ThreadPoolExecutor
with the given initial parameters.
- createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createExternalGrammar() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
Perform any post create functions such as generating grammars.
- createForeignDescriptor(Binding) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- createFrom(Consumes) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create an unmodifiable list of media types from the values declared in the
Consumes
annotation.
- createFrom(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create an unmodifiable list of media types from the values declared in the
Produces
annotation.
- createFrom(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create an unmodifiable list of media type from a string array of media types.
- createGrammars() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createHeaderDelegate(Class<T>) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createHeaderDelegate(Class<T>) - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
- createHttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- createInbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Create an empty inbound message headers container.
- createInclude() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.DefaultServiceIteratorProvider
-
- createIterator(Class<T>, String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
-
Iterate over provider instances of a service.
- createLink() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Link
- createLinkBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createLinkBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
- createList(Class, Class, Method, boolean, Class) - Static method in class org.glassfish.jersey.model.Parameter
-
Create a list of parameter models for a given Java method handling a resource
method, sub-resource method or a sub-resource locator.
- createList(Class, Class, Constructor<?>, boolean, Class<?>) - Static method in class org.glassfish.jersey.model.Parameter
-
Create a list of parameter models for a given resource method handler
injectable constructor.
- createList(Class, Class, boolean, Class[], Type[], Annotation[][], Class<?>) - Static method in class org.glassfish.jersey.server.model.Parameter
-
- createMethod() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createMethod(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createMultiParser(String...) - Static method in class org.glassfish.jersey.client.ChunkedInput
-
Create a new chunk multi-parser that will split the response entity input stream
based on multiple fixed boundary strings.
- createOption() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createOutbound() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Create an empty outbound message headers container.
- createParam() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Param
- createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createParam(Resource, ResourceMethod, Parameter) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createParameter(Annotation[], Annotation, Parameter.Source, String, Class<?>, Type, boolean, String) - Method in interface org.glassfish.jersey.model.Parameter.ParamCreationFactory
-
Factory method to instantiate
Parameter
of given properties
- createParser(String) - Static method in class org.glassfish.jersey.client.ChunkedInput
-
Create new chunk parser that will split the response entity input stream
based on a fixed boundary string.
- createParser(byte[]) - Static method in class org.glassfish.jersey.client.ChunkedInput
-
Create new chunk parser that will split the response entity input stream
based on a fixed boundary sequence of bytes.
- createQualitySourceMediaTypes(Produces) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create a list of quality source media type from the Produces annotation.
- createQualitySourceMediaTypes(String[]) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Create a list of quality source media type from an array of media types.
- createRepresentation() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createRequest() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createRequest(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createResource() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createResource(Resource, String) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createResources() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResources() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createResources() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createResourceType() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResponse() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResponseBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createResponseBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
- createResponseRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createResponses(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createSSLContext() - Method in class org.glassfish.jersey.SslConfigurator
-
Create new SSL context instance using the current SSL context configuration.
- createTempFile() - Static method in class org.glassfish.jersey.message.internal.Utils
-
Create an empty file in the default temporary-file directory.
- createURI(Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String...) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String[], int, int) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Create a URI by substituting any template variables
for corresponding template values.
- createURI(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createURI(String, String, String, String, String, String, String, String, Object[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createUriBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createUriBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
- createURIWithStringValues(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Construct a URI from the component parts each of which may contain
template variables.
- createValueProviders(Collection<ValueParamProvider>, Parameterized) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
-
Create list of parameter value providers for the given
parameterized
resource model component.
- createVariantListBuilder() - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
- createVariantListBuilder() - Method in class org.glassfish.jersey.internal.AbstractRuntimeDelegate
-
- createWadlGenerator(InjectionManager) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
-
- credentials(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
-
Set credentials.
- credentials(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
-
Set credentials.
- credentialsForBasic(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for basic authentication only.
- credentialsForBasic(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for basic authentication only.
- credentialsForDigest(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for digest authentication only.
- credentialsForDigest(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
-
Set credentials that will be used for digest authentication only.
- CsrfProtectionFilter - Class in org.glassfish.jersey.client.filter
-
Simple client-side filter that adds X-Requested-By headers to all state-changing
request (i.e.
- CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
-
Creates a new instance of the filter with X-Requested-By header value set to empty string.
- CsrfProtectionFilter(String) - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
-
Initialized the filter with a desired value of the X-Requested-By header.
- CsrfProtectionFilter - Class in org.glassfish.jersey.server.filter
-
- CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.server.filter.CsrfProtectionFilter
-
- current() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Returns the current
RequestContext
which has to be active on the given thread.
- CustomProvidersFeature - Class in org.glassfish.jersey.client
-
Feature to provide the single-line registration of custom providers.
- CustomProvidersFeature(Collection<Class<?>>) - Constructor for class org.glassfish.jersey.client.CustomProvidersFeature
-
Constructs Feature which is used to register providers as providers in Configuration.
- cv - Variable in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- element - Variable in class com.sun.research.ws.wadl.Representation
-
- empty() - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Get immutable empty message headers container.
- empty() - Static method in class org.glassfish.jersey.message.internal.TracingLogger
-
Get an empty (no-op) tracing logger instance.
- EMPTY - Static variable in class org.glassfish.jersey.uri.PatternWithGroups
-
The empty pattern that matches the null or empty string.
- EMPTY - Static variable in class org.glassfish.jersey.uri.UriTemplate
-
The empty URI template that matches the null
or empty URI path.
- EMPTY_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
-
Empty path pattern matching only empty string.
- EMPTY_REQUEST_MEDIA_TYPE_MATCHES_ANY_CONSUMES - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Jakarta RESTful WebServices provides @Consumes
annotation to accept only HTTP requests with compatible
Content-Type
header.
- enableBuffering() - Method in class org.glassfish.jersey.client.ClientRequest
-
Enable a buffering of serialized entity.
- enableBuffering(int) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Enable buffering of the serialized entity.
- enableBuffering(Configuration) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Enable a buffering of serialized entity.
- enableBuffering(Configuration) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Enable a buffering of serialized entity.
- enableFor(ResourceConfig, Class<? extends ContentEncoder>...) - Static method in class org.glassfish.jersey.server.filter.EncodingFilter
-
- enableFor(ResourceConfig, HttpMethodOverrideFilter.Source...) - Static method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
-
Registers this filter into the passed
ResourceConfig
instance and
configures it.
- enableResponseBuffering() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Return true
if the entity buffering should be enabled in Jersey.
- enableResponseBuffering() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
-
- encode(String, OutputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
-
- encode(String, OutputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
-
- encode(String, OutputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
-
Implementations of this method should take the entity stream, wrap it and return a stream that is encoded
using the specified encoding.
- encode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Encodes the characters of string that are either non-ASCII characters
or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- encode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Encodes the characters of string that are either non-ASCII characters
or are ASCII characters that must be percent-encoded using the
UTF-8 encoding.
- Encoded - Annotation Type in jakarta.ws.rs
-
- encodedParameters(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
If set to true
, the parameter values will not be automatically
decoded.
- encodeLiteralCharacters(String) - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Encode literal characters of a template.
- encodeTemplateNames(String) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Encodes a string with template parameters names present, specifically the
characters '{' and '}' will be percent-encoded.
- encodeUnsafeCharacters(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
-
Encodes (predefined subset of) unsafe/unwise URI characters with the percent-encoding.
- encoding(String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the message entity content encoding.
- encoding(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set message encoding.
- encoding(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- EncodingFeature - Class in org.glassfish.jersey.client.filter
-
Feature that configures support for content encodings on the client side.
- EncodingFeature(Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
-
Create a new instance of the feature.
- EncodingFeature(String, Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
-
- EncodingFilter - Class in org.glassfish.jersey.client.filter
-
- EncodingFilter(InjectionManager) - Constructor for class org.glassfish.jersey.client.filter.EncodingFilter
-
- EncodingFilter - Class in org.glassfish.jersey.server.filter
-
Container filter that supports encoding-based content negotiation.
- EncodingFilter() - Constructor for class org.glassfish.jersey.server.filter.EncodingFilter
-
- encodings(String...) - Static method in class jakarta.ws.rs.core.Variant
-
- encodings(String...) - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Set the encoding(s) for this variant.
- encodings(String...) - Method in class org.glassfish.jersey.message.internal.VariantListBuilder
-
- END_OF_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
-
Path pattern matching the end of a URI path.
- endsWithSlash() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Check if the URI template ends in a slash ('/'
).
- enhanceResource(RuntimeResource, ResourceModel.Builder, List<ModelProcessorUtil.Method>, boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
-
Enhance the runtime resource referenced by resource
parameter with a list of additional methods.
- enhanceResourceModel(ResourceModel, boolean, List<ModelProcessorUtil.Method>, boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
-
Enhance resourceModel
with a list of additional methods.
- ensureNotClosed() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Check that the entity input stream has not been closed yet.
- Entity<T> - Class in jakarta.ws.rs.client
-
Encapsulates message entity including the associated variant information.
- entity(T, MediaType) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, MediaType, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, String) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(T, Variant, Annotation[]) - Static method in class jakarta.ws.rs.client.Entity
-
Create an entity using a supplied content media type.
- entity(Object) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(Object, Annotation[]) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response entity in the builder.
- entity(Object) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- entity(Object, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- ENTITY_CODER - Static variable in class jakarta.ws.rs.Priorities
-
Message encoder or decoder filter/interceptor priority.
- ENTITY_TAG_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Entity tag is null.
- EntityInputStream - Class in org.glassfish.jersey.message.internal
-
- EntityInputStream(InputStream) - Constructor for class org.glassfish.jersey.message.internal.EntityInputStream
-
Extension constructor.
- EntityTag - Class in jakarta.ws.rs.core
-
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
- EntityTag(String) - Constructor for class jakarta.ws.rs.core.EntityTag
-
Creates a new instance of a strong EntityTag
.
- EntityTag(String, boolean) - Constructor for class jakarta.ws.rs.core.EntityTag
-
Creates a new instance of an EntityTag
.
- EntityTagProvider - Class in org.glassfish.jersey.message.internal
-
- EntityTagProvider() - Constructor for class org.glassfish.jersey.message.internal.EntityTagProvider
-
- entrySet() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- equals(Object) - Method in class jakarta.ws.rs.client.Entity
-
- equals(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- equals(Object) - Method in class jakarta.ws.rs.core.CacheControl
-
Compares object argument to this cache control to see if they are the same considering all property values.
- equals(Object) - Method in class jakarta.ws.rs.core.Cookie
-
Compare for equality.
- equals(Object) - Method in class jakarta.ws.rs.core.EntityTag
-
Compares obj
to this tag to see if they are the same considering weakness and value.
- equals(Object) - Method in class jakarta.ws.rs.core.GenericEntity
-
- equals(Object) - Method in class jakarta.ws.rs.core.GenericType
-
- equals(Object) - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
- equals(Object) - Method in class jakarta.ws.rs.core.MediaType
-
Compares obj
to this media type to see if they are the same by comparing type, subtype and parameters.
- equals(Object) - Method in class jakarta.ws.rs.core.NewCookie
-
Compare for equality.
- equals(Object) - Method in class jakarta.ws.rs.core.Variant
-
Compares obj to this variant to see if they are the same considering all property values.
- equals(Object) - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
- equals(Object) - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
- equals(Object) - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Tests if the given object is equal to this type.
- equals(Object) - Method in class org.glassfish.jersey.client.ClientConfig
-
- equals(Object) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- equals(Object) - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
- equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
-
- equals(Object) - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
- equals(Object) - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- equals(Object) - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- equals(Object) - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
- equals(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- equals(Object) - Method in class org.glassfish.jersey.model.Parameter
-
- equals(Object) - Method in class org.glassfish.jersey.server.ChunkedOutput
-
- equals(Object) - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
- equals(Object) - Method in class org.glassfish.jersey.SslConfigurator
-
- equals(Object) - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
- equals(Object) - Method in class org.glassfish.jersey.uri.UriTemplate
-
Equality is calculated from the String of the regular expression
generated from the templates.
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
Compare the specified map with this map for equality modulo the order of values for each key.
- error(String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
-
Add an error to the list of messages.
- error(Object, String, Severity) - Static method in class org.glassfish.jersey.internal.Errors
-
Add an error to the list of messages.
- ERROR_ASYNC_CALLBACK_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Callback {0} invocation failed.
- ERROR_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error caught while loading SPI providers.
- ERROR_CLOSING_COMMIT_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error while closing the output stream in order to commit response.
- ERROR_CLOSING_FINDER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error while closing {0} resource finder.
- ERROR_CLOSING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Error when closing the output stream.
- ERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Error while committing the request output stream.
- ERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error while committing the output stream.
- ERROR_DIGEST_FILTER_GENERATOR() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Error during initialization of random generator of Digest authentication.
- ERROR_ENTITY_PROVIDER_BASICTYPES_CHARACTER_MORECHARS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
A single character expected in the entity input stream.
- ERROR_ENTITY_PROVIDER_BASICTYPES_CONSTRUCTOR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error converting entity to {0} type by single String constructor.
- ERROR_ENTITY_PROVIDER_BASICTYPES_UNKWNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unsupported basic type {0}.
- ERROR_ENTITY_STREAM_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Entity input stream has already been closed.
- ERROR_EXCEPTION_MAPPING_ORIGINAL_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An exception mapping did not successfully produce and processed a response.
- ERROR_EXCEPTION_MAPPING_PROCESSED_RESPONSE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A response error mapping did not successfully produce and processed a response.
- ERROR_EXCEPTION_MAPPING_THROWN_TO_CONTAINER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An exception mapping did not successfully produce and processed a response.
- ERROR_FINDING_EXCEPTION_MAPPER_TYPE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Could not find exception type for given ExceptionMapper class: {0}.
- ERROR_HTTP_METHOD_ENTITY_NOT_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Entity must be null for http method {0}.
- ERROR_HTTP_METHOD_ENTITY_NULL(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Entity must not be null for http method {0}.
- ERROR_INTERCEPTOR_READER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Last reader interceptor in the chain called the method proceed.
- ERROR_INTERCEPTOR_WRITER_PROCEED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Last writer interceptor in the chain called the method proceed.
- ERROR_LISTENER_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ClientLifecycleListener {0} failed to close properly.
- ERROR_LISTENER_INIT(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
ClientLifecycleListener {0} failed to initialize properly.
- ERROR_MARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error marshalling JAXB object of type "{0}".
- ERROR_MBR_ISREADABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
MesssageBodyReader {0} threw exception in isReadable - skipping.
- ERROR_MBW_ISWRITABLE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
MesssageBodyWriter {0} threw exception in isWritable - skipping.
- ERROR_MONITORING_MBEANS_REGISTRATION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error when registering Jersey monitoring MBeans.
- ERROR_MONITORING_MBEANS_UNREGISTRATION_DESTROY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error un-registering Jersey monitoring MBeans on application destroy.
- ERROR_MONITORING_QUEUE_APP() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Failed to add the monitoring event into the Application Event Queue - queue is full.
- ERROR_MONITORING_QUEUE_FLOODED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A Monitoring Event Queue is being flooded.
- ERROR_MONITORING_QUEUE_MAPPER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Failed to add the monitoring event into the Exception Mapper Events Queue - queue is full.
- ERROR_MONITORING_QUEUE_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Failed to add the monitoring event into the Request Items Queue - queue is full.
- ERROR_MONITORING_QUEUE_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Failed to add the monitoring event into the Response Statuses Queue - queue is full.
- ERROR_MONITORING_SCHEDULER_DESTROY_TIMEOUT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Waiting for shutdown of MonitoringStatisticsProcessor has timed out! Possible cause can be that any registered MonitoringStatisticsListener takes too long to execute.
- ERROR_MONITORING_SHUTDOWN_INTERRUPTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Waiting for shutdown of MonitoringStatisticsProcessor has been interrupted.
- ERROR_MONITORING_STATISTICS_GENERATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating monitoring statistics.
- ERROR_MONITORING_STATISTICS_LISTENER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Exception thrown when provider {0} was processing MonitoringStatistics.
- ERROR_MONITORING_STATISTICS_LISTENER_DESTROY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Exception thrown when listener {0} has been processing the destroy event.
- ERROR_MSG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
WARNING: {0}
- ERROR_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
ERROR: {0}
- ERROR_NEWCOOKIE_EXPIRES(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
NewCookie Expires header value ({0}) cannot be read.
- ERROR_NOTFOUND_MESSAGEBODYREADER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
MessageBodyReader not found for media type={0}, type={1}, genericType={2}.
- ERROR_NOTFOUND_MESSAGEBODYWRITER(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
MessageBodyWriter not found for media type={0}, type={1}, genericType={2}.
- ERROR_PARAMETER_INVALID_CHAR_VALUE(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Value "{0}" is not a character.
- ERROR_PARAMETER_INVALID_CHAR_VALUE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Value "{0}" is not a character.
- ERROR_PARAMETER_MISSING_VALUE_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
No injection source found for a parameter of type {1} at index {0}.
- ERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Could not process parameter type {0}.
- ERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Could not process parameter type {0}.
- ERROR_PARSING_ENTITY_TAG(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error parsing entity tag: {0}
- ERROR_PRIMITIVE_TYPE_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The request entity cannot be empty.
- ERROR_PROCESSING_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error processing resource method, {0}, for ResourceMethodDispatchProvider, {1}.
- ERROR_PROCESSING_RESPONSE_FROM_ALREADY_MAPPED_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error occurred when processing a response created from an already mapped exception.
- ERROR_PROVIDER_AND_RESOURCE_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Due to constraint configuration problems the implementations of providers in the resource class {0} will be ignored.
- ERROR_PROVIDER_CONSTRAINED_TO_IGNORED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Due to constraint configuration problems the provider {0} will be ignored.
- ERROR_PROVIDER_CONSTRAINED_TO_WRONG_PACKAGE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
A registered provider {0} is constrained (via @ConstrainedTo) to {1} runtime but does not implement any provider interface usable in the runtime.
- ERROR_PROVIDER_CONSTRAINED_TO_WRONG_RUNTIME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
A provider {0} registered in {2} runtime is constrained (via @ConstrainedTo) to {1} runtime.
- ERROR_PROVIDER_REGISTERED_WRONG_RUNTIME(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
A provider {0} registered in {1} runtime does not implement any provider interfaces applicable in the {1} runtime.
- ERROR_READING_ENTITY_FROM_INPUT_STREAM() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error reading entity from input stream.
- ERROR_READING_ENTITY_MISSING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Missing entity.
- ERROR_REQUEST_ABORT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The request cannot be aborted as it is already in the response processing phase.
- ERROR_REQUEST_CANCELLED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Request cancelled by the client call.
- ERROR_REQUEST_SET_ENTITY_STREAM_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The entity stream cannot be set in the request as it is already in the response processing phase.
- ERROR_REQUEST_SET_SECURITY_CONTEXT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The security context cannot be set in the request as it is already in the response processing phase.
- ERROR_RESOLVING_GENERIC_TYPE_VALUE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unable to resolve generic type value of {0} for an instance of {1}.
- ERROR_RESOURCE_JAVA_METHOD_INVOCATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Resource Java method invocation error.
- ERROR_RESOURCES_CANNOT_MERGE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Resources do not have the same path and cannot be merged.
- ERROR_RESPONSE_ALREADY_COMMITED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The response entity was already committed.
- ERROR_SCANNING_CLASS_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A class file of the class name, {0}, is identified but the class could not be found.
- ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Incorrect type of feature context instance {0}.
- ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_READER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Incorrect type of reader interceptor context instance {0}.
- ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_FEATURE_WRITER_INTERCEPTOR_CONTEXT(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Incorrect type of writer interceptor context instance {0}.
- ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_REQUEST(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Incorrect type of request instance {0}.
- ERROR_SERVICE_LOCATOR_PROVIDER_INSTANCE_RESPONSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Incorrect type of response instance {0}.
- ERROR_SHUTDOWNHOOK_CLOSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Client shutdown hook {0} failed.
- ERROR_SUB_RESOURCE_LOCATOR_MORE_RESOURCES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Sub resource locator returned {0} in the resource model.
- ERROR_SUSPENDING_ASYNC_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Attempt to suspend a connection of an asynchronous request failed in the underlying container.
- ERROR_SUSPENDING_CHUNKED_OUTPUT_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Attempt to suspend a client connection associated with a chunked output has failed in the underlying container.
- ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_AFTER_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal character "{0}" at position {1} is not allowed after a name in a path template "{2}".
- ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_PART_OF_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal character "{0}" at position {1} is not allowed as a part of a name in a path template "{2}".
- ERROR_TEMPLATE_PARSER_ILLEGAL_CHAR_START_NAME(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Illegal character "{0}" at position {1} is not allowed as a start of a name in a path template "{2}".
- ERROR_TEMPLATE_PARSER_INVALID_SYNTAX(Object, Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Invalid syntax for the expression "{0}" associated with the name "{1}" in a path template "{2}".
- ERROR_TEMPLATE_PARSER_INVALID_SYNTAX_TERMINATED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Invalid syntax in the template "{0}".
- ERROR_TEMPLATE_PARSER_NAME_MORE_THAN_ONCE(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
The name "{0}" is declared more than once with different regular expressions in a path template "{1}".
- ERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error unmarshalling JAXB object of type "{0}".
- ERROR_UNSUPPORTED_ENCODING(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The encoding {0} is not supported for parameter {1}.
- ERROR_VALIDATION_SUBRESOURCE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Model validation error(s) found in sub resource returned by sub resource locator.
- ERROR_WADL_BUILDER_GENERATION_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl for method {0} of resource {1}.
- ERROR_WADL_BUILDER_GENERATION_PARAM(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl for parameter {0} of resource {1} and resource method {2}.
- ERROR_WADL_BUILDER_GENERATION_REQUEST(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl for request representation of resource method {0} of resource {1}.
- ERROR_WADL_BUILDER_GENERATION_REQUEST_MEDIA_TYPE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl request representation for media type {0} of method {1} of resource {2}.
- ERROR_WADL_BUILDER_GENERATION_RESOURCE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl application for one specific resource {0}.
- ERROR_WADL_BUILDER_GENERATION_RESOURCE_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl for sub resource locator {0} of resource {1}.
- ERROR_WADL_BUILDER_GENERATION_RESOURCE_PATH(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl for Resource {0} with path "{1}".
- ERROR_WADL_BUILDER_GENERATION_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl response representation for method {0} of resource {1}.
- ERROR_WADL_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error attaching an external grammar to the wadl.
- ERROR_WADL_GENERATOR_CONFIG_LOADER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Could not load WadlGeneratorConfiguration, check the configuration of "{0}".
- ERROR_WADL_GENERATOR_CONFIG_LOADER_PROPERTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The property {0} is an invalid type: {1} (supported: String, Class<
? extends WadlGeneratorConfiguration>
, WadlGeneratorConfiguration).
- ERROR_WADL_GENERATOR_CONFIGURE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error configuring the given user WadlGenerator by configure() method.
- ERROR_WADL_GENERATOR_LOAD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Could not load wadl generators from wadlGeneratorDescriptions.
- ERROR_WADL_GRAMMAR_ALREADY_CONTAINS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The wadl application already contains a grammars element, we're adding elements of the provided grammars file.
- ERROR_WADL_JAXB_CONTEXT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error creating a JAXBContext for wadl processing.
- ERROR_WADL_RESOURCE_APPLICATION_WADL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating /application.wadl.
- ERROR_WADL_RESOURCE_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating external wadl grammar on /application.wadl/[path].
- ERROR_WADL_RESOURCE_MARSHAL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Could not marshal the wadl Application.
- ERROR_WRITING_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An I/O error has occurred while writing a response message entity to the container output stream.
- ERROR_WRITING_RESPONSE_ENTITY_CHUNK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An I/O error has occurred while writing a response message entity chunk to the container output stream.
- Errors - Class in org.glassfish.jersey.internal
-
Errors utility used to file processing messages (e.g.
- Errors.ErrorMessage - Class in org.glassfish.jersey.internal
-
Generic error message.
- Errors.ErrorMessagesException - Exception in org.glassfish.jersey.internal
-
Error message exception.
- ERRORS_AND_WARNINGS_DETECTED(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Following issues have been detected: {0}
- ETAG - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- evaluatePreconditions(EntityTag) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions(Date, EntityTag) - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions based on the passed in value.
- evaluatePreconditions() - Method in interface jakarta.ws.rs.core.Request
-
Evaluate request preconditions for a resource that does not currently exist.
- evaluatePreconditions(EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- evaluatePreconditions(Date) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- evaluatePreconditions(Date, EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- evaluatePreconditions() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- EVENT_SINK_RETURNS_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method {0} that is being injected with SseEventSink should return void.
- EXCEPTION_CAUGHT_WHILE_LOADING_SPI_PROVIDERS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Exception caught while loading SPI providers.
- EXCEPTION_MAPPER_FAILED_FOR_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An exception was not mapped due to exception mapper failure.
- EXCEPTION_MAPPER_SUPPORTED_TYPE_UNKNOWN(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Unable to retrieve the supported exception type for a registered exception mapper service class "{0}".
- EXCEPTION_MAPPER_THROWS_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An exception has been thrown from an exception mapper {0}.
- EXCEPTION_MAPPING_START() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Starting mapping of the exception.
- EXCEPTION_MAPPING_WAE_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
WebApplicationException (WAE) with non-null entity thrown.
- EXCEPTION_MAPPING_WAE_NO_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
WebApplicationException (WAE) with no entity thrown and no ExceptionMappers have been found for this WAE.
- EXCEPTION_PARAMETER - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type of the exception of a 'catch' clause in a
method.
- EXCEPTION_SENDING_ERROR_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
I/O exception occurred while sending "{0}/{1}" error response.
- EXCEPTION_SUPPRESSED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Exceptions were thrown.
- ExceptionMapper<E extends Throwable> - Interface in jakarta.ws.rs.ext
-
Contract for a provider that maps Java exceptions to
Response
.
- ExceptionMapperFactory - Class in org.glassfish.jersey.internal
-
Exception mappers
implementation that aggregates
exception mappers and server as the main entry point for exception mapper
instance lookup.
- ExceptionMapperFactory(InjectionManager) - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory
-
Create new exception mapper factory initialized with
injection manager
instance that will be used to look up all providers implementing
ExceptionMapper
interface.
- ExceptionMapperFactory.ExceptionMappersConfigurator - Class in org.glassfish.jersey.internal
-
- ExceptionMapperMXBean - Interface in org.glassfish.jersey.server.monitoring
-
- ExceptionMappers - Interface in org.glassfish.jersey.spi
-
Provides lookup of
ExceptionMapper
instances that can be used
to map exceptions to responses.
- ExceptionMappersConfigurator() - Constructor for class org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMappersConfigurator
-
- ExceptionMapperStatistics - Interface in org.glassfish.jersey.server.monitoring
-
- EXCLUDE_EMPTY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
A filtering strategy that excludes models with no recognized contracts.
- excludeMetaProviders(InjectionManager) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
-
A method creates the
Predicate
which is able to filter all Jersey meta-providers along with the components which
is able to register the current used
InjectionManager
.
- ExecutionStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics of execution of one target.
- EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
- ExecutorProviders - Class in org.glassfish.jersey.process.internal
-
A utility class with a methods for handling executor injection registration and proper disposal.
- executorService(ExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
-
- executorService(ExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
-
Register custom Jersey client async executor.
- executorService(ExecutorService) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- ExecutorServiceProvider - Interface in org.glassfish.jersey.spi
-
An extension contract for providing pluggable executor service providers to be used by
Jersey client or server runtime whenever a specific executor service is needed to execute a Jersey runtime processing task.
- EXPAND_FRAMES - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to expand the stack map frames.
- Expect100ContinueFeature - Class in org.glassfish.jersey.client.http
-
- Expect100ContinueFeature() - Constructor for class org.glassfish.jersey.client.http.Expect100ContinueFeature
-
- EXPECT_100_CONTINUE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Allows for HTTP Expect:100-Continue being handled by the HttpUrlConnector (default Jersey
connector).
- EXPECT_100_CONTINUE_THRESHOLD_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Property for threshold size for content length after which Expect:100-Continue header would be applied
before the main request.
- EXPIRES - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- expires(Date) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the response expiration date.
- expires(Date) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- extended(boolean) - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Set the flag indicating whether the resource is extended or is a core of exposed RESTful API.
- extended(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
- ExtendedConfig - Interface in org.glassfish.jersey
-
Extended common runtime configuration.
- ExtendedExceptionMapper<T extends Throwable> - Interface in org.glassfish.jersey.spi
-
- ExtendedResource - Annotation Type in org.glassfish.jersey.server.model
-
This annotation can mark resource classes or resource methods that should be considered as extended resources.
- ExtendedResourceContext - Interface in org.glassfish.jersey.server
-
- ExtendedUriInfo - Interface in org.glassfish.jersey.server
-
- EXTERNAL_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
A filtering strategy that includes only models that contain contract registrable by
InjectionManager
.
- ExternalConfigurationModel<CONFIG> - Interface in org.glassfish.jersey.spi
-
Model of configuration for external properties.
- ExternalConfigurationProvider - Interface in org.glassfish.jersey.spi
-
Provider interface for external (SPI) providers to provide
their configuration properties implementations
Priority of providers can be adjusted by Priority annotation
or just alphabetically (if no Provider annotation is found)
- ExternalGrammar(MediaType, byte[]) - Constructor for class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
-
- ExternalGrammarDefinition() - Constructor for class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
-
- ExternalProperties - Class in org.glassfish.jersey
-
- ExternalRequestContext<T> - Class in org.glassfish.jersey.server.spi
-
Wrapper for externally provided request context data.
- ExternalRequestContext(T) - Constructor for class org.glassfish.jersey.server.spi.ExternalRequestContext
-
Create new external request context containing given data.
- ExternalRequestScope<T> - Interface in org.glassfish.jersey.server.spi
-
This is to allow integration with other DI providers that
define their own request scope.
- extractInflector(Object) - Static method in class org.glassfish.jersey.process.internal.Stages
-
(Optionally) extracts an
inflector
from a processing stage,
provided the stage implements
Inflecting
interface.
- generate(List<Resource>) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
-
Generate WADL for a set of resources.
- generate(ApplicationDescription, Resource) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
-
Generate WADL for a resource.
- generator(Class<? extends WadlGenerator>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
-
- generator(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
-
- GenericEntity<T> - Class in jakarta.ws.rs.core
-
Represents a message entity of a generic type T
.
- GenericEntity(T) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Constructs a new generic entity.
- GenericEntity(T, Type) - Constructor for class jakarta.ws.rs.core.GenericEntity
-
Create a new instance of GenericEntity, supplying the generic type information.
- GenericType<T> - Class in jakarta.ws.rs.core
-
Represents a generic message entity type T
.
- GenericType() - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, deriving the generic type and class from type parameter.
- GenericType(Type) - Constructor for class jakarta.ws.rs.core.GenericType
-
Constructs a new generic type, supplying the generic type information and deriving the class.
- get() - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.AsyncInvoker
-
Invoke HTTP GET method for the current request asynchronously.
- get() - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
-
- get(Class<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
-
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.CompletionStageRxInvoker
-
- get() - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(Class<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get(GenericType<R>) - Method in interface jakarta.ws.rs.client.RxInvoker
-
Invoke HTTP GET method for the current request.
- get() - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Class<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(GenericType<T>) - Method in interface jakarta.ws.rs.client.SyncInvoker
-
Invoke HTTP GET method for the current request synchronously.
- get(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- GET - Annotation Type in jakarta.ws.rs
-
Indicates that the annotated method responds to HTTP GET requests.
- GET - Static variable in annotation type jakarta.ws.rs.HttpMethod
-
HTTP GET method.
- get(Parameter) - Method in interface org.glassfish.jersey.client.inject.ParameterUpdaterProvider
-
Get the updater configured to update value of given
parameter
.
- get() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- get(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- get(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- get(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
Get an inhabitant stored in the scope instance that matches the active descriptor .
- get() - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
-
- GET_CONSUMES_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method, {0}, should not consume any entity.
- GET_CONSUMES_FORM_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method, {0}, should not consume any form parameter.
- GET_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method, {0}, returns a void type.
- getAbortResponse() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get the request filter chain aborting response if set, or null
otherwise.
- getAbortResponse() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the request filter chain aborting response if set, or null
otherwise.
- getAbsolutePath() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request.
- getAbsolutePath() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the absolute path of the request.
- getAbsolutePathBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute path of the request in the form of a UriBuilder.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of languages that are acceptable for the response.
- getAcceptableLanguages() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a list of languages that are acceptable for the message.
- getAcceptableLanguages() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a list of media types that are acceptable for the response.
- getAcceptableMediaTypes() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a list of media types that are acceptable for the message.
- getAcceptableMediaTypes() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getAccepted() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the accepted response media types.
- getAcceptedLanguages() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get acceptable languages.
- getAccess() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the class's access flags (see
Opcodes
).
- getAllInstances(Type) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- getAllMethods() - Method in class org.glassfish.jersey.server.model.Resource
-
Provides resource methods and resource locator are available on the resource.
- getAllowedMethods() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class jakarta.ws.rs.core.Response
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getAllowedMethods() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the allowed HTTP methods from the Allow HTTP header.
- getAllowedMethods() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getAllowedMethods(RuntimeResource) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
-
Return allowed methods for the given resource
.
- getAllServiceHolders(Class<T>, Annotation...) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- getAllServletContainerProviders() - Static method in class org.glassfish.jersey.servlet.internal.ServletContainerProviderFactory
-
- getAnnotatedResourceClass(Class<?>) - Static method in class org.glassfish.jersey.server.model.internal.ModelHelper
-
Get the class in the provided resource class ancestor hierarchy that
is actually annotated with the
@Path
annotation.
- getAnnotation() - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
-
- getAnnotation(Class<T>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
- getAnnotation(Class<T>) - Method in class org.glassfish.jersey.model.Parameter
-
- getAnnotations() - Method in class jakarta.ws.rs.client.Entity
-
Get the entity annotations.
- getAnnotations() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider
invocation.
- getAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
- getAnnotations() - Method in class org.glassfish.jersey.model.Parameter
-
- getAny() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Grammars
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the any property.
- getAny() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the any property.
- getAppHandler() - Method in class org.glassfish.jersey.servlet.WebComponent
-
- getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Returns JAX-RS application corresponding with this ResourceConfig.
- getApplication() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getApplication() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
-
- getApplication(UriInfo, boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
- getApplication(UriInfo, Resource, boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
- getApplication(UriInfo, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Get a new instance of a
ApplicationDescription
corresponding to all
the root resource classes, and configure the base URI.
- getApplication(UriInfo, Resource, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Get a new instance of
Application
for a particular resource.
- getApplicationClass() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
- getApplicationHandler() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getApplicationHandler() - Method in interface org.glassfish.jersey.server.spi.Container
-
Get the Jersey server-side application handler associated with the container.
- getApplicationHandler() - Method in class org.glassfish.jersey.servlet.ServletContainer
-
- getApplicationName() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get the application name.
- getApplicationName() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Get the name of the Jersey application.
- getApplicationPath() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Returns encoded value of
ApplicationPath
annotation of the Application corresponding
with this ResourceConfig or
null
when the annotation is not present.
- getArgs() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Provide method parameters for which validation will be done.
- getArgumentsAndReturnSizes() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the size of the arguments and of the return value of methods of this type.
- getArgumentsAndReturnSizes(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Computes the size of the arguments and of the return value of a method.
- getArgumentTypes() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the argument types of methods of this type.
- getArgumentTypes(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
values corresponding to the argument types of the given method
descriptor.
- getArgumentTypes(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
values corresponding to the argument types of the given method.
- getAsLocale() - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- getAuthenticationScheme() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns the string value of the authentication scheme used to protect the resource.
- getAutoDiscoverables() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getAverageDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns the average duration (processing time) in milliseconds of the request processing measured
in the time window.
- getBackingThreadFactory() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get a backing thread factory that should be used as a delegate for creating the new threads for the provisioned executor
service.
- getBase() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the base property.
- getBaseUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application.
- getBaseUri() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get base request URI.
- getBaseUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the base URI of the application in the form of a UriBuilder.
- getBootstrapMethod() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns the bootstrap method used to compute the value of this constant.
- getBootstrapMethodArgument(int) - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns an argument passed to the bootstrap method, in order to compute the value of this
constant.
- getBootstrapMethodArgumentCount() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns the number of arguments passed to the bootstrap method, in order to compute the value
of this constant.
- getBuildId() - Static method in class org.glassfish.jersey.internal.Version
-
Get build id.
- getCacheControls() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the cache control data of the message.
- getCacheExtension() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to a set of extension cache control directives.
- getChallenges() - Method in exception jakarta.ws.rs.NotAuthorizedException
-
Get the list of authorization challenges associated with the exception and applicable to the resource requested by
the client.
- getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
Get the character set from a media type.
- getCharset(MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Get the character set from a media type.
- getCharset(MediaType) - Static method in class org.glassfish.jersey.message.MessageUtils
-
Get the character set from a media type.
- getChildResources() - Method in class org.glassfish.jersey.server.model.Resource
-
Returns the list of child resources available on this resource.
- getChildRuntimeResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get child runtime resources of this resource.
- getChunkType() - Method in class org.glassfish.jersey.client.ChunkedInput
-
Get chunk data media type.
- getClasses() - Method in class jakarta.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
classes.
- getClasses() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider, root resource or
feature
)
classes to be instantiated, injected and utilized in the scope of the configurable instance.
- getClasses() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getClasses() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getClasses() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get all registered component classes, including
features
and
binders
meta-providers.
- getClasses(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a subset of all registered component classes using the filter
predicate
to determine for each component class based on it's contract provider class model whether
it should be kept or filtered out.
- getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getClassLoader() - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- getClassLoader() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Get resource and provider class loader.
- getClassName() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- getClassName() - Method in exception jersey.repackaged.org.objectweb.asm.ClassTooLargeException
-
- getClassName() - Method in exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Returns the internal name of the owner class.
- getClassName() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getClient() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the client instance associated with the request.
- getClient() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get the parent Jersey client this configuration is bound to.
- getClient() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getClientExecutor() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getClientResponse() - Method in exception org.glassfish.jersey.client.internal.ClientResponseProcessingException
-
Return a
ClientResponse
to be converted to
Response
to be put to a
ResponseProcessingException
.
- getCodeSize() - Method in exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Returns the size of the method's Code attribute, in bytes.
- getComment() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the comment associated with the cookie.
- getComment() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get a comment string that accompanies the event.
- getCommonSuperClass(String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
Returns the common super type of the two given types.
- getComponentBag() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
Returns a
ComponentBag
instance associated with the configuration.
- getComponentProviders() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getComponents() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
-
- getComponents() - Method in class org.glassfish.jersey.server.model.Invocable
-
- getComponents() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
- getComponents() - Method in class org.glassfish.jersey.server.model.Resource
-
- getComponents() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
- getComponents() - Method in class org.glassfish.jersey.server.model.ResourceModel
-
- getComponents() - Method in interface org.glassfish.jersey.server.model.ResourceModelComponent
-
Should return all existing resource model sub-components.
- getComponents() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
- getConfig() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
-
Obtain config object
- getConfigType() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the configuration type of this config.
- getConfigType() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
-
- getConfigType() - Method in class org.glassfish.jersey.servlet.WebServletConfig
-
- getConfiguration() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the immutable configuration of the request.
- getConfiguration() - Method in interface jakarta.ws.rs.core.Configurable
-
Get a live view of an internal configuration state of this configurable instance.
- getConfiguration() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getConfiguration() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getConfiguration() - Method in interface org.glassfish.jersey.client.Initializable
-
Get a live view of an internal client configuration state of this initializable instance.
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClient
-
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- getConfiguration() - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- getConfiguration() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get runtime configuration.
- getConfiguration() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getConfiguration() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
- getConfiguration() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
- getConfiguration() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getConfiguration() - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- getConfiguration() - Method in class org.glassfish.jersey.server.ApplicationHandler
-
Get the application configuration.
- getConfiguration() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getConfiguration() - Method in interface org.glassfish.jersey.server.spi.Container
-
- getConfiguration() - Method in class org.glassfish.jersey.servlet.ServletContainer
-
- getConfiguration() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationProvider
-
obrain model object which has direct access to external configuration
- getConfiguratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
-
- getConnection(URL) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
-
- getConnection(URL, Proxy) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
-
- getConnector() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get the client transport connector.
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.spi.CachingConnectorProvider
-
- getConnector(Client, Configuration) - Method in interface org.glassfish.jersey.client.spi.ConnectorProvider
-
Get a Jersey client connector instance for a given
client
instance
and Jersey client runtime
configuration
.
- getConnectorProvider() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get the client transport connector provider.
- getConstantPoolCount() - Method in exception jersey.repackaged.org.objectweb.asm.ClassTooLargeException
-
Returns the number of constant pool items of the class.
- getConstructor(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
-
- getConstructor() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
-
Get the underlying java constructor.
- getConstructorDescriptor(Constructor<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getConstructors() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the resource method handler constructors.
- getConsumedTypes() - Method in interface org.glassfish.jersey.server.model.Consuming
-
Get the consumed media types supported by the component.
- getConsumedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
- getConsumesMediaType() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the string with media types consumed by this method, enclosed in double quotas and
separated by a comma (e.g.
- getContainerRequest() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the container request.
- getContainerRequestFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
- getContainerResponse() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the container response.
- getContainerResponseFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
- getContent() - Method in class com.sun.research.ws.wadl.Doc
-
Gets the value of the content property.
- getContent() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
-
- getContentType() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
-
- getContext(Class<?>) - Method in interface jakarta.ws.rs.ext.ContextResolver
-
Get a context of type T
that is applicable to the supplied type.
- getContext() - Method in exception org.glassfish.jersey.message.internal.HeaderValueException
-
Get the exception context.
- getContext() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
Get the underlying outbound message context.
- getContext() - Method in class org.glassfish.jersey.server.spi.ExternalRequestContext
-
Get me current external context data.
- getContextParams(ServletContext) - Static method in class org.glassfish.jersey.servlet.internal.Utils
-
Extract context params from ServletContext
.
- getContextResolver(Class<T>, MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a context resolver for a particular type of context and media type.
- getContextResolver(Class<T>, MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
-
- getContextResolvers() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getContract() - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
-
Mainly aimed to provide contract class to abstract classes which extends this finder
- getContractMap() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the map of contracts and their priorities.
- getContracts(Class<?>) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the extension contract registration information for a component of a given class.
- getContracts(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- getContracts() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the map of contracts for the built contract provider model.
- getContracts() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get provided contracts recognized by Jersey.
- getContracts(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getContracts(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getContractTypes() - Method in class org.glassfish.jersey.model.internal.RankedProvider
-
Get me set of implemented contracts.
- getConverter(Class<T>, Type, Annotation[]) - Method in interface jakarta.ws.rs.ext.ParamConverterProvider
-
Obtain a
ParamConverter
that can provide from/to string conversion for an instance of a particular Java type.
- getCookies() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get any new cookies set on the response message.
- getCookies() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get any cookies that accompanied the request.
- getCookies() - Method in class jakarta.ws.rs.core.Response
-
Get any new cookies set on the response message.
- getCookies() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getCookies() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getCookies() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get any cookies that accompanied the request.
- getCookies() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getCookies() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getCookies() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getCorePoolSize() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the number of the core threads of the the provisioned thread pool executor.
- getData() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get event data.
- getDate() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get message date.
- getDate() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get message date.
- getDate() - Method in class jakarta.ws.rs.core.Response
-
Get message date.
- getDate() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get message date.
- getDate() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getDate() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get message date.
- getDate() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getDeclaredAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
- getDeclaredAnnotations() - Method in class org.glassfish.jersey.model.Parameter
-
- getDeclaredMethod() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get the underlying declared Java method.
- getDeclaringClassName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the full class name of the class that declares the handling method.
- getDefault() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the default property.
- getDefaultContext() - Static method in class org.glassfish.jersey.SslConfigurator
-
Get a new instance of a
SSLContext
configured using default configuration settings.
- getDefaultContext(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
-
Get a new instance of a
SSLContext
configured using default configuration settings.
- getDefaultNext() - Method in class org.glassfish.jersey.process.internal.AbstractChainableStage
-
Get the default next stage currently configured on the acceptor.
- getDefaultPriority() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the default priority of the built contract provider model.
- getDefaultSslContext() - Method in interface org.glassfish.jersey.client.spi.DefaultSslContextProvider
-
Get default SSLContext
.
- getDefaultStringValue() - Method in exception org.glassfish.jersey.server.ParamException
-
Get the default String value.
- getDefaultValue() - Method in class org.glassfish.jersey.model.Parameter
-
Get the default parameter value.
- getDefaultValueString() - Method in interface org.glassfish.jersey.client.inject.ParameterUpdater
-
Default value (string) that will be used in case input value is not available.
- getDefinitionMethod() - Method in class org.glassfish.jersey.server.model.Invocable
-
Getter for the Java method that should be executed.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
The annotation visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
The method visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
The module visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
The record visitor to which this visitor must delegate method calls.
- getDesc() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDescriptor() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns the type of this constant.
- getDescriptor() - Method in exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Returns the descriptor of the method.
- getDescriptor() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to this type.
- getDescriptor(Class<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given class.
- getDimensions() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the number of dimensions of this array type.
- getDoc() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Grammars
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Include
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the doc property.
- getDomain() - Method in class jakarta.ws.rs.core.Cookie
-
Get the domain of the cookie.
- getDynamicFeatures() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get dynamic features.
- getElement() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the element property.
- getElementType() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the type of the elements of this array type.
- getEncoding() - Method in class jakarta.ws.rs.client.Entity
-
Get entity encoding.
- getEncoding() - Method in class jakarta.ws.rs.core.Variant
-
Get the encoding of the variant.
- getEncodings() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get acceptable encodings.
- getEntity() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.client.Entity
-
Get entity data.
- getEntity() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the message entity Java instance.
- getEntity() - Method in class jakarta.ws.rs.core.GenericEntity
-
Get the enclosed entity.
- getEntity() - Method in class jakarta.ws.rs.core.Response
-
Get the message entity Java instance.
- getEntity() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get object to be written as HTTP entity.
- getEntity() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the message entity Java instance.
- getEntity() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getEntity() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the message entity Java instance.
- getEntity() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- getEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityAnnotations() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the annotations attached to the entity instance.
- getEntityAnnotations() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the annotations attached to the entity instance.
- getEntityAnnotations() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the annotations attached to the entity.
- getEntityAnnotations() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityClass() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the raw entity type information.
- getEntityClass() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the raw entity type information.
- getEntityClass() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the raw message entity type information.
- getEntityClass() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the entity output stream.
- getEntityStream() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the entity input stream.
- getEntityStream() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity output stream.
- getEntityStream() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the entity input stream.
- getEntityStream() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the entity output stream.
- getEntityStream() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityTag() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the entity tag.
- getEntityTag() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the entity tag.
- getEntityTag() - Method in class jakarta.ws.rs.core.Response
-
Get the entity tag.
- getEntityTag() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the entity tag.
- getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getEntityTag() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the entity tag.
- getEntityTag() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the generic entity type information.
- getEntityType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the generic entity type information.
- getEntityType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the message entity type information.
- getEntityType() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getErrorMessages() - Static method in class org.glassfish.jersey.internal.Errors
-
Get the list of all error messages.
- getErrorMessages(boolean) - Static method in class org.glassfish.jersey.internal.Errors
-
Get the list of error messages.
- getErrorsAsResourceModelIssues() - Static method in class org.glassfish.jersey.server.model.internal.ModelErrors
-
- getErrorsAsResourceModelIssues(boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelErrors
-
- getEvent() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
FIXME remove.
- getEventValue() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- getException() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the latest exception, if any, thrown by the request and response processing.
- getExceptionCause() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
- getExceptionIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the exception, in a 'throws' clause of a method, whose type is referenced
by this type reference.
- getExceptionMapper(Class<T>) - Method in interface jakarta.ws.rs.ext.Providers
-
Get an exception mapping provider for a particular class of exception.
- getExceptionMapper(Class<T>) - Method in class org.glassfish.jersey.internal.JaxrsProviders
-
- getExceptionMapper() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the
ExceptionMapper
that was found and used during the exception mapping phase.
- getExceptionMapperCount() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
-
Get the statistics of execution of exception mappers.
- getExceptionMapperExecutions() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Get the count of exception mapper executions.
- getExceptionMappers() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getExceptionMapperStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
- getExecutor() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the thread pool executor.
- getExecutorService() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
Return executorService service this reactive invoker was initialized with.
- getExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get custom client executor service.
- getExecutorService() - Method in class org.glassfish.jersey.client.JerseyClient
-
- getExecutorService() - Method in interface org.glassfish.jersey.spi.ExecutorServiceProvider
-
Get an executor service to be used by Jersey client or server runtime to execute specific tasks.
- getExecutorService() - Method in interface org.glassfish.jersey.spi.ScheduledExecutorServiceProvider
-
Get a scheduled executor service to be used by Jersey client or server runtime to schedule execution of
specific tasks.
- getExecutorService() - Method in class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
- getExecutorService() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
- getExpiry() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the cookie expiry date.
- getExternalGrammar(String) - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
-
- getExternalGrammar(UriInfo, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlResource
-
- getExternalMetadataKeys() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
-
- getFamily() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the class of status code.
- getFamily() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the class of status code.
- GETFIELD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- getFields(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
-
- getFilterConfig() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the corresponding FilterConfig if this WebConfig represents a FilterConfig
- getFilterConfig() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
-
- getFilterConfig() - Method in class org.glassfish.jersey.servlet.WebServletConfig
-
- getFilterUrlMappings(FilterConfig) - Method in class org.glassfish.jersey.servlet.init.FilterUrlMappingsProviderImpl
-
- getFilterUrlMappings(FilterConfig) - Method in interface org.glassfish.jersey.servlet.spi.FilterUrlMappingsProvider
-
Return configured context path from the filter configuration.
- getFirst(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- getFirst(K) - Method in interface jakarta.ws.rs.core.MultivaluedMap
-
A shortcut to get the first value of the supplied key.
- getFixed() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the fixed property.
- getFlag() - Method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
Returns the numeric value of the bit corresponding to this flag.
- getFormalParameterIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the formal parameter whose type is referenced by this type reference.
- getFromBinders(InjectionManager, ComponentBag, Function<Object, T>, Predicate<Binding>) - Static method in class org.glassfish.jersey.model.internal.ComponentBag
-
- getFullPathRegex() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get full regular expression of this runtime resource prefixed by regular expression of parent if present.
- getGeneratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
-
- getGenericParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get generic method parameter types.
- getGenericType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get the type of the object to be produced or written.
- getGenericType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get generic data type.
- getGlobalReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global reader interceptors.
- getGlobalRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global request filters.
- getGlobalResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global response filters.
- getGlobalWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global writer interceptors.
- getGrammars() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the grammars property.
- getGroupCounts() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the capturing group counts for each template variable.
- getGroupIndexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the group indexes to capturing groups.
- getGroupIndexes() - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Get the group indexes to capturing groups.
- getHandler() - Method in class org.glassfish.jersey.server.model.Invocable
-
- getHandlerClass() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the resource method handler class.
- getHandlerClasses() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the method handler classes for the resource methods registered on the resource.
- getHandlerInstance() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the raw handler instance that is backing this method handler.
- getHandlerInstances() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the method handler (singleton) instances for the resource methods registered
on the resource.
- getHandlerPath(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
-
Splits URI address from query params and returns it.
- getHandlingMethod() - Method in class org.glassfish.jersey.server.model.Invocable
-
Getter for the Java method
- getHeader(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the values of a HTTP request header.
- getHeaderDelegateProviders() - Method in class org.glassfish.jersey.message.internal.MessagingBinders.HeaderDelegateProviders
-
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the mutable request headers multivalued map.
- getHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the mutable response headers multivalued map.
- getHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their object values.
- getHeaders() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get mutable map of HTTP headers.
- getHeaders() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the mutable message headers multivalued map.
- getHeaders() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the mutable message headers multivalued map.
- getHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the mutable message headers multivalued map.
- getHeaders() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
- getHeaders() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- getHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get a HTTP header as a single string value.
- getHeaderString(String) - Method in class jakarta.ws.rs.core.Response
-
Get a message header as a single string value.
- getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getHeaderString(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a message header as a single string value.
- getHeaderString(String) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getHostnameVerifier() - Method in interface jakarta.ws.rs.client.Client
-
Get the hostname verifier configured in the client or null
in case no hostname verifier has been configured.
- getHostnameVerifier() - Method in class org.glassfish.jersey.client.JerseyClient
-
- getHref() - Method in class com.sun.research.ws.wadl.Include
-
Gets the value of the href property.
- getHref() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the href property.
- getHref() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the href property.
- getHref() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the href property.
- getHttpMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the associated HTTP method.
- getHttpMethod() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the HTTP method of the method.
- getId() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the id property.
- getId() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get event identifier.
- getIfMatch() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get If-Match header.
- getIfNoneMatch() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get If-None-Match header.
- getImplementationClass() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the implementation class which the contracts belong to.
- getInclude() - Method in class com.sun.research.ws.wadl.Grammars
-
Gets the value of the include property.
- getIndex() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- getInflector() - Method in class org.glassfish.jersey.server.model.Inflecting
-
Get the inflector.
- getInitializerMethods(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
-
- getInitParameter(String) - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get an initialization parameter.
- getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebFilterConfig
-
- getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebServletConfig
-
- getInitParameterNames() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the enumeration of initialization parameter names.
- getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
-
- getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebServletConfig
-
- getInjectionManager() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getInjectionManager() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getInjectionManager(ClientRequestContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
-
- getInjectionManager(ClientResponseContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
-
- getInjectionManager(WriterInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
- getInjectionManager(ReaderInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
- getInjectionManager(FeatureContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
- getInjectionManager() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
- getInjectionManager() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- getInjectionManager() - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- getInjectionManager() - Method in class org.glassfish.jersey.server.ApplicationHandler
-
- getInputStream() - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Get the input stream of the object to be read.
- getInputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
-
- getInputStream() - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
- getInstance() - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Obtain a RuntimeDelegate
instance.
- getInstance(Class<T>, Annotation...) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- getInstance(Class<T>, String) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- getInstance(Class<T>) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- getInstance(Type) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- getInstance(ForeignDescriptor) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- getInstance() - Static method in class org.glassfish.jersey.internal.OsgiRegistry
-
Returns an OsgiRegistry
instance.
- getInstance(PropertiesDelegate) - Static method in class org.glassfish.jersey.message.internal.TracingLogger
-
Returns instance of TracingLogger
associated with current request processing
(propertiesDelegate
).
- getInstance(InjectionManager) - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the injected resource method handler instance.
- getInstances() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable set of registered JAX-RS component (such as provider or
feature
) instances to be
utilized by the configurable instance.
- getInstances() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getInstances() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getInstances() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get all registered component instances, including
features
and
binders
meta-providers.
- getInstances(Predicate<ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a subset of all registered component instances using the filter
predicate
to determine for each component instance based on it's contract provider class model whether
it should be kept or filtered out.
- getInstances() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getInterfaces() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- getInternalName() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the internal name of the class corresponding to this object or array type.
- getInternalName(Class<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the internal name of the given class.
- getInvocable() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the invocable method model.
- getInvocable() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Provide invocable for which validation will been done.
- getIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
-
- getIssues() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
-
Get validation issues.
- getItem(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the start offset in this
ClassReader
of a JVMS 'cp_info' structure (i.e.
- getItemCount() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the number of entries in the class's constant pool table.
- getJAXBContext() - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
- getJAXBContext() - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Get the default JAXB context associated with the
WadlGenerator
for the Web application.
- getJAXBContextFromWadlGenerator(WadlGenerator) - Static method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
- getKeepAliveTime() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the thread keep-alive time (in seconds).
- getLabels() - Method in class jersey.repackaged.org.objectweb.asm.Attribute
-
Returns the labels corresponding to this attribute.
- getLang() - Method in class com.sun.research.ws.wadl.Doc
-
Gets the value of the lang property.
- getLanguage() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the language of the entity.
- getLanguage() - Method in class jakarta.ws.rs.client.Entity
-
Get entity language.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the language of the entity.
- getLanguage() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the language of the request entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Response
-
Get the language of the message entity.
- getLanguage() - Method in class jakarta.ws.rs.core.Variant
-
Get the language of the variant.
- getLanguage() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the language of the entity.
- getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLanguage() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the language of the entity.
- getLanguage() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getLanguageString() - Method in class jakarta.ws.rs.core.Variant
-
Get the string representation of the variant language, or null
if no language has been set.
- getLastModified() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the last modified date.
- getLastModified() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the last modified date.
- getLastModified() - Method in class jakarta.ws.rs.core.Response
-
Get the last modified date.
- getLastModified() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the last modified date.
- getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLastModified() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the last modified date.
- getLastModified() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getLastResponseCode() - Method in interface org.glassfish.jersey.server.monitoring.ResponseMXBean
-
Returns the response code of a last response written by the application.
- getLastResponseCode() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
-
Returns the response code of a last response written by the application.
- getLastStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
-
Return time when target was executed last time.
- getLength() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get Content-Length value.
- getLength() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get Content-Length value.
- getLength() - Method in class jakarta.ws.rs.core.Response
-
Get Content-Length value.
- getLength() - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the length of this path, i.e.
- getLength() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get Content-Length value.
- getLength() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLength() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get Content-Length value.
- getLength() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getLengthLong() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get Content-Length value.
- getLink() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the link property.
- getLink(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the link for the relation.
- getLink(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the link for the relation.
- getLink(String) - Method in class jakarta.ws.rs.core.Response
-
Get the link for the relation.
- getLink(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the link for the relation.
- getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLink(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the link for the relation.
- getLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getLinkBuilder(String) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in class jakarta.ws.rs.core.Response
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLinkBuilder(String) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Convenience method that returns a
Link.Builder
for the relation.
- getLinkBuilder(String) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getLinks() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the links attached to the message as header.
- getLinks() - Method in class jakarta.ws.rs.core.Response
-
Get the links attached to the message as headers.
- getLinks() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getLinks() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the links attached to the message as header.
- getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLinks() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the links attached to the message as header.
- getLinks() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getLocation() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the location.
- getLocation() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the location.
- getLocation() - Method in class jakarta.ws.rs.core.Response
-
Get the location.
- getLocation() - Method in exception jakarta.ws.rs.RedirectionException
-
Get the redirection response location.
- getLocation() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the location.
- getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getLocation() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the location.
- getLocation() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getLocatorSubResources() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the list of sub resources returned from resource locators during matching.
- getManagedObjectsFinalizer() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getMappedThrowable() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the throwable that was mapped to a response.
- getMatchedModelResource() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
- getMatchedResourceLocators() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get resource locators matched since beginning of a matching.
- getMatchedResourceMethod() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
- getMatchedResources() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of the currently matched resource class instances.
- getMatchedResults() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get a read-only list of
MatchResult
for matched resources.
- getMatchedRuntimeResources() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Return all matched
runtime resources
including runtime resources
based on child resources.
- getMatchedTemplates() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get a read-only list of
UriTemplate
for matched resources.
- getMatchedURIs() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatchedURIs(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get a read-only list of URIs for matched resources.
- getMatrixParameters() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get a map of the matrix parameters associated with the path segment.
- getMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- getMaxAge() - Method in class jakarta.ws.rs.core.NewCookie
-
Get the maximum age of the the cookie in seconds.
- getMaximumDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns the maximum duration (processing time) in milliseconds of the request processing measured
in the time window.
- getMaximumPoolSize() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the maximum number of threads to allow in the thread pool.
- getMaxStringLength() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns a conservative estimate of the maximum length of the strings contained in the class's
constant pool table.
- getMediaType() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the mediaType property.
- getMediaType() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the mediaType property.
- getMediaType() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in class jakarta.ws.rs.client.Entity
-
Get entity media type.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the media type of the entity.
- getMediaType() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the media type of the request entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Response
-
Get the media type of the message entity.
- getMediaType() - Method in class jakarta.ws.rs.core.Variant
-
Get the media type of the variant.
- getMediaType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get media type of HTTP entity.
- getMediaType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
- getMediaType() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the media type of the entity.
- getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getMediaType() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get the media type of the entity.
- getMediaType() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getMessage() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
Human-readable description of the issue.
- getMessage() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
-
- getMessage() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
Human-readable description of the issue.
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
-
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body reader that matches a set of criteria.
- getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyReaderMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReaderMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyReadersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyReadersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyReader
s that are suitable for the given type
.
- getMessageBodyWorkers() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.Providers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.internal.JaxrsProviders
-
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a message body writer that matches a set of criteria.
- getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the most acceptable media type supported for a Java type given a set of
acceptable media types.
- getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWriterMediaTypesByType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWriterMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- getMessageBodyWritersForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getMessageBodyWritersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyWriter
s that are suitable for the given type
.
- getMessages() - Method in exception org.glassfish.jersey.internal.Errors.ErrorMessagesException
-
Get encountered error messages.
- getMetadata() - Method in class jakarta.ws.rs.core.Response
-
- getMetadata() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getMetaMethodAnnotations(Class<T>) - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get all instances of the specified meta-annotation type found on the method
annotations.
- getMethod() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the request method.
- getMethod() - Method in interface jakarta.ws.rs.core.Request
-
Get the request method, e.g.
- getMethod() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getMethod() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get the underlying Java method.
- getMethod() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getMethodDescriptor(Type, Type...) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given argument and return types.
- getMethodDescriptor(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given method.
- getMethodName() - Method in exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Returns the name of the method.
- getMethodName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the name of the Java method.
- getMethodOrResource() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the methodOrResource property.
- getMethodOrResource() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the methodOrResource property.
- getMethodStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
- getMethodType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the given method descriptor.
- getMethodType(Type, Type...) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the method
Type
corresponding to the given argument and return types.
- getMinimumDuration() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns the minimum duration (processing time) in milliseconds of the request processing measured
in the time window.
- getModel(Class<?>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get a model for a given component class, or null
if no such component is registered
in the component bag.
- getModelEnhancer(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
An extension point that provides a way how to define a custom enhancement/update
operation of a contract provider model registration being produced for a given
component class.
- getModelProcessors() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getMultivaluedParameterExtractorProvider() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getName() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the name property.
- getName() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the name property.
- getName() - Method in class jakarta.ws.rs.core.Cookie
-
Get the name of the cookie.
- getName() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get event name.
- getName() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns the name of this constant.
- getName() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the name of the field or method designated by this handle.
- getName() - Method in interface org.glassfish.jersey.client.inject.ParameterUpdater
-
Name of the parameter to be udpated
- getName() - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
-
- getName() - Method in interface org.glassfish.jersey.client.spi.Connector
-
Get name of current connector.
- getName() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
-
- getName() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the resource name.
- getName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMXBean
-
Get the name of the resource.
- getName() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the name of the Web component.
- getName() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
-
- getName() - Method in class org.glassfish.jersey.servlet.WebServletConfig
-
- getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get name bindings of the built contract provider model.
- getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider
-
- getNameBindings() - Method in interface org.glassfish.jersey.model.NameBound
-
Get the collection of name bindings attached to this component.
- getNameBindings() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
- getNameBoundReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound reader interceptor map.
- getNameBoundReaderInterceptorsInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound reader interceptor inverse map.
- getNameBoundRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound request filters.
- getNameBoundRequestFiltersInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound request filter inverse map.
- getNameBoundResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound response filters.
- getNameBoundResponseFiltersInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound response filter inverse map.
- getNameBoundWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound writer interceptor map.
- getNameBoundWriterInterceptorsInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound writer interceptor inverse map.
- getNames() - Method in class org.glassfish.jersey.server.model.Resource
-
Return a list of resource names.
- getNames() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the list of template names.
- getNameToPattern() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the map of template names to patterns.
- getNoCacheFields() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the value of the no-cache cache control directive.
- getNormalizedTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the normalized template.
- getNumberOfExplicitCharacters() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of characters in the regular expression not resulting
from conversion of template variables.
- getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the number of explicit regular expressions.
- getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of explicit regular expressions declared in the template variables.
- getNumberOfLiteralCharacters() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the number of literal characters.
- getNumberOfRegexGroups() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the number of regular expression groups
- getNumberOfRegexGroups() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of regular expression groups
- getNumberOfTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the number of template variables.
- getObjectType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the given internal name.
- getOffset() - Method in class jersey.repackaged.org.objectweb.asm.Label
-
Returns the bytecode offset corresponding to this label.
- getOpcode(int) - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns a JVM instruction opcode adapted to this
Type
.
- getOption() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the option property.
- getOptionalProperty(String, Class<T>) - Method in interface org.glassfish.jersey.spi.ExternalConfigurationModel
-
Get value of a property as a definite type
property may not exist, an empty Optional object is returned in case of an empty property
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Doc
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Include
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Link
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Method
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Option
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Param
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Representation
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Request
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resource
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Resources
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOtherAttributes() - Method in class com.sun.research.ws.wadl.Response
-
Gets a map that contains attributes that aren't bound to any typed property on this class.
- getOutputStream() - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Get the output stream for the object to be written.
- getOutputStream() - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
-
- getOutputStream(int) - Method in interface org.glassfish.jersey.message.internal.OutboundMessageContext.StreamProvider
-
Get the output stream.
- getOutputStream() - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- getOwner() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the internal name of the class that owns the field or method designated by this handle.
- getPackageResources(String, ClassLoader, boolean) - Method in class org.glassfish.jersey.internal.OsgiRegistry
-
Get URLs of resources from a given package.
- getParam() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the param property.
- getParam() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the param property.
- getParameterAnnotationHelperMap() - Method in class org.glassfish.jersey.model.Parameter.ParameterService
-
- getParameterAnnotationHelperMap() - Method in class org.glassfish.jersey.server.model.Parameter.ServerParameterService
-
- getParameterAnnotations() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get method parameter annotations.
- getParameterCreationFactory() - Method in class org.glassfish.jersey.model.Parameter.ParameterService
-
- getParameterCreationFactory() - Method in class org.glassfish.jersey.server.model.Parameter.ServerParameterService
-
- getParameterName() - Method in exception org.glassfish.jersey.server.ParamException
-
Get the parameter name.
- getParameters() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for a read-only parameter map.
- getParameters() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
-
Get the parameters.
- getParameters() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
-
- getParameters() - Method in class org.glassfish.jersey.server.model.Invocable
-
- getParameters() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the parameters associated directly with the resource method handler, if any
(e.g.
- getParameters() - Method in class org.glassfish.jersey.server.model.Parameter.BeanParameter
-
- getParameters() - Method in interface org.glassfish.jersey.server.model.Parameterized
-
Provides access to all parameters associated with given Parameterized instance.
- getParameterType() - Method in exception org.glassfish.jersey.server.ParamException
-
Get the type of the parameter annotation.
- getParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get method parameter types.
- getParameterUpdaterProvider() - Method in class org.glassfish.jersey.client.ClientBootstrapBag
-
- getParameterValues(List<ParamValueFactoryWithSource<?>>, ContainerRequest) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
-
Get the array of parameter values.
- getParams() - Method in class jakarta.ws.rs.core.Link
-
Returns an immutable map that includes all the link parameters defined on this link.
- getParams() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Get the parameter map for this link.
- getParams() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getParent() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the parent resource for this resource model or null
in case this
resource is a top-level resource and does not have a parent.
- getParent() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the parent resource for this resource method model.
- getParent() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get parent of this runtime resource.
- getParentResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
- getParser() - Method in class org.glassfish.jersey.client.ChunkedInput
-
Get the underlying chunk parser.
- getPath() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the path property.
- getPath() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the path property.
- getPath() - Method in class jakarta.ws.rs.core.Cookie
-
Get the path of the cookie.
- getPath() - Method in interface jakarta.ws.rs.core.PathSegment
-
Get the path segment.
- getPath() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPath(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a string.
- getPath(boolean) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the path of the current request relative to the application root (base)
URI as a string.
- getPath(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
-
Get the resource class
@Path
annotation.
- getPath() - Method in class org.glassfish.jersey.server.model.Resource
-
- getPath() - Method in interface org.glassfish.jersey.server.model.Routed
-
Get the path direct assigned to the component.
- getPath() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the sub resource method path of the method.
- getPathParameters() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the values of any embedded URI template parameters.
- getPathPattern() - Method in class org.glassfish.jersey.server.model.Resource
-
- getPathPattern() - Method in interface org.glassfish.jersey.server.model.Routed
-
Get the path pattern that can be used for matching the remaining
request URI against this component represented by this model.
- getPathPattern() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get path pattern for matching purposes.
- getPathSegments() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
.
- getPathSegments(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the path of the current request relative to the base URI as a list of
PathSegment
.
- getPathSegments(String) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the path segments that contain a template variable.
- getPathSegments(String, boolean) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the path segments that contain a template variable.
- getPattern() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the pattern.
- getPattern() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the URI pattern.
- getPostConstructMethod(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
-
- getPreDestroyMethod(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
-
- getPreferredCookie(NewCookie, NewCookie) - Static method in class org.glassfish.jersey.message.internal.HeaderUtils
-
Compare two NewCookies having the same name.
- getPreferredDateFormat() - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
-
Get the preferred HTTP specified date format (RFC 1123).
- getPreMatchFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
- getPrimaryTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- getPriority(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the provider contract priority, if set, default component provider, if not set.
- getPriority(RankedProvider<T>) - Method in class org.glassfish.jersey.model.internal.RankedComparator
-
- getPriority() - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider
-
Gets the priority of this provider.
- getPrivateFields() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the value of the private cache control directive.
- getProcessingProviders() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getProducedTypes() - Method in interface org.glassfish.jersey.server.model.Producing
-
Get the produced media types supported by the component.
- getProducedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
- getProducesMediaType() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the string with media types produced by this method, enclosed in double quotas and
separated by a comma (e.g.
- getProfile() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the profile property.
- getProperties() - Method in class jakarta.ws.rs.core.Application
-
Get a map of custom application-wide properties.
- getProperties() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the immutable bag of configuration properties.
- getProperties() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getProperties() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getProperties() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get the map of configuration properties converted to strings.
- getProperties() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getProperties() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
-
- getProperties() - Method in interface org.glassfish.jersey.spi.ExternalConfigurationProvider
-
Map of properties from the model (external config file)
- getPropertiesDelegate() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the underlying properties delegate.
- getProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or null
if there is no property by that name.
- getProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns the property with the given name registered in the current request/response exchange context, or null
if there is no property by that name.
- getProperty(String) - Method in interface jakarta.ws.rs.core.Configuration
-
Get the value for the property with a given name.
- getProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns the property with the given name registered in the current request/response exchange context, or null
if there is no property by that name.
- getProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
-
- getProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
- getProperty(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Returns the property with the given name registered in the current request/response
exchange context, or null
if there is no property by that name.
- getProperty(String) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
-
- getProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Returns the property with the given name registered in the current request/response
exchange context, or null
if there is no property by that name.
- getProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
-
- getProperty(String) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getPropertyNames() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Returns an immutable
collection
containing the property names available within the context of the
current request/response exchange context.
- getPropertyNames() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Returns an immutable
collection
containing the property names available within the
context of the current request/response exchange context.
- getPropertyNames() - Method in interface jakarta.ws.rs.core.Configuration
-
Returns an immutable
collection
containing the property names available within the
context of the current configuration instance.
- getPropertyNames() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Returns an immutable
collection
containing the property names available within the
context of the current request/response exchange context.
- getPropertyNames() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getPropertyNames() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getPropertyNames() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Returns an immutable
collection
containing the property names
available within the context of the current request/response exchange context.
- getPropertyNames() - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
-
- getPropertyNames() - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Returns an immutable
collection
containing the property
names available within the context of the current request/response exchange context.
- getPropertyNames() - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
-
- getPropertyNames() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getPropertyNames() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getPropertyNames() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getProvider() - Method in class org.glassfish.jersey.model.internal.RankedProvider
-
- getProviderClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get classes of registered providers.
- getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get registered providers available in the runtime.
- getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get registered providers available in the runtime.
- getQualifiedAcceptableLanguages() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get a list of languages that are acceptable for the message.
- getQualifiedAcceptableMediaTypes() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get a list of media types that are acceptable for a request.
- getQualifiedAcceptCharset() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the list of language tag from the "Accept-Charset" of an HTTP request.
- getQualifiedAcceptEncoding() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get the list of language tag from the "Accept-Charset" of an HTTP request.
- getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableLanguageTag
-
- getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
- getQuality() - Method in class org.glassfish.jersey.message.internal.AcceptableToken
-
- getQuality(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Reads quality factor from given media type.
- getQuality() - Method in interface org.glassfish.jersey.message.internal.Qualified
-
Get quality factor value (in [ppt]).
- getQuality() - Method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Get quality source factor value (in [ppt]).
- getQualitySource(MediaType) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
Extract quality source information from the supplied
MediaType
value.
- getQueryParameters() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryParameters(boolean) - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the URI query parameters of the current request.
- getQueryType() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the queryType property.
- getRank() - Method in class org.glassfish.jersey.model.internal.RankedProvider
-
- getRawResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
-
Get the resource method raw response type.
- getRawRoutingResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
-
- getRawType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets the raw type of the enclosed entity.
- getRawType() - Method in class jakarta.ws.rs.core.GenericType
-
Returns the object representing the class or interface that declared the type represented by this generic type
instance.
- getRawType() - Method in class org.glassfish.jersey.model.Parameter
-
Get raw type information for the parameter.
- getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get reader interceptors of this request.
- getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getReaderInterceptors() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get reader interceptors bound to this context.
- getReaderInterceptors() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get all reader interceptors applicable to this request.
- getReaderInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
Get all writer interceptors applicable to the
resource method
wrapped by this invoker.
- getReaderModelsForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getReaderModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyReader
models that are suitable for the given type
.
- getReaders(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getReaders(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the map of media type to list of message body writers that are compatible with
a media type.
- getReasonPhrase() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the reason phrase.
- getReasonPhrase() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the reason phrase.
- getReconnectDelay() - Method in interface jakarta.ws.rs.sse.SseEvent
-
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a
connection to the SSE event source is lost.
- getReference() - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionRequestScope.Instance
-
Get a "new" reference of the scope instance.
- getReference() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
Get a "new" reference of the scope instance.
- getReference() - Method in interface org.glassfish.jersey.process.internal.RequestContext
-
Get a "new" reference of the scope instance.
- getRegex() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get regular expression of path pattern of this runtime resource.
- getRegex() - Method in class org.glassfish.jersey.uri.PatternWithGroups
-
Get the regular expression.
- getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get resource classes registered by the user in the current application.
- getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get resource classes registered by the user in the current application.
- getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get a set of string names of resource classes registered by the user.
- getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get resource instances registered by the user in the current application.
- getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get resource instances registered by the user in the current application.
- getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get a set of string names of classes of user registered instances.
- getRegistrations() - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Get an unmodifiable view of all component classes, for which a registration exists
(either class or instance based) in the component bag.
- getRejectedExecutionHandler() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the handler for tasks that could not be executed by the provisioned thread pool executor.
- getRel() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the rel property.
- getRel() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link rel
param, or null
if this param is not specified.
- getRel() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getRels() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link rel
param as a list of strings or the empty list if rel
is
not defined.
- getRels() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getRemainder() - Method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- getRepresentation() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the representation property.
- getRepresentation() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the representation property.
- getRequest() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the request property.
- getRequest() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the injectable request information.
- getRequest() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getRequestContext() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the associated client request context paired with this response context.
- getRequestContext() - Method in class org.glassfish.jersey.server.ContainerResponse
-
Get the associated container request context paired with this response context.
- getRequestCookies() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get any cookies that accompanied the request.
- getRequestCookies() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get any cookies that accompanied the message.
- getRequestCount() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns the count of requests received measured in the time window.
- getRequestExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
Get
execution statistics
that contain measurements of times for
whole processing from time when request comes into the Jersey application until the response
is written to the underlying IO container.
- getRequestFilters() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
Get all bound request filters applicable to the
resource method
wrapped by this invoker.
- getRequestHeader(String) - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the values of a HTTP request header.
- getRequestHeader(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
- getRequestHeader(String) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the values of a HTTP request header.
- getRequestHeaders() - Method in interface jakarta.ws.rs.core.HttpHeaders
-
Get the values of HTTP request headers.
- getRequestHeaders() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getRequestHeaders() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the values of HTTP request headers.
- getRequestScope() - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- getRequestScopedInitializer() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get a custom container extensions initializer for the current request.
- getRequestsPerSecond() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns average value of how many requests per second were received by application in the time window.
- getRequestStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get the global application statistics of request execution.
- getRequestStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
Get
execution statistics
that contain measurements of times for
whole processing from time when request comes into the Jersey application until the response
is written to the underlying IO container.
- getRequestUri() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI including any query parameters.
- getRequestUri() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get request URI.
- getRequestUriBuilder() - Method in interface jakarta.ws.rs.core.UriInfo
-
Get the absolute request URI in the form of a UriBuilder.
- getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- getRequiredJaxbContextPath() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
The jaxb context path that is used when the generated wadl application is marshalled
to a file.
- getResolvedRequestUri() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the absolute URI of the ultimate request made to receive this response.
- getResource() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the resource property.
- getResource(Class<T>) - Method in interface jakarta.ws.rs.container.ResourceContext
-
Get a resolved instance of a resource or sub-resource class.
- getResource(Class<T>) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
-
- getResource() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Provide actual resource instance that will get validated.
- getResourceBag() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getResourceBundle(String) - Method in class org.glassfish.jersey.internal.OsgiRegistry
-
Tries to load resource bundle via OSGi means.
- getResourceClass() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource class that is the target of a request, or null
if this information is not available.
- getResourceClass() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
- getResourceClassStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get the statistics for each resource
Class
that is deployed in the application.
- getResourceConfig() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get resource config associated with the application.
- getResourceConfig() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get the resource config.
- getResourceContext() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getResourceLocator() - Method in class org.glassfish.jersey.server.model.Resource
-
Provides a resource locator available on the resource.
- getResourceLocator() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Return the resource locator of this resource.
- getResourceLocators() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get resource locators of all
resources
of this runtime resource.
- getResourceMethod() - Method in interface jakarta.ws.rs.container.ResourceInfo
-
Get the resource method that is the target of a request, or null
if this information is not available.
- getResourceMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
- getResourceMethod() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
- getResourceMethodExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
- getResourceMethodInvokerBuilder() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getResourceMethods() - Method in class org.glassfish.jersey.server.model.Resource
-
Provides a non-null list of resource methods available on the resource.
- getResourceMethods() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get resource methods (excluding resource locators) of all
resources
of this runtime resource.
- getResourceMethodStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
Return the statistics for resource method.
- getResourceModel() - Method in interface org.glassfish.jersey.server.ExtendedResourceContext
-
Return
resource model
from which the current jersey application is built.
- getResourceModel() - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
-
- getResourceModel() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get the resource model of the application.
- getResourceModel() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getResources() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the resources property.
- getResources() - Method in class org.glassfish.jersey.server.model.ResourceModel
-
Return all resources from this resource model.
- getResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get resources creating this runtime resource.
- getResources() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getResources() - Method in interface org.glassfish.jersey.server.ServerConfig
-
Get programmatically modeled resources.
- getResourceType() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the resourceType property.
- getResourceTypeOrMethodOrRepresentation() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the resourceTypeOrMethodOrRepresentation property.
- getResponse() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the response property.
- getResponse() - Method in exception jakarta.ws.rs.client.ResponseProcessingException
-
Get the HTTP response for which the processing has failed.
- getResponse() - Method in exception jakarta.ws.rs.WebApplicationException
-
Get the HTTP response.
- getResponseCodes() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
-
Returns statistics of response codes produces by the application.
- getResponseCodesToCountMap() - Method in interface org.glassfish.jersey.server.monitoring.ResponseMXBean
-
Returns statistics of response codes produces by the application.
- getResponseContext() - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
-
- getResponseContext() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
-
- getResponseCookies() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get any new cookies set on the response message.
- getResponseCookies() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get any new cookies set on the message message.
- getResponseFilters() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
Get all bound response filters applicable to the
resource method
wrapped by this invoker.
- getResponseStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get global application response statistics.
- getResponseStatus() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
-
- getResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
-
Get the resource method generic response type information.
- getResponseWriter() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the container response writer for the current request.
- getRetryTime(Date) - Method in exception jakarta.ws.rs.ServiceUnavailableException
-
Get the retry time for the failed request.
- getReturnType() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the return type of methods of this type.
- getReturnType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the return type of the given method descriptor.
- getReturnType(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the return type of the given method.
- getRev() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the rev property.
- getRootResources() - Method in class org.glassfish.jersey.server.model.ResourceModel
-
Return root resources from this resource model.
- getRoutingResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
-
Get the response type of the
Invocable.handlingMethod
that will be used during
the routing for the purpose
of selection of the resource method.
- getRuntimeConfig() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getRuntimeResourceModel() - Method in class org.glassfish.jersey.server.model.ResourceModel
-
- getRuntimeResources() - Method in class org.glassfish.jersey.server.model.RuntimeResourceModel
-
Get list of runtime resources from this model (excluding child resources which are accessible in the
returned resources).
- getRuntimeType() - Method in interface jakarta.ws.rs.core.Configuration
-
Get the runtime type of this configuration context.
- getRuntimeType() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getRuntimeType() - Method in class org.glassfish.jersey.internal.AbstractServiceFinderConfigurator
-
Mainly aimed to provide runtime type to abstract classes which extends this finder
- getRuntimeType() - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- getRuntimeType() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getRxInvoker(SyncInvoker, ExecutorService) - Method in interface jakarta.ws.rs.client.RxInvokerProvider
-
- getScheduledExecutorService() - Method in class org.glassfish.jersey.client.ClientConfig
-
Get custom client scheduled executor service.
- getScheduledExecutorService() - Method in class org.glassfish.jersey.client.JerseyClient
-
- getScope() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
-
- getScope() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Get the scope of the built contract provider model.
- getScope() - Method in class org.glassfish.jersey.model.ContractProvider
-
- getScope() - Method in interface org.glassfish.jersey.model.Scoped
-
Get model component scope.
- getSecurityContext() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get the injectable security context information for the current request.
- getSecurityContext() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getServletConfig() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the corresponding ServletConfig if this WebConfig represents a ServletConfig
- getServletConfig() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
-
- getServletConfig() - Method in class org.glassfish.jersey.servlet.WebServletConfig
-
- getServletContext() - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Get the servlet context for the servlet or filter, depending on
how this class is registered.
- getServletContext() - Method in interface org.glassfish.jersey.servlet.WebConfig
-
Get the ServletContext
.
- getServletContext() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
-
- getServletContext() - Method in class org.glassfish.jersey.servlet.WebServletConfig
-
- getSeverity() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
- getSeverity() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
- getSingletons() - Method in class jakarta.ws.rs.core.Application
-
Get a set of root resource, provider and
feature
instances.
- getSingletons() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface jakarta.ws.rs.ext.MessageBodyWriter
-
Originally, the method has been called before writeTo
to ascertain the length in bytes of the serialized form
of t
.
- getSize() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns the size of this constant.
- getSize() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the size of values of this type.
- getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
- getSize(byte[], Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
-
- getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.FileProvider
-
- getSize(InputStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
-
- getSize(Source, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
-
- getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.StreamingOutputProvider
-
- getSize(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
-
- getSMaxAge() - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- getSNIHostName() - Method in class org.glassfish.jersey.client.innate.http.SSLParamConfigurator
-
Get the host name either set by the request URI or by
HttpHeaders.HOST
header if it differs from HTTP request host name.
- getSNIUri() - Method in class org.glassfish.jersey.client.innate.http.SSLParamConfigurator
-
- getSort() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the sort of this type.
- getSort() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the sort of this type reference.
- getSortedGlobalReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global reader interceptors sorted by priority.
- getSortedGlobalRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global request filters sorted by priority.
- getSortedGlobalResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global response filters sorted by priority.
- getSortedGlobalWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global writer interceptors sorted by priority.
- getSource() - Method in class org.glassfish.jersey.internal.Errors.ErrorMessage
-
The issue source.
- getSource() - Method in class org.glassfish.jersey.model.Parameter
-
Get the parameter value source type.
- getSource() - Method in interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper
-
- getSource() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
The issue source.
- getSource() - Method in class org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
-
Returns
Parameter.Source
which closely determines a function of the current supplier.
- getSourceAnnotation() - Method in class org.glassfish.jersey.model.Parameter
-
Get the parameter source annotation.
- getSourceName() - Method in class org.glassfish.jersey.model.Parameter
-
Get the parameter source name, i.e.
- getSslContext() - Method in interface jakarta.ws.rs.client.Client
-
Get the SSL context configured to be used with the current client run-time.
- getSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
-
- getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get the start time of the application.
- getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get the start time of the application (when application was initialized).
- GETSTATIC - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- getStaticContentPattern() - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Get the static content path pattern.
- getStatus() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the status property.
- getStatus() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the status code associated with the response.
- getStatus() - Method in class jakarta.ws.rs.core.Response
-
Get the status code associated with the response.
- getStatus() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getStatus() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getStatus() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getStatusCode() - Method in enum jakarta.ws.rs.core.Response.Status
-
Get the associated status code.
- getStatusCode() - Method in interface jakarta.ws.rs.core.Response.StatusType
-
Get the associated status code.
- getStatusInfo() - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in class jakarta.ws.rs.core.Response
-
Get the complete status information associated with the response.
- getStatusInfo() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getStatusInfo() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getStatusInfo() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getStep(int) - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the index of the type argument that the given step is stepping into.
- getStringHeaders() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Get a string view of header values associated with the message.
- getStringHeaders() - Method in class jakarta.ws.rs.core.Response
-
Get view of the response headers and their string values.
- getStringHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- getStringHeaders() - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Get a multi-valued map representing outbound message headers with their values converted
to strings.
- getStringHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getStyle() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the style property.
- getSubTags() - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- getSubtype() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for subtype.
- getSuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
-
Get count of all successful exception mappings.
- getSuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Get count of all successful exception mappings.
- getSuperName() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- getSuperTypeIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the "super type" of a class that is referenced by this type reference.
- getSupportedEncodings() - Method in class org.glassfish.jersey.spi.ContentEncoder
-
Returns values of Content-Encoding header supported by this encoder.
- getSuspendTimeout() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
- getSuspendTimeout() - Method in interface org.glassfish.jersey.server.model.Suspendable
-
Get the suspend timeout value in the given
time unit
.
- getSuspendTimeoutUnit() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
- getSuspendTimeoutUnit() - Method in interface org.glassfish.jersey.server.model.Suspendable
-
- getSyncInvoker() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
Return invocation builder this reactive invoker was initialized with.
- getTag() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the kind of field or method designated by this handle.
- getTag() - Method in class org.glassfish.jersey.message.internal.LanguageTag
-
- getTemplate() - Method in class org.glassfish.jersey.uri.internal.UriTemplateParser
-
Get the template.
- getTemplate() - Method in class org.glassfish.jersey.uri.PathPattern
-
- getTemplate() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the URI template as a String.
- getTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
-
Get the list of template variables for the template.
- getTerminationTimeout() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the provisioned thread pool executor termination time out (in milliseconds).
- getThrowables() - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
-
Get the mutable
Deque
of unhandled
Throwables
occurred during the request (including previous
PostInvocationInterceptor
processing).
- getTimeWindow() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns the size of time window in milliseconds.
- getTimeWindowStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
-
Returns time window statistics for available time window sizes.
- getTitle() - Method in class com.sun.research.ws.wadl.Doc
-
Gets the value of the title property.
- getTitle() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link title
param, or null
if this param is not specified.
- getTitle() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getToken() - Method in class org.glassfish.jersey.message.internal.Token
-
- getTotalMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
-
Get count of exception mappings that were performed on exceptions.
- getTotalMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Get count of exception mappings that were performed on exceptions.
- getTryCatchBlockIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they are visited with
visitTryCatchBlock), whose 'catch' type is referenced by this type reference.
- getType() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the type property.
- getType() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the type property.
- getType() - Method in class jakarta.ws.rs.core.GenericEntity
-
Gets underlying Type
instance.
- getType() - Method in class jakarta.ws.rs.core.GenericType
-
Retrieve the type represented by the generic type instance.
- getType() - Method in class jakarta.ws.rs.core.Link
-
Returns the value associated with the link type
param, or null
if this param is not specified.
- getType() - Method in class jakarta.ws.rs.core.MediaType
-
Getter for primary type.
- getType() - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Get Java type supported by corresponding message body provider.
- getType() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent
-
Get data type.
- getType(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the given type descriptor.
- getType(Class<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the
Type
corresponding to the given class.
- getType(Constructor<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the method
Type
corresponding to the given constructor.
- getType(Method) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the method
Type
corresponding to the given method.
- getType() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getType() - Method in class org.glassfish.jersey.model.Parameter
-
Get generic type information for the parameter.
- getType() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the JAX-RS method type.
- getType() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Return the type of the event.
- getType() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Returns the
type
of this event.
- getType() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
-
- getTypeArgumentIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeParameterBoundIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the type parameter bound, within the type parameter
getTypeParameterIndex()
, referenced by this type reference.
- getTypeParameterIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the type parameter referenced by this type reference.
- getTypeParameters() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get method type parameters.
- getTypeWildCart(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Returns MediaType with wildcard in subtype.
- getUnsuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
-
Get count of all unsuccessful exception mappings.
- getUnsuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Get count of all unsuccessful exception mappings.
- getUri() - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Get the request URI.
- getUri() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI identifying the resource.
- getUri() - Method in class jakarta.ws.rs.core.Link
-
Returns the underlying URI associated with this link.
- getUri() - Method in class jakarta.ws.rs.core.Link.JaxbLink
-
Get the underlying URI for this link.
- getUri() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getUri() - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- getUri() - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Get the request URI.
- getUri() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getUriBuilder() - Method in interface jakarta.ws.rs.client.WebTarget
-
Get the URI builder initialized with the
URI
of the current resource target.
- getUriBuilder() - Method in class jakarta.ws.rs.core.Link
-
Convenience method that returns a
UriBuilder
initialized with this link's underlying URI.
- getUriBuilder() - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- getUriBuilder() - Method in class org.glassfish.jersey.message.internal.JerseyLink
-
- getUriInfo() - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Get request URI information.
- getUriInfo() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getUriInfo() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
- getUriStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get the statistics for each URI that is exposed in the application.
- getUserPrincipal() - Method in interface jakarta.ws.rs.core.SecurityContext
-
Returns a java.security.Principal
object containing the name of the current authenticated user.
- getValue() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the value property.
- getValue() - Method in class jakarta.ws.rs.core.Cookie
-
Get the value of the cookie.
- getValue() - Method in class jakarta.ws.rs.core.EntityTag
-
Get the value of an EntityTag
.
- getValue() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the int encoded value of this type reference, suitable for use in visit methods related
to type annotations, like visitTypeAnnotation.
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.client.ClientProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, Class<T>) - Static method in class org.glassfish.jersey.CommonProperties
-
Get the value of the specified property.
- getValue() - Method in class org.glassfish.jersey.message.internal.ParameterizedHeader
-
Get the value.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.server.ServerProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, RuntimeType, String, T, Class<T>) - Static method in class org.glassfish.jersey.server.ServerProperties
-
Get the value of the specified property.
- getValueOf(T) - Method in interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper
-
- getValueParamProviders() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getValueProvider(Parameter) - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider
-
Get an injected value provider for the parameter.
- getValues(K) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Return a non-null list of values for a given key.
- getVariant() - Method in class jakarta.ws.rs.client.Entity
-
- getVaryValue() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the value of HTTP Vary response header to be set in the response,
or null
if no value is to be set.
- getVersion() - Method in class jakarta.ws.rs.core.Cookie
-
Get the version of the cookie.
- getVersion() - Static method in class org.glassfish.jersey.internal.Version
-
Get Jersey version.
- getWadl(UriInfo) - Method in class org.glassfish.jersey.server.wadl.internal.WadlResource
-
- getWebComponent() - Method in class org.glassfish.jersey.servlet.ServletContainer
-
- getWeight() - Method in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
- getWeight() - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider.PriorityType
-
Returns the weight of this priority.
- getWorkers() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get the message body workers associated with the request.
- getWorkers() - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Get context message body workers.
- getWorkQueue() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the work queue for the provisioned thread pool executor.
- getWrappedMessageContext() - Method in class org.glassfish.jersey.server.ContainerResponse
-
Get the wrapped response message context.
- getWrappedStream() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Get the wrapped input stream instance.
- getWriterInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get writer interceptors of this request.
- getWriterInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
Get all reader interceptors applicable to the
resource method
wrapped by this invoker.
- getWriters(MediaType) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getWriters(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the map of media type to list of message body writers that are compatible with
a media type.
- getWritersModelsForType(Class<?>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- getWritersModelsForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyWriter
models that are suitable for the given type
.
- GOTO - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- grammars - Variable in class com.sun.research.ws.wadl.Application
-
- Grammars - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Grammars() - Constructor for class com.sun.research.ws.wadl.Grammars
-
- GZipEncoder - Class in org.glassfish.jersey.message
-
GZIP encoding support.
- GZipEncoder() - Constructor for class org.glassfish.jersey.message.GZipEncoder
-
Initialize GZipEncoder.
- RankedComparator<T> - Class in org.glassfish.jersey.model.internal
-
Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase
(
Configuration
) in
ranked provider
.
- RankedComparator() - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
-
- RankedComparator(RankedComparator.Order) - Constructor for class org.glassfish.jersey.model.internal.RankedComparator
-
- RankedComparator.Order - Enum in org.glassfish.jersey.model.internal
-
Defines which ordering should be used for sorting.
- RankedProvider<T> - Class in org.glassfish.jersey.model.internal
-
Jersey ranked provider model.
- RankedProvider(T) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
-
Creates a new RankedProvider
instance.
- RankedProvider(T, int) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
-
Creates a new RankedProvider
instance for given provider
with specific rank
(> 0).
- RankedProvider(T, int, Set<Type>) - Constructor for class org.glassfish.jersey.model.internal.RankedProvider
-
Creates a new RankedProvider
instance for given provider
with specific rank
(> 0).
- RC_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The resource configuration is not modifiable in this context.
- read(ClassReader, int, int, char[], int, Label[]) - Method in class jersey.repackaged.org.objectweb.asm.Attribute
-
- read() - Method in class org.glassfish.jersey.client.ChunkedInput
-
Read next chunk from the response stream and convert it to a Java instance
using the
chunk media type
.
- read() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- read(byte[]) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- read(byte[], int, int) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- READ_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Read timeout interval, in milliseconds.
- readAcceptLanguage(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readAcceptMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readAcceptMediaType(String, List<QualitySourceMediaType>) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readAcceptToken(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readByte(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- readChunk(InputStream) - Method in interface org.glassfish.jersey.client.ChunkParser
-
- readClass(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a CONSTANT_Class constant pool entry in this
ClassReader
.
- readConst(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a numeric or string constant pool entry in this
ClassReader
.
- readCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readCookies(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readData() - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Get the original event data as
String
.
- readData(Class<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given Java type.
- readData(GenericType<T>) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given generic type.
- readData(Class<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given Java type.
- readData(GenericType<T>, MediaType) - Method in interface jakarta.ws.rs.sse.InboundSseEvent
-
Read event data as a given generic type.
- readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpDateFormat
-
Read a date.
- readDate(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readEntity(Class<T>) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type.
- readEntity(GenericType<T>) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type.
- readEntity(Class<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type.
- readEntity(GenericType<T>, Annotation[]) - Method in class jakarta.ws.rs.core.Response
-
Read the message entity input stream as an instance of specified Java type using a
MessageBodyReader
that supports mapping the message entity stream onto the requested type.
- readEntity(Class<T>) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type
using a
MessageBodyReader
that supports mapping the
message entity stream onto the requested type.
- readEntity(GenericType<T>) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type
using a
MessageBodyReader
that supports mapping the
message entity stream onto the requested type.
- readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type
using a
MessageBodyReader
that supports mapping the
message entity stream onto the requested type.
- readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
-
Read the message entity input stream as an instance of specified Java type
using a
MessageBodyReader
that supports mapping the
message entity stream onto the requested type.
- readEntity(Class<T>, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type, PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type, Annotation[], PropertiesDelegate) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Read entity from a context entity input stream.
- readEntity(Class<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- readEntity(GenericType<T>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse
-
- readEntity(Class<T>) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Read entity from a context entity input stream.
- readEntity(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Read entity from a context entity input stream.
- ReaderInterceptor - Interface in jakarta.ws.rs.ext
-
- ReaderInterceptorContext - Interface in jakarta.ws.rs.ext
-
Context class used by
ReaderInterceptor
to intercept calls to (@link
jakarta.ws.rs.ext.MessageBodyReader#readFrom}.
- ReaderInterceptorExecutor - Class in org.glassfish.jersey.message.internal
-
Represents reader interceptor chain executor for both client and server side.
- ReaderModel - Class in org.glassfish.jersey.message
-
- ReaderModel(MessageBodyReader, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.ReaderModel
-
Create new reader model instance.
- ReaderProvider - Class in org.glassfish.jersey.message.internal
-
- ReaderProvider() - Constructor for class org.glassfish.jersey.message.internal.ReaderProvider
-
- readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
Convert a map media type to list of message body readers to a string.
- ReaderWriter - Class in org.glassfish.jersey.message.internal
-
A utility class for reading and writing using byte and character streams.
- readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface jakarta.ws.rs.ext.MessageBodyReader
-
- readFrom(M, MediaType, boolean, InputStream) - Method in class org.glassfish.jersey.message.internal.AbstractFormProvider
-
- readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ByteArrayProvider
-
- readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider
-
- readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FileProvider
-
- readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormMultivaluedMapProvider
-
- readFrom(Class<Form>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.FormProvider
-
- readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.InputStreamProvider
-
- readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in class org.glassfish.jersey.message.internal.MessageBodyFactory
-
- readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderProvider
-
- readFrom(Class<RenderedImage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.RenderedImageProvider
-
- readFrom(Class<DOMSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.DomSourceReader
-
- readFrom(Class<SAXSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
-
- readFrom(Class<StreamSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
-
- readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
- readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.AbstractMessageReaderWriterProvider
-
Read the bytes of an input stream and convert to a string.
- readFromAsString(InputStream, MediaType) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read the bytes of an input stream and convert to a string.
- readFromAsString(Reader) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Read the characters of a reader and convert to a string.
- readInt(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- readLabel(int, Label[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the label corresponding to the given bytecode offset.
- readLong(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- readMatchingEntityTag(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readMediaTypes(List<MediaType>, String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readModule(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a CONSTANT_Module constant pool entry in this
ClassReader
.
- readNewCookie(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readPackage(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a CONSTANT_Package constant pool entry in this
ClassReader
.
- readParameters(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readParameters(HttpHeaderReader, boolean) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readQualityFactor(CharSequence) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readQualityFactorParameter(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readQualitySourceMediaType(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
FIXME use somewhere in production code or remove.
- readQualitySourceMediaType(String[]) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readShort(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- readStringList(String) - Static method in class org.glassfish.jersey.message.internal.HttpHeaderReader
-
TODO javadoc.
- readTimeout(long, TimeUnit) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the read timeout.
- readTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- readUnsignedShort(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- readUTF8(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a CONSTANT_Utf8 constant pool entry in this
ClassReader
.
- RECONNECT_NOT_SET - Static variable in interface jakarta.ws.rs.sse.SseEvent
-
A "reconnection not set" value for the SSE reconnect delay set via SSE event retry
field.
- reconnectDelay(long) - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to
reconnect in case a connection to SSE event source is lost.
- reconnectingEvery(long, TimeUnit) - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Set the initial reconnect delay to be used by the event source.
- RecordComponentVisitor - Class in jersey.repackaged.org.objectweb.asm
-
A visitor to visit a record component.
- RecordComponentVisitor(int) - Constructor for class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
- RecordComponentVisitor(int, RecordComponentVisitor) - Constructor for class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
- redactHeaders(Collection<String>) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
-
- RedirectionException - Exception in jakarta.ws.rs
-
A runtime application exception indicating a request redirection (HTTP 3xx
status codes).
- RedirectionException(Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response.Status, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, int, URI) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(Response) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- RedirectionException(String, Response) - Constructor for exception jakarta.ws.rs.RedirectionException
-
Construct a new redirection exception.
- REDUCE_CONTEXT_PATH_SLASHES_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If set to true
then a container will ignore multiple slashes between a port and a context path and will resolve it
as URI with only one slash.
- reduceLeadingSlashes(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
-
Reduces the number of slashes before the path to only one slash.
- referenceCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Get a new reference for to currently running request scope context.
- referenceFactory() - Static method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
-
Get a reference factory providing an empty reference.
- referenceFactory(T) - Static method in class org.glassfish.jersey.inject.hk2.Hk2ReferencingFactory
-
Get a reference factory providing an initialized reference.
- register(Class<?>) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback class to receive lifecycle events for the asynchronous
response based on the implemented callback interfaces.
- register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response
based on the implemented callback interfaces.
- register(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instance to receive lifecycle events for the asynchronous
response based on the implemented callback interfaces.
- register(Object, Object...) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Register an asynchronous processing lifecycle callback instances to receive lifecycle events for the asynchronous
response based on the implemented callback interfaces.
- register(Class<?>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Class<?>, int) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Class<?>, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Class<?>, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register a class of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Object) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Object, int) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Object, Class<?>...) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(Object, Map<Class<?>, Integer>) - Method in interface jakarta.ws.rs.core.Configurable
-
Register an instance of a custom JAX-RS component (such as an extension provider or a
feature
meta-provider) to be instantiated and used in the scope of this configurable context.
- register(SseEventSink) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Register provided
SseEventSink
instance to this
SseBroadcaster
.
- register(Consumer<InboundSseEvent>) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
- register(Consumer<InboundSseEvent>, Consumer<Throwable>) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
- register(Consumer<InboundSseEvent>, Consumer<Throwable>, Runnable) - Method in interface jakarta.ws.rs.sse.SseEventSource
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- register(Binding) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- register(Iterable<Binding>) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- register(Binder) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- register(Object) - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Object, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- register(Binding) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
-
- register(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
-
- register(Binder) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
-
- register(Object) - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
-
- register(Binding) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
-
- register(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
-
- register(Binder) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
-
- register(Object) - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
-
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
- register(Class<?>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class using a given registration strategy.
- register(Class<?>, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider with an explicitly specified binding priority.
- register(Class<?>, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider for the specified contracts.
- register(Class<?>, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component class as a contract provider for the specified contracts.
- register(Object, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component using a given registration strategy.
- register(Object, int, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider with an explicitly specified binding priority.
- register(Object, Set<Class<?>>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider for the specified contracts.
- register(Object, Map<Class<?>, Integer>, Inflector<ContractProvider.Builder, ContractProvider>) - Method in class org.glassfish.jersey.model.internal.ComponentBag
-
Register a component as a contract provider for the specified contracts.
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.FeatureContextWrapper
-
- register(Class<?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- register(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- registerClasses(Set<Class<?>>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature
in the ResourceConfig
.
- registerClasses(Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature
in the ResourceConfig
.
- registerExecutorBindings(InjectionManager) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
-
- registerExecutorBindings(InjectionManager, List<ExecutorServiceProvider>, List<ScheduledExecutorServiceProvider>) - Static method in class org.glassfish.jersey.process.internal.ExecutorProviders
-
- registerExecutors(InjectionManager, ComponentBag, ExecutorServiceProvider, ScheduledExecutorServiceProvider, ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.process.internal.AbstractExecutorProvidersConfigurator
-
- registerFeatures(Collection<Class<T>>, BootstrapBag) - Method in class org.glassfish.jersey.AbstractFeatureConfigurator
-
Allows feature registration as part of autoDiscoverables list
- registerFinder(ResourceFinder) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- registerForPreDestroyCall(Object) - Method in class org.glassfish.jersey.model.internal.ManagedObjectsFinalizer
-
Register an object for invocation of its PreDestroy
method.
- registerInstances(Set<Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature
Jersey Binder
instances (singletons) in the
ResourceConfig
.
- registerInstances(Object...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature,
Jersey Binder
instances (singletons) in the
ResourceConfig
.
- registerResources(Resource...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register new programmatic resource models in the ResourceConfig
.
- registerResources(Set<Resource>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register new resource models in the ResourceConfig
.
- rel - Variable in class com.sun.research.ws.wadl.Link
-
- rel(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Convenience method to set a link relation.
- REL - Static variable in class jakarta.ws.rs.core.Link
-
Rel link param from RFC 5988.
- rel(String) - Method in class org.glassfish.jersey.message.internal.JerseyLink.Builder
-
- relativize(URI) - Method in interface jakarta.ws.rs.core.UriInfo
-
Relativize a URI with respect to the current request URI.
- relativize(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Relativize URI with respect to a base URI.
- release() - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionRequestScope.Instance
-
Release a single reference to the current request scope instance.
- release() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
Release a single reference to the current request scope instance.
- release() - Method in interface org.glassfish.jersey.process.internal.RequestContext
-
Release a single reference to the current request scope instance.
- release(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Releases the provided
RequestContext
to thread-local variable belonging to current request scope.
- RELEASING_REQUEST_PROCESSING_RESOURCES_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Attempt to release request processing resources has failed for a request.
- reload() - Method in interface org.glassfish.jersey.server.spi.Container
-
Reload the hosted Jersey application using the current
configuration
.
- reload(ResourceConfig) - Method in interface org.glassfish.jersey.server.spi.Container
-
- reload() - Method in class org.glassfish.jersey.servlet.ServletContainer
-
- reload(ResourceConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
-
- remove(Object) - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- remove(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
Remove a value for the descriptor if present in the scope instance store.
- remove(String) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Remove a header.
- remove(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
-
- remove(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
-
- remove() - Method in class org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
-
Default implementation of #remove()
which complies with the defined contract.
- remove() - Method in interface org.glassfish.jersey.server.ResourceFinder
-
- removeProperty(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Removes a property with the given name from the current request/response exchange context.
- removeProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
- removeProperty(String) - Method in interface org.glassfish.jersey.client.spi.InvocationBuilderListener.InvocationBuilderContext
-
Removes a property with the given name from the current request/response
exchange context.
- removeProperty(String) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
-
- removeProperty(String) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Removes a property with the given name from the current request/response
exchange context.
- removeProperty(String) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
-
- removeProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- RenderedImageProvider - Class in org.glassfish.jersey.message.internal
-
Provider for marshalling/un-marshalling of graphical image data represented as
image/*, application/x-www-form-urlencoded
entity types to
rendered
and from
rendered
or
buffered
image instance.
- RenderedImageProvider() - Constructor for class org.glassfish.jersey.message.internal.RenderedImageProvider
-
- repeating - Variable in class com.sun.research.ws.wadl.Param
-
- replaceAll(MultivaluedMap<String, Object>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Replaces all existing headers with the newly supplied headers.
- replaceAll(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- replaceChildResource(Resource, Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Replace an existing child resource with a newly supplied one.
- replaceHeaders(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Replace all headers.
- replaceMatrix(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the matrix parameters of the current final segment of the current URI path.
- replaceMatrix(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- replaceMatrixParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a matrix parameter on the current final segment of the URI path.
- replaceMatrixParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- replacePath(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI path.
- replacePath(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- replaceQuery(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI query string.
- replaceQuery(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- replaceQueryParam(String, Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Replace the existing value(s) of a query parameter.
- replaceQueryParam(String, Object...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- Representation - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Representation() - Constructor for class com.sun.research.ws.wadl.Representation
-
- representation - Variable in class com.sun.research.ws.wadl.Request
-
- representation - Variable in class com.sun.research.ws.wadl.Response
-
- request - Variable in class com.sun.research.ws.wadl.Method
-
- Request - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Request() - Constructor for class com.sun.research.ws.wadl.Request
-
- request() - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource.
- request(String...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- request(MediaType...) - Method in interface jakarta.ws.rs.client.WebTarget
-
Start building a request to the targeted web resource and define the accepted response media types.
- Request - Interface in jakarta.ws.rs.core
-
An injectable helper for request processing, all methods throw an
IllegalStateException
if called outside the
scope of a request (e.g.
- request(ClientRequest) - Method in class org.glassfish.jersey.client.innate.http.SSLParamConfigurator.Builder
-
- request() - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- request(String...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- request(MediaType...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- REQUEST_ENTITY_ALREADY_WRITTEN() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
The entity was already written in this request.
- REQUEST_ENTITY_PROCESSING - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The property specified how the entity should be serialized to the output stream by the
connector
; if the buffering
should be used or the entity is streamed in chunked encoding.
- REQUEST_ENTITY_WRITER_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
The entity of the client request is null.
- RequestAuthenticationException - Exception in org.glassfish.jersey.client.authentication
-
Exception thrown by security request authentication.
- RequestAuthenticationException(Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception cause.
- RequestAuthenticationException(String) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception message.
- RequestAuthenticationException(String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.RequestAuthenticationException
-
Creates new instance of this exception with exception message and exception cause.
- RequestContext - Class in org.glassfish.jersey.inject.hk2
-
Class is able to communicate with
RequestScope
and provide request-scoped descriptors to HK2 DI provider to create or
destroy instances.
- RequestContext(RequestScope) - Constructor for class org.glassfish.jersey.inject.hk2.RequestContext
-
- RequestContext - Interface in org.glassfish.jersey.process.internal
-
Wrapper for externally provided request context data.
- RequestContext.Binder - Class in org.glassfish.jersey.inject.hk2
-
Request scope injection binder.
- RequestEntityProcessing - Enum in org.glassfish.jersey.client
-
- RequestEvent - Interface in org.glassfish.jersey.server.monitoring
-
An event informing about details of a request processing.
- RequestEvent.ExceptionCause - Enum in org.glassfish.jersey.server.monitoring
-
Describes the origin of the exception.
- RequestEvent.Type - Enum in org.glassfish.jersey.server.monitoring
-
The type of the event which describes in which request processing phase the event
is triggered.
- RequestEventListener - Interface in org.glassfish.jersey.server.monitoring
-
- RequestProcessingInitializationStage - Class in org.glassfish.jersey.client
-
Function that can be put to an acceptor chain to properly initialize
the client-side request-scoped processing injection for the current
request and response exchange.
- RequestProcessingInitializationStage(Provider<Ref<ClientRequest>>, MessageBodyWorkers, InjectionManager) - Constructor for class org.glassfish.jersey.client.RequestProcessingInitializationStage
-
- RequestScope - Class in org.glassfish.jersey.process.internal
-
Scopes a single request/response processing execution on a single thread.
- RequestScope() - Constructor for class org.glassfish.jersey.process.internal.RequestScope
-
- RequestScope.RequestScopeConfigurator - Class in org.glassfish.jersey.process.internal
-
- RequestScopeConfigurator() - Constructor for class org.glassfish.jersey.process.internal.RequestScope.RequestScopeConfigurator
-
- RequestScoped - Annotation Type in org.glassfish.jersey.process.internal
-
Request scope binding annotation.
- RequestScopedInitializer - Interface in org.glassfish.jersey.server.spi
-
Custom initialization provider that is guaranteed to be run from within an active
request scope.
- required - Variable in class com.sun.research.ws.wadl.Param
-
- requireNonNull(Object, Type) - Static method in class org.glassfish.jersey.internal.BootstrapBag
-
Check whether the value is not
null
that means that the proper
BootstrapConfigurator
has not been configured
or in a wrong order.
- requiresEntity() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
-
- requiresEntity() - Method in class org.glassfish.jersey.server.model.Invocable
-
- requiresEntity() - Method in interface org.glassfish.jersey.server.model.Parameterized
-
Provides information on presence of an entity parameter.
- reset() - Static method in class org.glassfish.jersey.internal.Errors
-
Removes all issues that have been added since the last marked position as well as
removes the last mark.
- reset() - Method in class org.glassfish.jersey.message.internal.EntityInputStream
- reset() - Method in interface org.glassfish.jersey.server.ResourceFinder
-
- resolve(URI) - Method in interface jakarta.ws.rs.core.UriInfo
-
Resolve a relative URI with respect to the base URI of the application.
- resolve(Response) - Method in interface org.glassfish.jersey.client.spi.PostInvocationInterceptor.ExceptionContext
-
Resolve the
Throwables
with a provided
Response
.
- resolve(Injectee, ServiceHandle<?>) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
-
- resolve(Injectee) - Method in class org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl
-
Jersey Injection Resolver method that just populate HK2 injectee object and delegates the processing to HK2 Injection
Resolver.
- resolve(Injectee, ServiceHandle) - Method in class org.glassfish.jersey.inject.hk2.InjectionResolverWrapper
-
- resolve(Type, MediaType) - Method in class org.glassfish.jersey.internal.ContextResolverFactory
-
- resolve(Class) - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
-
- resolve(Class) - Method in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
-
- resolve(Class) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator.Resolver
-
Resolve a Class type to a QName.
- resolve(Type, MediaType) - Method in interface org.glassfish.jersey.spi.ContextResolvers
-
- resolve(URI, String) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Resolve a relative URI reference against a base URI as defined in
RFC 3986.
- resolve(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Resolve a relative URI reference against a base URI as defined in
RFC 3986.
- resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.client.ClientRequest
-
- resolveProperty(String, T) - Method in class org.glassfish.jersey.client.ClientRequest
-
- resolveProperty(String, Class<T>) - Method in interface org.glassfish.jersey.internal.PropertiesResolver
-
Resolve a property value for the specified property name
.
- resolveProperty(String, T) - Method in interface org.glassfish.jersey.internal.PropertiesResolver
-
Resolve a property value for the specified property name
.
- resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- resolveProperty(String, T) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- resolveTemplate(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving a URI template with a given name
in the URI of the
current target instance using a supplied value.
- resolveTemplate(String, Object, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving a URI template with a given name
in the URI of the
current target instance using a supplied value.
- resolveTemplate(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given name
in this UriBuilder
instance using a supplied value.
- resolveTemplate(String, Object, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given name
in this UriBuilder
instance using a supplied value.
- resolveTemplate(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- resolveTemplate(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplateFromEncoded(String, Object) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving a URI template with a given name
in the URI of the
current target instance using a supplied encoded value.
- resolveTemplateFromEncoded(String, Object) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve a URI template with a given name
in this UriBuilder
instance using a supplied encoded value.
- resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplates(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving one or more URI templates in the URI of the current target
instance using supplied name-value pairs.
- resolveTemplates(Map<String, Object>, boolean) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving one or more URI templates in the URI of the current target
instance using supplied name-value pairs.
- resolveTemplates(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this UriBuilder
instance using supplied name-value pairs.
- resolveTemplates(Map<String, Object>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this UriBuilder
instance using supplied name-value pairs.
- resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface jakarta.ws.rs.client.WebTarget
-
Create a new WebTarget
instance by resolving one or more URI templates in the URI of the current target
instance using supplied name-encoded value pairs.
- resolveTemplatesFromEncoded(Map<String, Object>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Resolve one or more URI templates in this UriBuilder
instance using supplied name-value pairs.
- resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- resolveTemplateValues(UriComponent.Type, String, boolean, Map<String, ?>) - Static method in class org.glassfish.jersey.uri.UriTemplate
-
Resolves template variables in the given template
from _mapValues
.
- Resource - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Resource() - Constructor for class com.sun.research.ws.wadl.Resource
-
- resource - Variable in class com.sun.research.ws.wadl.Resources
-
- Resource - Class in org.glassfish.jersey.server.model
-
Model of a single resource component.
- Resource.Builder - Class in org.glassfish.jersey.server.model
-
Resource model component builder.
- RESOURCE_ADD_CHILD_ALREADY_CHILD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The resource is already a child resource and cannot contain another child resource.
- RESOURCE_AMBIGUOUS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, has ambiguous path definition with resource {1}.
- RESOURCE_CONFIG_ERROR_NULL_APPLICATIONCLASS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Both application and applicationClass can't be null.
- RESOURCE_CONFIG_PARENT_CLASS_INVALID(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
Resource configuration class {0} is not a subclass of {1}.
- RESOURCE_CONFIG_UNABLE_TO_LOAD(Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
Resource configuration class {0} could not be loaded.
- RESOURCE_CONFIG_UNABLE_TO_PROCESS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Unable to process {0}
- RESOURCE_CONTAINS_RES_METHODS_AND_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The resource (or sub resource) {0} with path "{1}" contains (sub) resource method(s) and sub resource locator.
- RESOURCE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, with path "{1}" is empty.
- RESOURCE_IMPLEMENTS_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, implements provider interface {1} but does not explicitly define the scope (@Singleton, @PerLookup).
- RESOURCE_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Lookup and initialization failed for a resource class: {0}.
- RESOURCE_MERGE_CONFLICT_LOCATORS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Both resources, resource {0} and resource {1}, contains sub resource locators on the same path {2}.
- RESOURCE_MODEL_VALIDATION_FAILED_AT_INIT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Validation of the application resource model has failed during application initialization.
- RESOURCE_MULTIPLE_SCOPE_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, is annotated with multiple scope annotations.
- RESOURCE_REPLACED_CHILD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Replaced child resource does not exist in model: {0}.
- RESOURCE_UPDATED_METHOD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Updated resource method does not exist in the model: {0}.
- RESOURCE_VALIDATION_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If true
then the extensive validation of application resource model is disabled.
- RESOURCE_VALIDATION_IGNORE_ERRORS - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If true
then validation of application resource models does not fail even in case of a fatal
validation errors.
- RESOURCE_VARIABLE - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type of a resource variable in a method.
- ResourceConfig - Class in org.glassfish.jersey.server
-
The resource configuration for configuring a web application.
- ResourceConfig() - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a new resource configuration without any custom properties or
resource and provider classes.
- ResourceConfig(Set<Class<?>>) - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a new resource configuration initialized with a given set of
resource/provider classes.
- ResourceConfig(Class<?>...) - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a new resource configuration initialized with a given set of
resource/provider classes.
- ResourceConfig(ResourceConfig) - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a defensive resource configuration copy initialized with a given ResourceConfig
.
- ResourceContext - Interface in jakarta.ws.rs.container
-
The resource context provides access to instances of resource classes.
- ResourceFinder - Interface in org.glassfish.jersey.server
-
An interface used for finding and opening (loading) new resources.
- ResourceInfo - Interface in jakarta.ws.rs.container
-
An injectable class to access the resource class and resource method matched by the current request.
- ResourceMethod - Class in org.glassfish.jersey.server.model
-
Model of a method available on a resource.
- ResourceMethod.Builder - Class in org.glassfish.jersey.server.model
-
Resource method model builder.
- ResourceMethod.JaxrsType - Enum in org.glassfish.jersey.server.model
-
Resource method classification based on the recognized JAX-RS
resource method types.
- ResourceMethodDispatcher - Interface in org.glassfish.jersey.server.spi.internal
-
A resource method dispatcher responsible for consuming a JAX-RS
request
by invoking the configured
resource method
on a given
resource instance and returning the method invocation result in a form of a
JAX-RS
response
.
- ResourceMethodDispatcher.Provider - Interface in org.glassfish.jersey.server.spi.internal
-
- ResourceMethodDispatcherFactory - Class in org.glassfish.jersey.server.model.internal
-
A resource method dispatcher provider factory.
- resourceMethodDispatcherFactory(ResourceMethodDispatcherFactory) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set resource method dispatcher factory.
- ResourceMethodInvocationHandlerFactory - Class in org.glassfish.jersey.server.model.internal
-
- resourceMethodInvocationHandlerFactory(ResourceMethodInvocationHandlerFactory) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set resource method invocation handler factory.
- ResourceMethodInvocationHandlerProvider - Interface in org.glassfish.jersey.server.spi.internal
-
- ResourceMethodInvoker - Class in org.glassfish.jersey.server.model
-
Server-side request-response
inflector
for invoking methods
of annotation-based resource classes.
- ResourceMethodInvoker.Builder - Class in org.glassfish.jersey.server.model
-
Resource method invoker helper.
- ResourceMethodInvokerConfigurator - Class in org.glassfish.jersey.server.model.internal
-
- ResourceMethodInvokerConfigurator() - Constructor for class org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator
-
- ResourceMethodMXBean - Interface in org.glassfish.jersey.server.monitoring
-
MXBean interface of resource method MXBeans.
- ResourceMethodStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics an of an execution of the resource method.
- ResourceModel - Class in org.glassfish.jersey.server.model
-
Resource model of the deployed application which contains set of root resources.
- ResourceModel.Builder - Class in org.glassfish.jersey.server.model
-
- ResourceModelComponent - Interface in org.glassfish.jersey.server.model
-
Marker interface for all abstract resource model components,
so that they can be traversed using a visitor pattern.
- ResourceModelConfigurator - Class in org.glassfish.jersey.server
-
- ResourceModelConfigurator() - Constructor for class org.glassfish.jersey.server.ResourceModelConfigurator
-
- ResourceModelIssue - Class in org.glassfish.jersey.server.model
-
Resource model validity issue.
- ResourceModelIssue(Object, String) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
-
Create a new resource model warning.
- ResourceModelIssue(Object, String, Severity) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
-
Create a new resource model issue.
- ResourceModelVisitor - Interface in org.glassfish.jersey.server.model
-
Following the visitor pattern, this interface allows implementing processors
traversing all abstract model components present in a given model.
- ResourceMXBean - Interface in org.glassfish.jersey.server.monitoring
-
MXBean interface of resource MXBeans.
- resources - Variable in class com.sun.research.ws.wadl.Application
-
- Resources - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Resources() - Constructor for class com.sun.research.ws.wadl.Resources
-
- ResourceStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics of the resource.
- resourceType - Variable in class com.sun.research.ws.wadl.Link
-
- ResourceType - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- ResourceType() - Constructor for class com.sun.research.ws.wadl.ResourceType
-
- resourceTypeOrMethodOrRepresentation - Variable in class com.sun.research.ws.wadl.Application
-
- response - Variable in class com.sun.research.ws.wadl.Method
-
- Response - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Response() - Constructor for class com.sun.research.ws.wadl.Response
-
- Response - Class in jakarta.ws.rs.core
-
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to
the runtime.
- Response() - Constructor for class jakarta.ws.rs.core.Response
-
Protected constructor, use one of the static methods to obtain a
Response.ResponseBuilder
instance and obtain a
Response from that.
- response(ClientResponse) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
-
Invoked when a response for the asynchronously invoked request is available.
- Response.ResponseBuilder - Class in jakarta.ws.rs.core
-
A class used to build Response instances that contain metadata instead of or in addition to an entity.
- Response.Status - Enum in jakarta.ws.rs.core
-
- Response.Status.Family - Enum in jakarta.ws.rs.core
-
An enumeration representing the class of status code.
- Response.StatusType - Interface in jakarta.ws.rs.core
-
Base interface for statuses used in responses.
- RESPONSE_CLOSED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Response is closed.
- RESPONSE_SET_STATUS_OVER_SEND_ERROR - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Whenever response status is 4xx
or 5xx
it is possible to choose between sendError
or
setStatus
on container specific Response
implementation.
- RESPONSE_TO_EXCEPTION_CONVERSION_FAILED() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Failed to convert a response into an exception.
- RESPONSE_TYPE_IS_NULL() - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Requested response type is null.
- ResponseAuthenticationException - Exception in org.glassfish.jersey.client.authentication
-
Exception thrown by security response authentication.
- ResponseAuthenticationException(Response, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception cause.
- ResponseAuthenticationException(Response, String) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception message.
- ResponseAuthenticationException(Response, String, Throwable) - Constructor for exception org.glassfish.jersey.client.authentication.ResponseAuthenticationException
-
Creates new instance of this exception with exception message and exception cause.
- ResponseBuilder() - Constructor for class jakarta.ws.rs.core.Response.ResponseBuilder
-
Protected constructor, use one of the static methods of Response
to obtain an instance.
- responseContextResolved() - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
-
- ResponseErrorMapper - Interface in org.glassfish.jersey.server.spi
-
Contract for a provider that maps response processing errors to
Response
.
- ResponseMXBean - Interface in org.glassfish.jersey.server.monitoring
-
MXBean interface of response MXBean.
- ResponseProcessingException - Exception in jakarta.ws.rs.client
-
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
- ResponseProcessingException(Response, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception for a specific
response
with the
specified cause and a detail message of
(cause==null ? null : cause.toString())
(which typically contains the
class and detail message of
cause
).
- ResponseProcessingException(Response, String, Throwable) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.
- ResponseProcessingException(Response, String) - Constructor for exception jakarta.ws.rs.client.ResponseProcessingException
-
Constructs a new JAX-RS runtime processing exception with the specified detail message.
- ResponseStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics of responses produced by application.
- ResponseWriter - Class in org.glassfish.jersey.servlet.internal
-
- ResponseWriter(boolean, boolean, HttpServletResponse, AsyncContextDelegate, ScheduledExecutorService) - Constructor for class org.glassfish.jersey.servlet.internal.ResponseWriter
-
Creates a new instance to write a single Jersey response.
- RESTRICTED_HEADER_POSSIBLY_IGNORED(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Attempt to send restricted header(s) while the [{0}] system property not set.
- RESTRICTED_HEADER_PROPERTY_SETTING_FALSE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Restricted headers are not enabled using [{0}] system property (setting only takes effect on connections created after the property has been set/changed).
- RESTRICTED_HEADER_PROPERTY_SETTING_TRUE(Object) - Static method in class org.glassfish.jersey.client.internal.LocalizationMessages
-
Restricted headers are enabled using [{0}] system property(setting only takes effect onconnections created after the property has been set/changed).
- result() - Method in class org.glassfish.jersey.process.internal.Stage.Continuation
-
Get the data processing result.
- resume(Object) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided response data.
- resume(Throwable) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Resume the suspended request processing using the provided throwable.
- resume(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Resumes the provided
RequestContext
to thread-local variable belonging to current request scope.
- resume(ExternalRequestContext<T>, InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
-
Resume request associated with provided context.
- RET - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- retrieve(ServletContext, String) - Static method in class org.glassfish.jersey.servlet.internal.Utils
-
- retrieve(Properties) - Method in class org.glassfish.jersey.SslConfigurator
-
Retrieve the SSL context configuration from the supplied properties.
- retrieve() - Method in class org.glassfish.jersey.SslConfigurator
-
Retrieve the SSL context configuration from the system properties.
- RETRY_AFTER - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- RETURN - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- rev - Variable in class com.sun.research.ws.wadl.Link
-
- RolesAllowedDynamicFeature - Class in org.glassfish.jersey.server.filter
-
A
DynamicFeature
supporting the
jakarta.annotation.security.RolesAllowed
,
jakarta.annotation.security.PermitAll
and
jakarta.annotation.security.DenyAll
on resource methods and sub-resource methods.
- RolesAllowedDynamicFeature() - Constructor for class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
-
- Routed - Interface in org.glassfish.jersey.server.model
-
Marker interface for all resource model components that contain path information
usable for routing.
- routingResponseType(Type) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Define the response entity type used during the routing for
selection of the resource methods.
- runInScope(RequestContext, Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- runInScope(Runnable) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the new request scope.
- runInScope(RequestContext, Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- runInScope(Callable<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the new request scope.
- runInScope(RequestContext, Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- runInScope(Producer<T>) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Runs the
task
in the new request scope.
- RuntimeDelegate - Class in jakarta.ws.rs.ext
-
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to
methods of RuntimeDelegate for their functionality.
- RuntimeDelegate() - Constructor for class jakarta.ws.rs.ext.RuntimeDelegate
-
Allows custom implementations to extend the RuntimeDelegate
class.
- RuntimeDelegate.HeaderDelegate<T> - Interface in jakarta.ws.rs.ext
-
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and
the corresponding JAX-RS type T
.
- RuntimeDelegateDecorator - Class in org.glassfish.jersey.internal
-
RuntimeDelegate Decorator that changes behaviour due to provided runtime information.
- RuntimeDelegateDecorator() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateDecorator
-
- RuntimeDelegateImpl - Class in org.glassfish.jersey.internal
-
- RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.internal.RuntimeDelegateImpl
-
- RuntimeDelegateImpl - Class in org.glassfish.jersey.server.internal
-
- RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
-
- RuntimeResource - Class in org.glassfish.jersey.server.model
-
Runtime resource is a group of
resources
with the same
path
regular expression.
- RuntimeResourceModel - Class in org.glassfish.jersey.server.model
-
Runtime Resource model contains structured information about runtime resources.
- RuntimeResourceModel(List<Resource>) - Constructor for class org.glassfish.jersey.server.model.RuntimeResourceModel
-
Creates new runtime resource model from the list of resources.
- RuntimeResourceModelValidator - Class in org.glassfish.jersey.server.model
-
Runtime resource model validator validating ambiguity of resource methods.
- RuntimeResourceModelValidator(MessageBodyWorkers) - Constructor for class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
-
Create a new validator instance.
- RuntimeType - Enum in jakarta.ws.rs
-
Enumeration of JAX-RS runtime types.
- rx() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
- rx(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Access a reactive invoker based on a
RxInvoker
subclass provider.
- rx() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- rx(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- RxInvoker<T> - Interface in jakarta.ws.rs.client
-
Uniform interface for reactive invocation of HTTP methods.
- RxInvokerProvider<T extends RxInvoker> - Interface in jakarta.ws.rs.client
-
- safelyClose(Closeable) - Static method in class org.glassfish.jersey.message.internal.ReaderWriter
-
Safely close a closeable, without throwing an exception.
- SALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- SASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- SaxSourceReader(Provider<SAXParserFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SaxSourceReader
-
- schedule(Callable<T>, long, TimeUnit) - Method in interface org.glassfish.jersey.client.ClientExecutor
-
Creates and executes a
ScheduledFuture
that becomes enabled after the given delay.
- schedule(Runnable, long, TimeUnit) - Method in interface org.glassfish.jersey.client.ClientExecutor
-
Creates and executes a one-shot action that becomes enabled after the given delay.
- SCHEDULED_EXECUTOR_SERVICE_PROVIDER_ONLY - Static variable in class org.glassfish.jersey.model.internal.ComponentBag
-
- scheduledExecutorService(ScheduledExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
-
- scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.ClientConfig
-
Register custom Jersey client scheduler.
- scheduledExecutorService(ScheduledExecutorService) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- ScheduledExecutorServiceProvider - Interface in org.glassfish.jersey.spi
-
An extension contract for providing pluggable scheduled executor service providers to be used by
Jersey client or server runtime whenever a specific scheduler is needed to schedule execution of a
Jersey runtime processing task.
- ScheduledThreadPoolExecutorProvider - Class in org.glassfish.jersey.spi
-
- ScheduledThreadPoolExecutorProvider(String) - Constructor for class org.glassfish.jersey.spi.ScheduledThreadPoolExecutorProvider
-
Create a new instance of the scheduled thread pool executor provider.
- scheme(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme.
- scheme(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- schemeSpecificPart(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme-specific-part (see
URI
).
- schemeSpecificPart(String) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- scope(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
-
Change contract provider scope.
- Scoped - Interface in org.glassfish.jersey.model
-
Scoped Jersey application model component.
- secureConnection(JerseyClient, HttpURLConnection) - Method in class org.glassfish.jersey.client.internal.HttpUrlConnector
-
Secure connection if necessary.
- SECURITY_CONTEXT_WAS_NOT_SET() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
SecurityContext was not set.
- SecurityContext - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to security related information.
- securityProtocol(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the SSLContext protocol.
- seeOther(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a redirection.
- segment(String...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append path segments to the existing path.
- segment(String...) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- selectVariant(List<Variant>) - Method in interface jakarta.ws.rs.core.Request
-
Select the representation variant that best matches the request.
- selectVariant(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
-
Select the representation variant that best matches the request.
- selectVariant(List<Variant>) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- selectVariants(InboundMessageContext, List<Variant>, Ref<String>) - Static method in class org.glassfish.jersey.message.internal.VariantSelector
-
Select possible representation variants in order in which they best matches the request.
- send(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Send an outbound Server-sent event to this sink.
- separator(String) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
-
- SERVER_SENT_EVENTS - Static variable in class jakarta.ws.rs.core.MediaType
-
String
representation of Server sent events media type.
- SERVER_SENT_EVENTS_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
Server sent events media type.
- ServerBootstrapBag - Class in org.glassfish.jersey.server
-
A holder that is used only during Jersey bootstrap to keep the instances of the given types and then use them during the
bootstrap.
- ServerBootstrapBag() - Constructor for class org.glassfish.jersey.server.ServerBootstrapBag
-
- ServerConfig - Interface in org.glassfish.jersey.server
-
Server-side application configuration.
- serverError() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an server error status.
- ServerErrorException - Exception in jakarta.ws.rs
-
A base runtime application exception indicating a server error (HTTP 5xx
status codes).
- ServerErrorException(Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerFiltersAutoDiscoverable - Class in org.glassfish.jersey.server.filter.internal
-
Enable auto-discoverable of certain server filters.
- ServerFiltersAutoDiscoverable() - Constructor for class org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
-
- ServerParameterService() - Constructor for class org.glassfish.jersey.server.model.Parameter.ServerParameterService
-
- ServerProperties - Class in org.glassfish.jersey.server
-
Jersey server-side configuration properties.
- ServerRuntime - Class in org.glassfish.jersey.server
-
Server-side request processing runtime.
- ServerTraceEvent - Enum in org.glassfish.jersey.server.internal
-
Server side tracing events.
- service(ServletRequest, ServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Dispatches client requests to the protected
service
method.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Receives standard HTTP requests from the public service
method and dispatches
them to the do
XXX methods defined in
this class.
- service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
-
Dispatch client requests to a resource class.
- service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.WebComponent
-
Dispatch client requests to a resource class.
- SERVICE_LOCATOR - Static variable in class org.glassfish.jersey.servlet.ServletProperties
-
Identifies the object that will be used as a parent
HK2 ServiceLocator
in the Jersey
WebComponent
.
- ServiceConfigurationError - Error in org.glassfish.jersey.internal
-
Error thrown when something goes wrong while looking up service providers.
- ServiceConfigurationError(String) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
-
Constructs a new instance with the specified detail string.
- ServiceConfigurationError(Throwable) - Constructor for error org.glassfish.jersey.internal.ServiceConfigurationError
-
Constructs a new instance that wraps the specified throwable.
- ServiceFinder<T> - Class in org.glassfish.jersey.internal
-
A simple service-provider lookup mechanism.
- ServiceFinder.DefaultServiceIteratorProvider - Class in org.glassfish.jersey.internal
-
The default service iterator provider that looks up provider classes in
META-INF/services files.
- ServiceFinder.ServiceIteratorProvider - Class in org.glassfish.jersey.internal
-
Supports iteration of provider instances or classes.
- ServiceFinderBinder<T> - Class in org.glassfish.jersey.internal
-
Simple ServiceFinder injection binder.
- ServiceFinderBinder(Class<T>, Map<String, Object>, RuntimeType) - Constructor for class org.glassfish.jersey.internal.ServiceFinderBinder
-
Create a new service finder injection binder.
- ServiceIteratorProvider() - Constructor for class org.glassfish.jersey.internal.ServiceFinder.ServiceIteratorProvider
-
- ServiceUnavailableException - Exception in jakarta.ws.rs
-
- ServiceUnavailableException() - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed
request.
- ServiceUnavailableException(String) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed
request.
- ServiceUnavailableException(Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(String, Long) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(String, Date) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request.
- ServiceUnavailableException(Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed
request and an underlying request failure cause.
- ServiceUnavailableException(String, Date, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed
request and an underlying request failure cause.
- ServiceUnavailableException(Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request and an underlying request failure cause.
- ServiceUnavailableException(String, Long, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the
failed request and an underlying request failure cause.
- ServiceUnavailableException(Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response, Throwable) - Constructor for exception jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- SERVLET_ASYNC_CONTEXT_ALREADY_STARTED() - Static method in class org.glassfish.jersey.servlet.init.internal.LocalizationMessages
-
Servlet request has been put into asynchronous mode by an external force.
- SERVLET_PATH_MISMATCH(Object, Object) - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
The servlet path {0} does not start with the filter context path {1}.
- SERVLET_REQUEST_SUSPEND_FAILED() - Static method in class org.glassfish.jersey.servlet.internal.LocalizationMessages
-
Attempt to put servlet request into asynchronous mode has failed.
- ServletContainer - Class in org.glassfish.jersey.servlet
-
A Servlet
or Filter
for deploying root resource classes.
- ServletContainer() - Constructor for class org.glassfish.jersey.servlet.ServletContainer
-
Create Jersey Servlet container.
- ServletContainer(ResourceConfig) - Constructor for class org.glassfish.jersey.servlet.ServletContainer
-
Create Jersey Servlet container.
- ServletContainerProviderFactory - Class in org.glassfish.jersey.servlet.internal
-
- ServletProperties - Class in org.glassfish.jersey.servlet
-
Jersey servlet container configuration properties.
- set(T) - Method in class org.glassfish.jersey.servlet.internal.ThreadLocalInvoker
-
- SET_COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- SET_METHOD_WORKAROUND - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
A value of
true
declares that the client will try to set
unsupported HTTP method to
HttpURLConnection
via
reflection.
- setAnnotations(Annotation[]) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider
invocation.
- setApplication(Application) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setApplicationHandler(ApplicationHandler) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setApplicationName(String) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Set the name of the application.
- setArgs(Object[]) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Method parameters setter.
- setAutoDiscoverables(List<AutoDiscoverable>) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setBase(String) - Method in class com.sun.research.ws.wadl.Resources
-
Sets the value of the base property.
- setBaseUri(URI) - Static method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- setBasicAuthorizationHeader(MultivaluedMap<String, Object>, ClientProxy) - Static method in class org.glassfish.jersey.client.innate.ClientProxy
-
- setChunkType(MediaType) - Method in class org.glassfish.jersey.client.ChunkedInput
-
Set custom chunk data media type.
- setChunkType(String) - Method in class org.glassfish.jersey.client.ChunkedInput
-
Set custom chunk data media type from a string value.
- setClassLoader(ClassLoader) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Set
ClassLoader
which will be used for resource discovery.
- setComponentProviders(LazyValue<Collection<ComponentProvider>>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setConfiguration(Configuration) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setContextResolvers(ContextResolvers) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setDefault(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the default property.
- setDefaultNext(Stage<DATA>) - Method in class org.glassfish.jersey.process.internal.AbstractChainableStage
-
- setDefaultNext(Stage<DATA>) - Method in interface org.glassfish.jersey.process.internal.ChainableStage
-
Set the default next stage that should be returned from this
stage after it has been invoked by default.
- setElement(QName) - Method in class com.sun.research.ws.wadl.Representation
-
Sets the value of the element property.
- setEndpointIdentificationAlgorithm(SSLEngine) - Method in class org.glassfish.jersey.client.innate.http.SSLParamConfigurator
-
Set setEndpointIdentificationAlgorithm to HTTPS.
- setEntity(Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Update object to be written as HTTP entity.
- setEntity(Object) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new message message entity.
- setEntity(Object) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- setEntity(Object) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set a new message message entity.
- setEntity(Object, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set a new message message entity.
- setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set a new message message entity.
- setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set the annotations attached to the entity.
- setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set the annotations attached to the entity.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new entity output stream.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new entity input stream.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new entity input stream.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new entity output stream.
- setEntityStream(InputStream) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Set a new entity input stream.
- setEntityStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a new entity output stream.
- setEntityStream(InputStream) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- setEntityStream(OutputStream) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- setEntityType(Type) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set the message entity type information.
- setEntityType(Type) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set the message entity type information.
- setExceptionMappers(ExceptionMappers) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setFixed(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the fixed property.
- setGeneratorClass(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
-
- setGenericType(Type) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update type of the object to be produced or written.
- setGrammars(Grammars) - Method in class com.sun.research.ws.wadl.Application
-
Sets the value of the grammars property.
- setHref(String) - Method in class com.sun.research.ws.wadl.Include
-
Sets the value of the href property.
- setHref(String) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the href property.
- setHref(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the href property.
- setHref(String) - Method in class com.sun.research.ws.wadl.Representation
-
Sets the value of the href property.
- setId(String) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.Representation
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.Resource
-
Sets the value of the id property.
- setId(String) - Method in class com.sun.research.ws.wadl.ResourceType
-
Sets the value of the id property.
- setInputStream(InputStream) - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Set the input stream of the object to be read.
- setInputStream(InputStream) - Method in class org.glassfish.jersey.message.internal.ReaderInterceptorExecutor
-
- setInstance(RuntimeDelegate) - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Set the runtime delegate that will be used by JAX-RS classes.
- setIteratorProvider(ServiceFinder.ServiceIteratorProvider) - Static method in class org.glassfish.jersey.internal.ServiceFinder
-
Register the service iterator provider to iterate on provider instances
or classes.
- setLang(String) - Method in class com.sun.research.ws.wadl.Doc
-
Sets the value of the lang property.
- setLink(Link) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the link property.
- setManagedObjectsFinalizer(ManagedObjectsFinalizer) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setMappedFromException(boolean) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Sets the flag indicating whether the response was created based on the exception.
- setMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- setMediaType(String) - Method in class com.sun.research.ws.wadl.Option
-
Sets the value of the mediaType property.
- setMediaType(String) - Method in class com.sun.research.ws.wadl.Representation
-
Sets the value of the mediaType property.
- setMediaType(MediaType) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update media type of HTTP entity.
- setMediaType(MediaType) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set the message content media type.
- setMediaType(MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set the message content media type.
- setMessageBodyWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setMethod(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set the request method.
- setMethod(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set the request method.
- setMethod(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
- setMethod(String) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- setMethodWithoutException(String) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- setModelProcessors(Collection<ModelProcessor>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setMultivaluedParameterExtractorProvider(MultivaluedParameterExtractorProvider) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setMustRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setName(String) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the name property.
- setName(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the name property.
- setName(String) - Method in class org.glassfish.jersey.message.internal.DataSourceProvider.ByteArrayDataSource
-
- setNoCache(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- setNoStore(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- setNoTransform(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- setOutputStream(OutputStream) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Set a new output stream for the object to be written.
- setOutputStream(OutputStream) - Method in class org.glassfish.jersey.message.internal.WriterInterceptorExecutor
-
- setParameterUpdaterProvider(ParameterUpdaterProvider) - Method in class org.glassfish.jersey.client.ClientBootstrapBag
-
- setParser(ChunkParser) - Method in class org.glassfish.jersey.client.ChunkedInput
-
Set new chunk parser.
- setPath(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the path property.
- setPath(String) - Method in class com.sun.research.ws.wadl.Resource
-
Sets the value of the path property.
- setPrivate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- setProcessingProviders(ProcessingProviders) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.CommonConfig
-
Set the configured properties to the provided map of properties.
- setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
- setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Set new configuration properties replacing all previously set properties.
- setProperties(Properties) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
-
- setProperty(String, Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in class org.glassfish.jersey.client.ClientRequest
-
- setProperty(String, Object) - Method in class org.glassfish.jersey.internal.MapPropertiesDelegate
-
- setProperty(String, Object) - Method in interface org.glassfish.jersey.internal.PropertiesDelegate
-
Binds an object to a given property name in the current request/response
exchange context.
- setProperty(String, Object) - Method in class org.glassfish.jersey.message.internal.TracingAwarePropertiesDelegate
-
- setProperty(String, Object) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- setProxyRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setQueryParamStyle(JerseyQueryParamStyle) - Method in class org.glassfish.jersey.uri.internal.JerseyUriBuilder
-
- setQueryType(String) - Method in class com.sun.research.ws.wadl.Resource
-
Sets the value of the queryType property.
- setRel(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the rel property.
- setRepeating(Boolean) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the repeating property.
- setRequest(Request) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the request property.
- setRequestScope(RequestScope) - Method in class org.glassfish.jersey.internal.BootstrapBag
-
- setRequestScopedInitializer(RequestScopedInitializer) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Set a custom container extensions initializer for the current request.
- setRequestUri(URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using the current base URI of the application to resolve the application-specific request URI
part.
- setRequestUri(URI, URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using a new base URI to resolve the application-specific request URI part.
- setRequestUri(URI) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- setRequestUri(URI, URI) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- setRequired(Boolean) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the required property.
- setResolvedRequestUri(URI) - Method in class org.glassfish.jersey.client.ClientResponse
-
Set the absolute URI of the ultimate request that was made to receive this response.
- setResource(Object) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Setter for resource instance that should get validated.
- setResourceBag(ResourceBag) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setResourceContext(JerseyResourceContext) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setResourceMethodInvokerBuilder(ResourceMethodInvoker.Builder) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
-
Set the
resource mode
of the application associated with this context.
- setResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setResourceType(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the resourceType property.
- setRev(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the rev property.
- setSecurityContext(SecurityContext) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new injectable security context information for the current request.
- setSecurityContext(SecurityContext) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- setSMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- setSNIAlways(boolean) - Method in class org.glassfish.jersey.client.innate.http.SSLParamConfigurator.Builder
-
Sets SNI only when
HttpHeaders.HOST
differs from the request host name if set to
false
.
- setSNIServerName(SSLEngine) - Method in class org.glassfish.jersey.client.innate.http.SSLParamConfigurator
-
- setSNIServerName(SSLSocket) - Method in class org.glassfish.jersey.client.innate.http.SSLParamConfigurator
-
- setStatus(int) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new response status code.
- setStatus(int) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new response status code.
- setStatus(int) - Method in class org.glassfish.jersey.client.ClientResponse
-
- setStatus(int) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.client.ClientResponse
-
- setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.message.internal.CommittingOutputStream
-
Set the buffering output stream provider.
- setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.message.internal.OutboundMessageContext
-
Set a stream provider callback.
- setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set the output stream provider callback.
- setStyle(ParamStyle) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the style property.
- setSuspendTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
Set the suspend timeout.
- setSuspendTimeout(long, TimeUnit) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Set the suspend timeout.
- setSuspendTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
-
- setTimeout(long, TimeUnit) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/update the suspend timeout.
- setTimeoutHandler(TimeoutHandler) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/replace a time-out handler for the suspended asynchronous response.
- setTitle(String) - Method in class com.sun.research.ws.wadl.Doc
-
Sets the value of the title property.
- setType(QName) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the type property.
- setType(Class<?>) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update Java type before calling message body provider.
- setUri(URI) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new request URI.
- setUri(URI) - Method in class org.glassfish.jersey.client.ClientRequest
-
- setValue(String) - Method in class com.sun.research.ws.wadl.Option
-
Sets the value of the value property.
- setValueParamProviders(Collection<ValueParamProvider>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setWadlGenerationEnabled(boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
- setWadlGenerationEnabled(boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Enable/disable WADL generation.
- setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- setWadlGeneratorDelegate(WadlGenerator) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
Sets the delegate that is decorated by this wadl generator.
- setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set the message body workers associated with the request.
- setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.message.internal.InboundMessageContext
-
Set context message body workers.
- setWrappedStream(InputStream) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
Set the wrapped input stream instance.
- setWriter(ContainerResponseWriter) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Set the container response writer for the current request.
- Severity - Enum in org.glassfish.jersey
-
Common severity.
- SHORT - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of the short
type.
- SHORT_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The short
type.
- shutdown() - Method in class org.glassfish.jersey.client.innate.inject.NonInjectionManager
-
- shutdown() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
-
- shutdown() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- SINGLETON_INJECTS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Parameter {1} of {0} cannot be injected into singleton resource.
- SIPUSH - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- size() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- size() - Method in class jersey.repackaged.org.objectweb.asm.ByteVector
-
Returns the actual number of bytes in this vector.
- skip(long) - Method in class org.glassfish.jersey.message.internal.EntityInputStream
-
- SKIP_CODE - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to skip the Code attributes.
- SKIP_DEBUG - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to skip the SourceFile, SourceDebugExtension, LocalVariableTable,
LocalVariableTypeTable, LineNumberTable and MethodParameters attributes.
- SKIP_FRAMES - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to skip the StackMap and StackMapTable attributes.
- SLOW_SUBSCRIBER(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Slow Subscriber.
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get the immutable consistent snapshot of the application info.
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
-
- snapshot() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
- SOME_HEADERS_NOT_SENT(Object, Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
There are some request headers that have not been sent by connector [{0}].
- SOURCE_DEPRECATED - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- SOURCE_MASK - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- SourceProvider - Class in org.glassfish.jersey.message.internal
-
- SourceProvider() - Constructor for class org.glassfish.jersey.message.internal.SourceProvider
-
- SourceProvider.DomSourceReader - Class in org.glassfish.jersey.message.internal
-
Provider for marshalling/un-marshalling
DOMSource
instances.
- SourceProvider.SaxSourceReader - Class in org.glassfish.jersey.message.internal
-
Provider for un-marshalling
SAXSource
instances.
- SourceProvider.SourceWriter - Class in org.glassfish.jersey.message.internal
-
Provider for marshaling
Source
instances.
- SourceProvider.StreamSourceReader - Class in org.glassfish.jersey.message.internal
-
- SourceWriter(Provider<SAXParserFactory>, Provider<TransformerFactory>) - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.SourceWriter
-
- Sse - Interface in jakarta.ws.rs.sse
-
- sse() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Set the SSE flag on the method model to true
.
- SseBroadcaster - Interface in jakarta.ws.rs.sse
-
Server-Sent events broadcasting facility.
- SseEvent - Interface in jakarta.ws.rs.sse
-
Base Server Sent Event definition.
- SseEventSink - Interface in jakarta.ws.rs.sse
-
Outbound Server-Sent Events stream.
- SseEventSource - Interface in jakarta.ws.rs.sse
-
- SseEventSource.Builder - Class in jakarta.ws.rs.sse
-
- SseTypeResolver - Class in org.glassfish.jersey.server.model.internal
-
- SSL_CTX_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error creating SSL context (algorithm not supported).
- SSL_CTX_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing SSL context (operation failed).
- SSL_KMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (algorithm not supported).
- SSL_KMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (operation failed).
- SSL_KMF_NO_PASSWORD_FOR_BYTE_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
"byte array based"
- SSL_KMF_NO_PASSWORD_FOR_PROVIDER_BASED_KS() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
"provider based"
- SSL_KMF_NO_PASSWORD_SET(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Neither key password nor key store password has been set for {0} key store.
- SSL_KMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (provider not registered).
- SSL_KMF_UNRECOVERABLE_KEY() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key manager factory (unrecoverable key).
- SSL_KS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot load key store certificates.
- SSL_KS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot find key store file "{0}".
- SSL_KS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key store (implementation not available).
- SSL_KS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key store (algorithm to check key store integrity not found).
- SSL_KS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error loading key store from file "{0}".
- SSL_KS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing key store (provider not registered).
- SSL_TMF_ALGORITHM_NOT_SUPPORTED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust manager factory (algorithm not supported).
- SSL_TMF_INIT_FAILED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust manager factory (operation failed).
- SSL_TMF_PROVIDER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust manager factory (provider not registered).
- SSL_TS_CERT_LOAD_ERROR() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot load trust store certificates.
- SSL_TS_FILE_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Cannot find trust store file "{0}".
- SSL_TS_IMPL_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust store (implementation not available).
- SSL_TS_INTEGRITY_ALGORITHM_NOT_FOUND() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust store (algorithm to check trust store integrity not found).
- SSL_TS_LOAD_ERROR(Object) - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error loading trust store from file "{0}".
- SSL_TS_PROVIDERS_NOT_REGISTERED() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Error initializing trust store (provider not registered).
- SslConfigurator - Class in org.glassfish.jersey
-
Utility class, which helps to configure
SSLContext
instances.
- sslContext(SSLContext) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the SSL context that will be used when creating secured transport connections to server endpoints from
web targets
created by the client instance that is using this SSL context.
- sslContext(SSLContext) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- SSLParamConfigurator - Class in org.glassfish.jersey.client.innate.http
-
- SSLParamConfigurator.Builder - Class in org.glassfish.jersey.client.innate.http
-
- Stage<DATA> - Interface in org.glassfish.jersey.process.internal
-
Data processing stage that can be used to create dynamic data processing chains.
- Stage.Builder<DATA> - Interface in org.glassfish.jersey.process.internal
-
Linear stage chain builder.
- Stage.Continuation<DATA> - Class in org.glassfish.jersey.process.internal
-
Data processing stage continuation.
- Stages - Class in org.glassfish.jersey.process.internal
-
A stage-related collection of utility methods.
- Stages.LinkedStage<DATA> - Class in org.glassfish.jersey.process.internal
-
Linked linear stage implementation.
- status - Variable in class com.sun.research.ws.wadl.Response
-
- status(int) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.Status) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.Status) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int, String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status and reason phrase.
- status(Response.StatusType) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- status(int, String) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- status(int) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- Statuses - Class in org.glassfish.jersey.message.internal
-
- store - Variable in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Backing store for the [key, multi-value] pairs.
- store(ResourceConfig, ServletContext, String) - Static method in class org.glassfish.jersey.servlet.internal.Utils
-
- STREAM_PROVIDER_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Stream provider is not defined.
- StreamingOutput - Interface in jakarta.ws.rs.core
-
A type that may be used as a resource method return value or as the entity in a
Response
when the application
wishes to stream the output.
- StreamingOutputProvider - Class in org.glassfish.jersey.message.internal
-
- StreamingOutputProvider() - Constructor for class org.glassfish.jersey.message.internal.StreamingOutputProvider
-
- StreamSourceReader() - Constructor for class org.glassfish.jersey.message.internal.SourceProvider.StreamSourceReader
-
- STRING_IS_NULL() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
String is null.
- StringBuilderUtils - Class in org.glassfish.jersey.message.internal
-
- StringHeaderProvider - Class in org.glassfish.jersey.message.internal
-
- StringHeaderProvider() - Constructor for class org.glassfish.jersey.message.internal.StringHeaderProvider
-
- stripQualityParams(MediaType) - Static method in class org.glassfish.jersey.message.internal.MediaTypes
-
Strips any quality parameters, i.e.
- style - Variable in class com.sun.research.ws.wadl.Param
-
- SUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource method, {0}, with URI template, "{1}", is treated as a resource method
- SubjectSecurityContext - Interface in org.glassfish.jersey.server
-
Security context that allows establishing a subject before a resource method
or a sub-resource locator is called.
- submit() - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response back.
- submit(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
- submit(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
- submit(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future
result of the invocation.
- submit(Callable<T>) - Method in interface org.glassfish.jersey.client.ClientExecutor
-
Submits a value-returning task for execution and returns a
Future
representing the pending results of the task.
- submit(Runnable) - Method in interface org.glassfish.jersey.client.ClientExecutor
-
Submits a
Runnable
task for execution and returns a
Future
representing that task.
- submit(Runnable, T) - Method in interface org.glassfish.jersey.client.ClientExecutor
-
Submits a
Runnable
task for execution and returns a
Future
representing that task.
- submit() - Method in class org.glassfish.jersey.client.JerseyInvocation
-
- submit(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
-
- submit(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
-
- submit(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
-
- submit(GenericType<T>, InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future result of the invocation.
- SUBRES_LOC_CACHE_INVALID_SIZE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Invalid value for sub-resource locator cache size: {0}.
- SUBRES_LOC_CACHE_LOAD_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Loading model and router from sub-resource locator cache failed for "{0}".
- SUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource model, {0}, can not have an entity parameter.
- SUBRES_LOC_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource model, {0}, MUST return a non-void type.
- SUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource model, {0}, has an invalid URI path: {1}
- SUBRESOURCE_LOCATOR_CACHE_AGE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
An integer value that defines the maximum age (in seconds) for cached for sub-resource locator models.
- SUBRESOURCE_LOCATOR_CACHE_JERSEY_RESOURCE_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then Jersey will cache
Jersey resources
in addition to
caching sub-resource locator classes and instances (which are cached by default).
- SUBRESOURCE_LOCATOR_CACHE_SIZE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
An integer value that defines the size of cache for sub-resource locator models.
- SUBRESOURCE_LOCATOR_DEFAULT_CACHE_SIZE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
The default sub-resource locator cache size (64).
- SupplierFactoryBridge<T> - Class in org.glassfish.jersey.inject.hk2
-
This class is able to find the
Supplier
of the particular type and use this
Supplier
to create a new
instance.
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CacheControlProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.CookieProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.DateProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.EntityTagProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LinkProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.LocaleProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.MediaTypeProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.NewCookieProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.StringHeaderProvider
-
- supports(Class<?>) - Method in class org.glassfish.jersey.message.internal.UriProvider
-
- supports(Class<?>) - Method in interface org.glassfish.jersey.spi.HeaderDelegateProvider
-
Ascertain if the Provider supports a particular type.
- supportsNullCreation() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
-
- SUPPRESS_HTTP_COMPLIANCE_VALIDATION - Static variable in class org.glassfish.jersey.client.ClientProperties
-
If true
, the strict validation of HTTP specification compliance
will be suppressed.
- suspend(RequestContext) - Method in class org.glassfish.jersey.process.internal.RequestScope
-
Executes the action when the request scope comes into suspended state.
- suspend() - Method in interface org.glassfish.jersey.server.AsyncContext
-
Suspend the current asynchronous processing context.
- suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
Suspend the request/response processing.
- suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Suspend the request/response processing.
- suspend(ExternalRequestContext<T>, InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
-
Suspend request associated with provided context.
- suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.servlet.internal.ResponseWriter
-
- suspend() - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegate
-
Invoked by the superior
ContainerResponseWriter
responsible for writing the response when processing is to be
suspended.
- SUSPEND_HANDLER_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Time-out handler execution failed.
- SUSPEND_NOT_SUSPENDED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Not suspended.
- SUSPEND_SCHEDULING_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error while scheduling a timeout task.
- Suspendable - Interface in org.glassfish.jersey.server.model
-
Jersey model component that is suspendable and may hold suspend-related
information.
- suspendCurrent() - Method in class org.glassfish.jersey.process.internal.RequestScope
-
- Suspended - Annotation Type in jakarta.ws.rs.container
-
- suspended(long, TimeUnit) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Mark the component for suspending.
- SWAP - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- SyncInvoker - Interface in jakarta.ws.rs.client
-
Uniform interface for synchronous invocation of HTTP methods.
- SYSTEM_PROPERTIES_WARNING() - Static method in class org.glassfish.jersey.internal.LocalizationMessages
-
Could not read system properties
- V10 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V11 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V12 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V13 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V14 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V15 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V16 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V17 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V18 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V19 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_1 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_2 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_3 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_4 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_5 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_6 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_7 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_8 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V20 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V9 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V_PREVIEW - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
Version flag indicating that the class is using 'preview' features.
- valid(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- valid(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- validate(ResourceModelComponent) - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
-
The validate method validates a component and adds possible
issues found to it's list.
- validate(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- validate(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
-
Validates the legal characters of a percent-encoded string that
represents a URI component type.
- ValidationInterceptor - Interface in org.glassfish.jersey.server.spi
-
Interceptor for method validation processing.
- ValidationInterceptorContext - Interface in org.glassfish.jersey.server.spi
-
- value() - Method in enum com.sun.research.ws.wadl.HTTPMethods
-
- value - Variable in class com.sun.research.ws.wadl.Option
-
- value() - Method in enum com.sun.research.ws.wadl.ParamStyle
-
- valueOf(String) - Static method in enum com.sun.research.ws.wadl.HTTPMethods
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.research.ws.wadl.ParamStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class jakarta.ws.rs.core.CacheControl
-
- valueOf(String) - Static method in class jakarta.ws.rs.core.Cookie
-
- valueOf(String) - Static method in class jakarta.ws.rs.core.EntityTag
-
- valueOf(String) - Static method in class jakarta.ws.rs.core.Link
-
Simple parser to convert link header string representations into a link.
- valueOf(String) - Static method in class jakarta.ws.rs.core.MediaType
-
Creates a new instance of MediaType
by parsing the supplied string.
- valueOf(String) - Static method in class jakarta.ws.rs.core.NewCookie
-
- valueOf(String) - Static method in enum jakarta.ws.rs.core.Response.Status.Family
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ws.rs.core.Response.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum jakarta.ws.rs.RuntimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.client.RequestEntityProcessing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
-
Returns the enum constant of this type with the specified name.
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
- valueOf(MediaType) - Static method in class org.glassfish.jersey.message.internal.AcceptableMediaType
-
Create new acceptable media type instance from the supplied
media type
.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.glassfish.jersey.message.internal.LanguageTag
-
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MatchingEntityTag
-
Create new matching entity tag out of provided header reader.
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.MediaTypeProvider
-
Create a new
MediaType
instance from a header reader.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(HttpHeaderReader) - Static method in class org.glassfish.jersey.message.internal.QualitySourceMediaType
-
- valueOf(String) - Static method in enum org.glassfish.jersey.message.internal.TracingLogger.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.model.internal.RankedComparator.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.model.Parameter.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.AsyncContext.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.TracingConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.servlet.WebConfig.ConfigType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.uri.JerseyQueryParamStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
-
Returns the enum constant of this type with the specified name.
- ValueParamProvider - Interface in org.glassfish.jersey.server.spi.internal
-
Parameter value factory SPI.
- ValueParamProvider.Priority - Enum in org.glassfish.jersey.server.spi.internal
-
Enumeration of priorities for providers (e.g.
- ValueParamProvider.PriorityType - Interface in org.glassfish.jersey.server.spi.internal
-
Priorities are intended to be used as a means to determine the order in which objects are considered whether they are
suitable for a particular action or not (e.g.
- values() - Static method in enum com.sun.research.ws.wadl.HTTPMethods
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sun.research.ws.wadl.ParamStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
- values() - Static method in enum jakarta.ws.rs.core.Response.Status.Family
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jakarta.ws.rs.core.Response.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum jakarta.ws.rs.RuntimeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.client.RequestEntityProcessing
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.logging.LoggingFeature.Verbosity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.message.internal.HeaderValueException.Context
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.message.internal.HttpHeaderReader.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.message.internal.MsgTraceEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.message.internal.TracingLogger.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.model.internal.RankedComparator.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.model.Parameter.Source
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.AsyncContext.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.TracingConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.servlet.WebConfig.ConfigType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.uri.JerseyQueryParamStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- variant(Variant) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set message entity representation metadata.
- Variant - Class in jakarta.ws.rs.core
-
Abstraction for a resource representation variant.
- Variant(MediaType, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, String, String, String, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- Variant(MediaType, Locale, String) - Constructor for class jakarta.ws.rs.core.Variant
-
Create a new instance of Variant.
- variant(Variant) - Method in class org.glassfish.jersey.client.ClientRequest
-
Set message content variant (type, language and encoding).
- variant(Variant) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- Variant.VariantListBuilder - Class in jakarta.ws.rs.core
-
A builder for a list of representation variants.
- VariantListBuilder() - Constructor for class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Protected constructor, use the static newInstance
method to obtain an instance.
- VariantListBuilder - Class in org.glassfish.jersey.message.internal
-
- VariantListBuilder() - Constructor for class org.glassfish.jersey.message.internal.VariantListBuilder
-
- variants(Variant...) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- variants(List<Variant>) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Add a Vary header that lists the available variants.
- variants(List<Variant>) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- variants(Variant...) - Method in class org.glassfish.jersey.message.internal.OutboundJaxrsResponse.Builder
-
- VariantSelector - Class in org.glassfish.jersey.message.internal
-
Utility for selecting variant that best matches request from a list of variants.
- VARY - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
- verbosity(LoggingFeature.Verbosity) - Method in class org.glassfish.jersey.logging.LoggingFeature.LoggingFeatureBuilder
-
- Version - Class in org.glassfish.jersey.internal
-
Utility class for reading build.properties file.
- visit(String, Object) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitAnnotableParameterCount(int, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the number of method parameters that can have annotations.
- visitAnnotation(String, String) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits an annotation of the record component.
- visitAnnotationDefault() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits a non standard attribute of the record component.
- visitChildResource(Resource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitChildResource(Resource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Start visiting a single child resource model.
- visitCode() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the end of the method.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visits the end of the module.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits the end of the record component.
- visitEnum(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitExport(String, int, String...) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit an exported package of the current module.
- visitField(int, String, String, String, Object) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitFieldInsn(int, String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a field instruction.
- visitFrame(int, int, Object[], int, Object[]) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack elements.
- visitIincInsn(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitInsn(int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitIntInsn(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitInvocable(Invocable) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitInvocable(Invocable) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Visit a single resource method invocable model.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitJumpInsn(int, Label) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMainClass(String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit the main class of the current module.
- visitMaxs(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables of the method.
- visitMethod(int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitMethodHandler(MethodHandler) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitMethodHandler(MethodHandler) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Visit a single resource method handler model.
- visitMethodInsn(int, String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a method instruction.
- visitModule(String, int, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visit the module corresponding to the class.
- visitModule(String, int, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitMultiANewArrayInsn(String, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitNestHost(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the nest host class of the class.
- visitNestHost(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitNestMember(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a member of the nest.
- visitNestMember(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitOpen(String, int, String...) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit an open package of the current module.
- visitOuterClass(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitPackage(String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit a package of the current module.
- visitParameter(String, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameterAnnotation(int, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitPermittedSubclass(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a permitted subclasses.
- visitPermittedSubclass(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitProvide(String, String...) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit an implementation of a service.
- visitRecordComponent(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a record component of the class.
- visitRecordComponent(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitRequire(String, int, String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visits a dependence of the current module.
- visitResource(Resource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitResource(Resource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Start visiting a single resource model.
- visitResourceHandlerConstructor(HandlerConstructor) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitResourceHandlerConstructor(HandlerConstructor) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Process a resource method handler constructor.
- visitResourceMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitResourceMethod(ResourceMethod) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Visit a single resource method model.
- visitResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitResourceModel(ResourceModel) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Process a resource model.
- visitRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitRuntimeResource(RuntimeResource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Process a runtime resource model.
- visitRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
-
- visitSource(String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a try catch block.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits an annotation on a type in the record component signature.
- visitTypeInsn(int, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a type instruction.
- visitUse(String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit a service used by the current module.
- visitVarInsn(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a local variable instruction.
- VOID - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of the void
type.
- VOID_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The void
type.