- CACHE_TEMPLATES - Static variable in class org.glassfish.jersey.server.mvc.freemarker.FreemarkerMvcFeature
-
If true
then enable caching of Freemarker templates to avoid multiple compilation.
- CACHE_TEMPLATES - Static variable in class org.glassfish.jersey.server.mvc.mustache.MustacheMvcFeature
-
If true
then enable caching of Mustache templates to avoid multiple compilation.
- CACHE_TEMPLATES - Static variable in class org.glassfish.jersey.server.mvc.MvcFeature
-
If true
then enable caching of template objects, i.e.
- 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
-
- CachedConstructorAnalyzer<T> - Class in org.glassfish.jersey.inject.cdi.se.injector
-
Processes a provided class and selects the valid constructor with the largest number of parameters.
- CachedConstructorAnalyzer(Class<T>, Collection<Class<? extends Annotation>>) - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer
-
Creates a new constructor analyzer which accepts the class that is analyzed.
- 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 - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the callback URL.
- callback(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return OAuth1Parameters
after setting
callback URL.
- CALLBACK_CONFIRMED - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the token secret.
- callbackUri(String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder.FlowBuilder
-
Set the callback URI to which the user (resource owner) should be redirected after he/she
grants access to this application.
- CALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- 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
-
- CDI_2_PROVIDER_NOT_REGISTRABLE(Object) - Static method in class org.glassfish.jersey.inject.cdi.se.LocalizationMessages
-
Provider registered to CdiInjectionManager cannot be process because of incompatible type: {0}.
- CdiRequestContext - Class in org.glassfish.jersey.inject.cdi.se
-
Implementation of the request context.
- CdiRequestScope - Class in org.glassfish.jersey.inject.cdi.se
-
CDI Request scope implementation using Weld-specific BoundRequestContext
which allows pass on storage for
request-scoped objects.
- CdiRequestScope() - Constructor for class org.glassfish.jersey.inject.cdi.se.CdiRequestScope
-
- CdiSeInjectionManager - Class in org.glassfish.jersey.inject.cdi.se
-
Implementation of InjectionManager
that starts CDI SE container, scans all users bean according to beans.xml file and
register Jersey's internal beans using SeBeanRegisterExtension
extension.
- CdiSeInjectionManager() - Constructor for class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- CdiSeInjectionManagerFactory - Class in org.glassfish.jersey.inject.cdi.se
-
SPI implementation of InjectionManagerFactory
which provides a new instance of CDI InjectionManager
.
- CdiSeInjectionManagerFactory() - Constructor for class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManagerFactory
-
- 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.
- CHECKCAST - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- CHUNKED_ENCODING_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
-
The value MUST be an instance convertible to
Integer
.
- 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
-
Package-private constructor used by the ChunkedInputReader
.
- 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.
- 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.
- cleanup() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Perform any necessary cleanup at the end of processing this
BodyPart
.
- cleanup() - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
-
Cleans up temporary file(s), if any were utilized.
- cleanup() - Method in class org.glassfish.jersey.media.multipart.MultiPart
-
Performs any necessary cleanup at the end of processing this
MultiPart
.
- client(Client) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder.FlowBuilder
-
Set the client that should be used internally by the OAuth1AuthorizationFlow
to make requests to
Authorization Server.
- client(Client) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
-
Set the client that should be used internally by the OAuth1AuthorizationFlow
to make requests to
Authorization Server.
- client() - Method in class org.glassfish.jersey.test.ContainerPerClassTestNgStrategy
-
- client(Client) - Method in class org.glassfish.jersey.test.ContainerPerClassTestNgStrategy
-
- client() - Method in class org.glassfish.jersey.test.ContainerPerMethodTestNgStrategy
-
- client(Client) - Method in class org.glassfish.jersey.test.ContainerPerMethodTestNgStrategy
-
- client() - Method in class org.glassfish.jersey.test.JerseyTest
-
- client() - Method in interface org.glassfish.jersey.test.spi.TestNgStrategy
-
Return a JAX-RS client.
- client(Client) - Method in interface org.glassfish.jersey.test.spi.TestNgStrategy
-
Set a new JAX-RS client instance and return the old, previously stored, instance.
- CLIENT_ID - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
-
- CLIENT_SECRET - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
-
- 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
-
- 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.
- ClientExecutor - Interface in org.glassfish.jersey.client
-
Executor for client async processing and background task scheduling.
- ClientIdentifier - Class in org.glassfish.jersey.client.oauth2
-
Client Identifier that contains information about client id and client secret issues by a
Service Provider for application.
- ClientIdentifier(String, String) - Constructor for class org.glassfish.jersey.client.oauth2.ClientIdentifier
-
Create a new instance initialized with client id and client secret in form of String value.
- ClientIdentifier(String, byte[]) - Constructor for class org.glassfish.jersey.client.oauth2.ClientIdentifier
-
Create a new instance initialized with client id and client secret in form of byte array.
- clientIdentifier(ClientIdentifier) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
-
Set client identifier of the application that should be authorized.
- ClientLifecycleListener - Interface in org.glassfish.jersey.client
-
Jersey client lifecycle listener contract.
- ClientProperties - Class in org.glassfish.jersey.client
-
Jersey client implementation configuration properties.
- 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.
- 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.
- clone() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
- clone() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
-
- close() - Method in class org.glassfish.jersey.client.ChunkedInput
-
- 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.media.multipart.BodyPartEntity
-
- close() - Method in class org.glassfish.jersey.media.multipart.MultiPart
-
- close() - Method in class org.glassfish.jersey.media.sse.EventSource
-
Close this event source.
- close(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.EventSource
-
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.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 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.
- close(Response...) - Method in class org.glassfish.jersey.test.JerseyTest
-
Utility method that safely closes a response without throwing an exception.
- close() - Method in class org.glassfish.jersey.weld.se.WeldRequestScope
-
- 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
-
- closeIfNotNull(Client...) - Static method in class org.glassfish.jersey.test.JerseyTest
-
Utility method that safely closes a client instance without throwing an exception.
- CODE - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
-
Authorization code
- collectClientRegistrations(ProcessAnnotatedType<?>) - Method in class org.glassfish.jersey.microprofile.restclient.RestClientExtension
-
Filters out all interfaces annotated with RegisterRestClient
annotation and
adds them to the collection for further processing.
- Collector - Class in org.glassfish.jersey.inject.cdi.se.injector
-
This class collects errors, and can then also produce a MultiException from those errors if necessary.
- Collector() - Constructor for class org.glassfish.jersey.inject.cdi.se.injector.Collector
-
- com.sun.research.ws.wadl - package com.sun.research.ws.wadl
-
- comment(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
-
Set comment string associated with the event.
- commit() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Commit the response & close the container response writer.
- commitStream() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- CommonProperties - Class in org.glassfish.jersey
-
Common (server/client) Jersey configuration properties.
- 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.
- 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.
- completeRegistration() - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- completeRegistration() - Method in class org.glassfish.jersey.inject.hk2.DelayedHk2InjectionManager
-
- completeRegistration() - Method in class org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager
-
- 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.
- 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.
- ConcurrentParameterizedRunner - Class in org.glassfish.jersey.test.util.runner
-
Custom implementation of a JUnit Runner
that allows parameterized
tests to run in parallel.
- ConcurrentParameterizedRunner(Class<?>) - Constructor for class org.glassfish.jersey.test.util.runner.ConcurrentParameterizedRunner
-
Create a new runner for given test class.
- ConcurrentRunner - Class in org.glassfish.jersey.test.util.runner
-
Jersey implementation of a JUnit Runner
that runs
all test methods within a single test class in parallel.
- ConcurrentRunner(Class<?>) - Constructor for class org.glassfish.jersey.test.util.runner.ConcurrentRunner
-
Create a new runner for given test class.
- configuration(Configuration) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set global configuration.
- configuration - Variable in class org.glassfish.jersey.server.mvc.freemarker.FreemarkerDefaultConfigurationFactory
-
- ConfigurationModel<CONFIG extends org.eclipse.microprofile.config.Config> - Class in org.glassfish.jersey.microprofile.config
-
Generic class which implements default properties provider's logic and wraps not used methods from ExtConfig
- ConfigurationModel(CONFIG) - Constructor for class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
- ConfigurationProvider - Class in org.glassfish.jersey.microprofile.config
-
- ConfigurationProvider() - Constructor for class org.glassfish.jersey.microprofile.config.ConfigurationProvider
-
- configurationValidator(Supplier<ConfiguredValidator>) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set global configuration validator.
- configure(HttpClientBuilder) - Method in interface org.glassfish.jersey.apache.connector.ApacheHttpClientBuilderConfigurator
-
A callback method to configure the HttpClientBuilder
- 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() - Method in class org.glassfish.jersey.inject.cdi.se.injector.ContextInjectionResolverImpl.Binder
-
- 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(FeatureContext) - Method in class org.glassfish.jersey.jackson.JacksonFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.jackson1.Jackson1Feature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.jettison.JettisonFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.jsonb.JsonBindingFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.jsonp.JsonProcessingFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.kryo.KryoFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.linking.DeclarativeLinkingFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.media.multipart.MultiPartFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.media.sse.SseFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.message.filtering.EntityFilteringFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.message.filtering.SecurityEntityFilteringFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.message.filtering.SelectableEntityFilteringFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.microprofile.restclient.RequestHeaderAutoDiscoverable
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1SignatureFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.opentracing.OpenTracingFeature
-
- configure(ResourceInfo, FeatureContext) - Method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.gae.GaeFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.mvc.beanvalidation.MvcBeanValidationFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.mvc.freemarker.FreemarkerMvcFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.mvc.jsp.JspMvcFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.mvc.mustache.MustacheMvcFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.mvc.MvcFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.oauth1.OAuth1ServerFeature
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.validation.ValidationFeature
-
- configure() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.WadlFeature
-
- configure() - Method in class org.glassfish.jersey.test.JerseyTest
-
Create the tested JAX-RS /Jersey application.
- configureBinders(InjectionManager) - Method in interface org.glassfish.jersey.inject.spi.BinderConfigurationFactory.BinderConfiguration
-
The provided getInstances
function is used to get registered (filtered) instances in a
Configuration
- configureClient(ClientConfig) - Method in class org.glassfish.jersey.test.JerseyTest
-
Configure the test client.
- configureClient(ClientConfig) - Method in class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakWebAppTest
-
- configureDeployment() - Method in class org.glassfish.jersey.test.JerseyTest
-
Create and configure deployment context for the tested application.
- configureDeployment() - Method in class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakWebAppTest
-
- configureStrategy() - Method in class org.glassfish.jersey.test.JerseyTestNg
-
Configure
strategy
for this TestNG JerseyTest.
- configureStrategy() - Method in class org.glassfish.jersey.test.JerseyTestNg.ContainerPerClassTest
-
- configureStrategy() - Method in class org.glassfish.jersey.test.JerseyTestNg.ContainerPerMethodTest
-
- CONNECT_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Connect timeout interval, in milliseconds.
- CONNECTION_IDLE_TIMEOUT - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
-
An amount of time in milliseconds (
Integer
value) during which an idle connection will be kept open.
- CONNECTION_MANAGER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
Connection Manager which will be used to create HttpClient
.
- CONNECTION_MANAGER_SHARED - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
A value of true
indicates that configured connection manager should be shared
among multiple Jersey ClientRuntime
instances.
- 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 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
-
- constraintValidatorFactory(ConstraintValidatorFactory) - Method in class org.glassfish.jersey.server.validation.ValidationConfig
-
Defines the constraint validator factory.
- 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.
- CONSUMER_KEY - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the consumer key.
- ConsumerCredentials - Class in org.glassfish.jersey.client.oauth1
-
Consumer credentials class (credentials issued by the Service Provider for the application).
- ConsumerCredentials(String, String) - Constructor for class org.glassfish.jersey.client.oauth1.ConsumerCredentials
-
Create new consumer credentials.
- ConsumerCredentials(String, byte[]) - Constructor for class org.glassfish.jersey.client.oauth1.ConsumerCredentials
-
Create a new consumer credentials with secret defined as byte array.
- consumerKey(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return OAuth1Parameters
after setting
consumer key.
- consumerSecret(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
-
Builder pattern method to return
OAuth1Secrets
after setting
consumer secret.
- 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.
- CONTAINER_FACTORY - Static variable in class org.glassfish.jersey.test.TestProperties
-
Specifies the
test container factory
implementation
class to be used to create a test container instance for the test.
- CONTAINER_IDLE_TIMEOUT - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
-
Container idle timeout in milliseconds (
Integer
value).
- CONTAINER_PORT - Static variable in class org.glassfish.jersey.test.TestProperties
-
Specifies the network connection port to be used by an active test container
for test application deployment.
- 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
-
- ContainerPerClassTest() - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerClassTest
-
- ContainerPerClassTest(TestContainerFactory) - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerClassTest
-
- ContainerPerClassTest(Application) - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerClassTest
-
- ContainerPerClassTestNgStrategy - Class in org.glassfish.jersey.test
-
TestNG strategy that creates one test container / client per test class.
- ContainerPerClassTestNgStrategy() - Constructor for class org.glassfish.jersey.test.ContainerPerClassTestNgStrategy
-
- ContainerPerMethodTest() - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerMethodTest
-
- ContainerPerMethodTest(TestContainerFactory) - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerMethodTest
-
- ContainerPerMethodTest(Application) - Constructor for class org.glassfish.jersey.test.JerseyTestNg.ContainerPerMethodTest
-
- ContainerPerMethodTestNgStrategy - Class in org.glassfish.jersey.test
-
TestNG strategy that creates separate test container / client per test method.
- ContainerPerMethodTestNgStrategy() - Constructor for class org.glassfish.jersey.test.ContainerPerMethodTestNgStrategy
-
- 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) - Constructor for class org.glassfish.jersey.server.ContainerRequest
-
Create new Jersey container request context.
- ContainerRequestBuilder - Class in org.glassfish.jersey.test.util.server
-
- 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.
- 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.
- contains(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
- containsEntityGraph(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
-
Determine whether an entity graph for given entity class has been created by this provider.
- containsKey(ActiveDescriptor<?>) - Method in class org.glassfish.jersey.inject.hk2.RequestContext
-
- content - Variable in class com.sun.research.ws.wadl.Doc
-
- contentDisposition - Variable in class org.glassfish.jersey.media.multipart.BodyPart
-
- contentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Builder pattern method to return this BodyPart
after
additional configuration.
- ContentDisposition - Class in org.glassfish.jersey.media.multipart
-
A content disposition header.
- ContentDisposition(String, String, Date, Date, Date, long) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
-
- ContentDisposition(String) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
-
- ContentDisposition(String, boolean) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
-
- ContentDisposition(HttpHeaderReader, boolean) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
-
- ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition> - Class in org.glassfish.jersey.media.multipart
-
Builder to build content disposition.
- 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.
- ContextInjectionResolverImpl - Class in org.glassfish.jersey.inject.cdi.se.injector
-
Injection resolver for @Context
injection annotation.
- 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.cdi.se.injector
-
Context injection resolver binder.
- ContextInjectionResolverImpl.Binder - Class in org.glassfish.jersey.inject.hk2
-
Context injection resolver binder.
- contextParam(String, String) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
-
Add a context parameter.
- contextParams(Map<String, String>) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
-
Add context parameters.
- contextPath(String) - Method in class org.glassfish.jersey.test.DeploymentContext.Builder
-
Set the application deployment context path.
- contextPath(String) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
-
- ContextResolvers - Interface in org.glassfish.jersey.spi
-
An injectable interface providing look-up for ContextResolver<T>
provider instances.
- 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).
- ContractProvider - Class in org.glassfish.jersey.model
-
Jersey contract provider model.
- ContractProvider.Builder - Class in org.glassfish.jersey.model
-
Contract provider model builder.
- 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 class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
-
Add a cookie to be set.
- COOKIE_POLICY - Static variable in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
-
To set the cookie policy of this cookie manager.
- CookieParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.CookieParamException
-
- cookies(Cookie...) - Method in class org.glassfish.jersey.test.util.server.ContainerRequestBuilder
-
Add cookies to be set.
- copy() - Method in class org.glassfish.jersey.SslConfigurator
-
Create a copy of the current SSL configurator instance.
- copyBuilder(JettisonConfig) - Static method in class org.glassfish.jersey.jettison.JettisonConfig
-
- create(String) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
-
- create(String, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
-
- create(URI) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
-
- create(URI, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
-
- create(String, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
-
Create a HttpServer
that registers the declared
servlet class.
- create(String, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
-
Create a HttpServer
that registers the declared
servlet class.
- create(URI, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
-
Create a HttpServer
that registers the declared
servlet class.
- create(URI, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
-
Create a HttpServer
that registers the declared
servlet class.
- create(URI, Servlet, Map<String, String>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
-
Create a HttpServer
that registers the declared servlet instance.
- create(CreationalContext<Object>) - Method in class org.glassfish.jersey.inject.cdi.se.bean.SupplierThreadScopeBean
-
- create(Object) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManagerFactory
-
- create(CreationalContext<CdiRequestScope>) - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
-
- create(Object) - Method in class org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
-
- create(String) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
-
- create(String, Map<String, String>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
-
- create(URI) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
-
- create(URI, Map<String, String>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
-
- create(String, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
-
Create a Server
that registers the declared
servlet class.
- create(String, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
-
Create a Server
that registers the declared
servlet class.
- create(URI, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
-
Create a Server
that registers the declared
servlet class.
- create(URI, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
-
Create a Server
that registers the declared
servlet class.
- create(URI, Servlet, Map<String, String>, Map<String, String>) - Static method in class org.glassfish.jersey.jetty.servlet.JettyWebContainerFactory
-
Create a Server
that registers the declared
servlet instance.
- 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(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(URI, ResourceConfig) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
-
Create a
Closeable
that registers an
Container
that in turn manages all root
resource and provider classes declared by the resource configuration.
- create(URI, ResourceConfig, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
-
Create a
Closeable
that registers an
Container
that in turn manages all root
resource and provider classes declared by the resource configuration.
- create(URI, SSLContext, ResourceConfig) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
-
Create a
Closeable
that registers an
Container
that in turn manages all root
resource and provider classes declared by the resource configuration.
- create(URI, SSLContext, ResourceConfig, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
-
Create a
Closeable
that registers an
Container
that in turn manages all root
resource and provider classes declared by the resource configuration.
- create(URI, SSLContext, SimpleContainer) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
-
Create a
Closeable
that registers an
Container
that in turn manages all root
resource and provider classes found by searching the classes referenced in the java classpath.
- create(URI, SSLContext, ResourceConfig, Object, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
-
Create a
Closeable
that registers an
Container
that in turn manages all root
resource and provider classes declared by the resource configuration.
- create(URI, SSLContext, SimpleContainer, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
-
Create a
Closeable
that registers an
Container
that in turn manages all root
resource and provider classes found by searching the classes referenced in the java classpath.
- create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.external.ExternalTestContainerFactory
-
- create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory
-
- create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory
-
- create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.inmemory.InMemoryTestContainerFactory
-
- create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.jdkhttp.JdkHttpServerTestContainerFactory
-
- create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.jetty.JettyTestContainerFactory
-
- create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.netty.NettyTestContainerFactory
-
- create(URI, DeploymentContext) - Method in class org.glassfish.jersey.test.simple.SimpleTestContainerFactory
-
- create(URI, DeploymentContext) - Method in interface org.glassfish.jersey.test.spi.TestContainerFactory
-
Create a test container instance.
- createAlternative() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
- createAndInitialize(Class<T>) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- 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
- createBinderConfiguration(Function<Predicate<ContractProvider>, Set<Object>>) - Method in class org.glassfish.jersey.inject.hk2.HK2BinderConfigurationFactory
-
- createBinderConfiguration(Function<Predicate<ContractProvider>, Set<Object>>) - Method in interface org.glassfish.jersey.inject.spi.BinderConfigurationFactory
-
- createBoundary() - Static method in class org.glassfish.jersey.media.multipart.Boundary
-
Creates a unique boundary.
- 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) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainerProvider
-
- createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
-
- createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.jetty.JettyHttpContainerProvider
-
- createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.netty.httpserver.NettyHttpContainerProvider
-
- 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.
- createContainer(Class<T>, Application) - Method in class org.glassfish.jersey.simple.SimpleContainerProvider
-
- createContext() - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestScope
-
- createContext() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope
-
- 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.
- createDigest() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
- createDoc() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Doc
- createEnhancedAnnotatedType(BasicInjectionTarget<T>) - Static method in class org.glassfish.jersey.inject.cdi.se.bean.BeanHelper
-
- 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 interface org.glassfish.jersey.server.wadl.WadlGenerator
-
Perform any post create functions such as generating grammars.
- createForeignDescriptor(Binding) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- createFormData() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
- createGrammars() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createHttp2Server(URI, ResourceConfig, SslContext) - Static method in class org.glassfish.jersey.netty.httpserver.NettyHttpContainerProvider
-
Create and start Netty HTTP/2 server.
- createHttpServer(URI) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
-
Create new HttpServer
instance.
- createHttpServer(URI, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
-
Create new HttpServer
instance.
- createHttpServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
-
Create new HttpServer
instance.
- createHttpServer(URI, ResourceConfig, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
-
Create new HttpServer
instance.
- createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
-
Create new HttpServer
instance.
- createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
-
Create new HttpServer
instance.
- createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator, Object) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
-
Create new HttpServer
instance.
- createHttpServer(URI, ResourceConfig, Object) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
-
Create new HttpServer
instance.
- createHttpServer(URI, GrizzlyHttpContainer, boolean, SSLEngineConfigurator, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
-
Create new HttpServer
instance.
- createHttpServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
-
Create and start the
JDK HttpServer
with the Jersey application deployed
at the given
URI
.
- createHttpServer(URI, ResourceConfig, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
-
Create (and possibly start) the
JDK HttpServer
with the JAX-RS / Jersey application deployed
on the given
URI
.
- createHttpServer(URI, ResourceConfig, Object) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
-
Create (and possibly start) the
JDK HttpServer
with the JAX-RS / Jersey application deployed
on the given
URI
.
- createHttpServer(URI, ResourceConfig, SSLContext) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
-
Create and start the
JDK HttpServer
, eventually
HttpServer
's subclass
JDK HttpsServer
with the JAX-RS / Jersey application deployed on the given
URI
.
- createHttpServer(URI, ResourceConfig, SSLContext, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
-
Create (and possibly start) the
JDK HttpServer
, eventually
HttpServer
's subclass
JDK HttpsServer
with the JAX-RS / Jersey application deployed on the given
URI
.
- createHttpServer(URI, ResourceConfig, Object, SSLContext, boolean) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
-
Create (and possibly start) the
JDK HttpServer
, eventually
HttpServer
's subclass
HttpsServer
with the JAX-RS / Jersey application deployed on the given
URI
.
- createHttpUrlConnector(Client, HttpUrlConnectorProvider.ConnectionFactory, int, boolean, boolean) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
-
Create HttpUrlConnector
.
- createInclude() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createJSONConfiguration(JettisonConfig) - Static method in class org.glassfish.jersey.jettison.JettisonConfig
-
A static method for obtaining
JettisonConfig
instance with humanReadableFormatting
set according to formatted parameter.
- createJsonMarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Create a JSON marshaller.
- createJsonUnmarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Create a JSON unmarshaller.
- createLink() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Link
- 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
-
- createMarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Overrides underlaying createMarshaller method and returns
a marshaller which is capable of JSON serialization.
- createMethod() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createMethod(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createMixed() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
- 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.
- createObjectGraph(Class<?>, Set<String>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
-
Create an ObjectGraph
for given parameters.
- createOption() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createParallel() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
-
- createParam() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Param
- 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.
- 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 interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- 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 interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createResources() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- 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
-
- createResponses(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createServer(URI) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
-
Creates a Server
instance that registers an Handler
.
- createServer(URI, boolean) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
-
Creates a Server
instance that registers an Handler
.
- createServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
-
Create a Server
that registers an Handler
that
in turn manages all root resource and provider classes declared by the
resource configuration.
- createServer(URI, ResourceConfig, boolean) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
-
Create a Server
that registers an Handler
that
in turn manages all root resource and provider classes declared by the
resource configuration.
- createServer(URI, ResourceConfig, boolean, Object) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
-
Create a Server
that registers an Handler
that
in turn manages all root resource and provider classes declared by the
resource configuration.
- createServer(URI, ResourceConfig, Object) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
-
Create a Server
that registers an Handler
that
in turn manages all root resource and provider classes declared by the
resource configuration.
- createServer(URI, SslContextFactory, ResourceConfig) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
-
Create a Server
that registers an Handler
that
in turn manages all root resource and provider classes declared by the
resource configuration.
- createServer(URI, SslContextFactory, JettyHttpContainer, boolean) - Static method in class org.glassfish.jersey.jetty.JettyHttpContainerFactory
-
Create a Server
that registers an Handler
that
in turn manages all root resource and provider classes found by searching the
classes referenced in the java classpath.
- createServer(URI, ResourceConfig, SslContext, boolean) - Static method in class org.glassfish.jersey.netty.httpserver.NettyHttpContainerProvider
-
Create and start Netty server.
- createServer(URI, ResourceConfig, boolean) - Static method in class org.glassfish.jersey.netty.httpserver.NettyHttpContainerProvider
-
Create and start Netty server.
- createSSLContext() - Method in class org.glassfish.jersey.SslConfigurator
-
Create new SSL context instance using the current SSL context configuration.
- createUnmarshaller() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Overrides underlying createUnmarshaller method and returns
an unmarshaller which is capable of JSON deserialization.
- 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.
- 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.
- createValidator() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Simply delegates to underlying JAXBContext implementation.
- createWadlGenerator(InjectionManager) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
-
- creationDate - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
-
- creationDate(Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
-
Add the "creation-date" parameter.
- 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.
- CREDENTIALS_PROVIDER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
The credential provider that should be used to retrieve
credentials from a user.
- 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
-
- CTX_LOOKUP_FAILED() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
-
Spring context lookup failed, skipping spring component provider initialization.
- CTX_LOOKUP_STARTED() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
-
Spring context lookup started.
- CTX_LOOKUP_SUCESSFUL() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
-
Spring context lookup done.
- customize(Client, Configuration, AsyncHttpClientConfig.Builder) - Method in interface org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider.AsyncClientCustomizer
-
Customize the underlying asynchronous client configuration builder.
- customize(ClientRequest, RequestBuilder) - Method in interface org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider.RequestCustomizer
-
Customize the underlying Async HTTP Client request builder associated with a specific Jersey client request.
- 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.
- GaeFeature - Class in org.glassfish.jersey.server.gae
-
Google App Engine integration for Jersey server runtime.
- GaeFeature() - Constructor for class org.glassfish.jersey.server.gae.GaeFeature
-
- GC_PERIOD - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
-
Property that can be set to frequency of collecting nonces exceeding max.
- generate(OAuth1Request, OAuth1Parameters, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Signature
-
Generates and returns an OAuth signature for the given request,
parameters and secrets.
- 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
-
- GenericArrayTypeImpl - Class in org.glassfish.jersey.inject.cdi.se
-
An implementation of GenericArrayType for those times we need to create this on the fly.
- GenericArrayTypeImpl(Type) - Constructor for class org.glassfish.jersey.inject.cdi.se.GenericArrayTypeImpl
-
Creates the GenericArrayType with the given array type
- get() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- get(Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- get(GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- 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() - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
-
- get(Class<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
-
- get(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
-
- get() - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
-
- get(Class<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
-
- get(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
-
- get() - Method in interface org.glassfish.jersey.client.rx.rxjava2.RxFlowableInvoker
-
- get(Class<R>) - Method in interface org.glassfish.jersey.client.rx.rxjava2.RxFlowableInvoker
-
- get(GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.rxjava2.RxFlowableInvoker
-
- 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 .
- 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 class org.glassfish.jersey.server.ContainerRequest
-
Get the absolute path of the request.
- getAcceptableLanguages() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getAcceptableMediaTypes() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getAccess() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the class's access flags (see
Opcodes
).
- getAccessToken() - Method in class org.glassfish.jersey.client.oauth2.TokenResult
-
Get access token.
- getAccessToken(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
-
- getAccessToken(String) - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Provider
-
Returns the access token by the consumer key and token value.
- getAccessTokens(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
-
Returns a list of access tokens authorized with the supplied principal name.
- getAccessTokenSecret() - Method in class org.glassfish.jersey.client.oauth1.AccessToken
-
Get the access token secret.
- getAccessTokenSecretAsByteArray() - Method in class org.glassfish.jersey.client.oauth1.AccessToken
-
Get the access token secret in byte arrays (in default encoding).
- getActualTypeArguments() - Method in class org.glassfish.jersey.inject.cdi.se.ParameterizedTypeImpl
-
- getAllInstances(Type) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- getAllMethods() - Method in class org.glassfish.jersey.server.model.Resource
-
Provides resource methods and resource locator are available on the resource.
- getAllowedMethods() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getAllProperties() - Method in class org.glassfish.jersey.client.oauth2.TokenResult
-
Get the map of all properties returned in the Access Token Response.
- getAllServiceHolders(Class<T>, Annotation...) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- getAnnotation() - Method in class org.glassfish.jersey.inject.cdi.se.injector.ContextInjectionResolverImpl
-
- 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
-
- getAnnotation() - Method in class org.glassfish.jersey.server.spring.AutowiredInjectResolver
-
- 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(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
-
Get the application class
used for configuration of Jersey application.
- getApplicationHandler() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
-
- getApplicationHandler() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
-
- getApplicationHandler() - Method in class org.glassfish.jersey.jetty.JettyHttpContainer
-
- 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
-
- getApplicationHandler() - Method in class org.glassfish.jersey.simple.SimpleContainer
-
- 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.
- 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.
- getArrayElements() - Method in class org.glassfish.jersey.jettison.JettisonConfig
-
Returns a list of elements to be treated as arrays.
- getAsyncTimeoutMultiplier() - Method in class org.glassfish.jersey.test.JerseyTest
-
- getAttributePrefix() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
- getAttributes() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Consumer
-
Returns additional attributes associated with the consumer (e.g.
- getAttributes() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
-
- getAttributes() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Token
-
Returns additional custom attributes associated with the token.
- getAuthenticationScheme() - Method in class org.glassfish.jersey.netty.httpserver.NettySecurityContext
-
- getAuthorizedClient() - Method in interface org.glassfish.jersey.client.oauth1.OAuth1AuthorizationFlow
-
Return the client configured for performing authorized requests to the Service Provider.
- getAuthorizedClient() - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow
-
Return the client configured for performing authorized requests to the Service Provider.
- 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.
- getBasePath() - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
-
Return base path for current template processor.
- getBaseUri() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get base request URI.
- getBaseUri() - Method in class org.glassfish.jersey.test.JerseyTest
-
Returns the base URI of the tested application.
- getBaseUri() - Method in interface org.glassfish.jersey.test.spi.TestContainer
-
Get the base URI of the application.
- getBean() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
-
- getBeanClass() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
-
- getBeanClass() - Method in class org.glassfish.jersey.inject.cdi.se.bean.SupplierThreadScopeBean
-
- getBeanClass() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
-
- getBeanManager() - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- getBinding(String) - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
Get the binding as an EL expression for a particular URI template parameter
- getBindings() - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- getBodyParts() - Method in class org.glassfish.jersey.media.multipart.MultiPart
-
- 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.
- getBufferThreshold() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Get the size (in bytes) of the entity of an incoming
BodyPart
before it will be buffered to disk.
- getCallback() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the callback URL.
- getCallbackUrl() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
-
Returns callback URL for this token (applicable just to request tokens)
- getCDataElements() - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
-
specify which of your elements you want to be handled as CDATA.
- getCDataElements() - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
-
- 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 org.glassfish.jersey.client.ClientConfig
-
- getClasses() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
- getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getClassFilteringScopes() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get all available entity-filtering scopes defined on a class.
- 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
-
Returns the internal name of the class.
- 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 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
-
- getClient() - Method in class org.glassfish.jersey.test.JerseyTest
-
- getClient() - Method in class org.glassfish.jersey.test.JerseyTestNg
-
- getClientConfig() - Method in interface org.glassfish.jersey.test.spi.TestContainer
-
Get a client configuration specific to the test container.
- getClientConfig() - Static method in class org.glassfish.jersey.test.util.client.LoopBackConnectorProvider
-
Get a client configuration specific to the connector.
- getClientExecutor() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getClientId() - Method in class org.glassfish.jersey.client.oauth2.ClientIdentifier
-
Get the client id.
- getClientSecret() - Method in class org.glassfish.jersey.client.oauth2.ClientIdentifier
-
Get client secret.
- getClientSecretAsByteArray() - Method in class org.glassfish.jersey.client.oauth2.ClientIdentifier
-
Get client secret as byte array.
- 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 org.glassfish.jersey.media.sse.InboundEvent
-
Get a comment string that accompanies the event.
- getComment() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
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.
- 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
-
- getCondition() - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
Get the condition.
- getConfig() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
- 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 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 class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
-
- getConfiguration() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
-
- getConfiguration() - Method in class org.glassfish.jersey.jetty.JettyHttpContainer
-
- getConfiguration() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationProvider
-
- getConfiguration() - Method in class org.glassfish.jersey.server.ApplicationHandler
-
Get the application configuration.
- getConfiguration() - Method in interface org.glassfish.jersey.server.mvc.freemarker.FreemarkerConfigurationFactory
-
- getConfiguration() - Method in class org.glassfish.jersey.server.mvc.freemarker.FreemarkerDefaultConfigurationFactory
-
- 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 class org.glassfish.jersey.simple.SimpleContainer
-
- 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
-
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
- 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
.
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
-
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.jdk.connector.JdkConnectorProvider
-
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.jetty.connector.JettyConnectorProvider
-
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.netty.connector.NettyConnectorProvider
-
- getConnector(Client, Configuration) - Method in class org.glassfish.jersey.test.util.client.LoopBackConnectorProvider
-
- 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.
- getConstraintValidatorFactory() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
-
Return ConstraintValidatorFactory
implementation used for configuration.
- getConstructor() - Method in class org.glassfish.jersey.inject.cdi.se.injector.CachedConstructorAnalyzer
-
- 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
-
- getConsumer(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
-
- getConsumer() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
-
- getConsumer(String) - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Provider
-
Gets consumer corresponding to a given consumer key.
- getConsumer() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Token
-
Returns consumer this token was issued for.
- getConsumerKey() - Method in class org.glassfish.jersey.client.oauth1.ConsumerCredentials
-
Get consumer key.
- getConsumerKey() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the consumer key.
- getConsumers(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
-
Returns a set of consumers registered by a given owner.
- getConsumerSecret() - Method in class org.glassfish.jersey.client.oauth1.ConsumerCredentials
-
Get consumer secret.
- getConsumerSecret() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
-
Returns the consumer secret.
- getConsumerSecretAsByteArray() - Method in class org.glassfish.jersey.client.oauth1.ConsumerCredentials
-
Get consumer secret as a byte array (in default encoding).
- 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.
- getContainer() - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- getContainerRequest() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the container request.
- getContainerRequestFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get container request filters
used during the request filtering
phase.
- getContainerResponse() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the container response.
- getContainerResponseFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get container response filters
used during the response filtering
phase.
- getContent() - Method in class com.sun.research.ws.wadl.Doc
-
Gets the value of the content property.
- getContentDisposition() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Gets the content disposition.
- getContentDisposition() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
- getContext() - Method in class org.glassfish.jersey.server.spi.ExternalRequestContext
-
Get me current external context data.
- getContextParams() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
-
Get the context parameters.
- getContextPath() - Method in class org.glassfish.jersey.test.DeploymentContext
-
Get the deployed application context path.
- getContractMap() - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the map of contracts and their priorities.
- getContracts(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
-
- getContracts(Class<?>) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
- 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.server.ResourceConfig
-
- getContributorsFor(Class<?>) - Method in class org.glassfish.jersey.linking.contributing.NaiveResourceLinkContributionContext
-
- getContributorsFor(Class<?>) - Method in interface org.glassfish.jersey.linking.contributing.ResourceLinkContributionContext
-
Returns all link contributions for an entity class.
- getCookies() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getCookies() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getCookies() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getCookies() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getCookieStore(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
- getCorePoolSize() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
Get the number of the core threads of the the provisioned thread pool executor.
- getCreationDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the creation-date parameter.
- getData() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get event data.
- 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.
- getDefaultFilteringScope() - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
-
Get a set containing default filtering scope.
- getDefaultMediaType() - Static method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Gets the default MediaType
to be used if the user didn't specify
any.
- 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.
- 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.
- getDispatcherTypes() - Method in class org.glassfish.jersey.test.ServletDeploymentContext.FilterDescriptor
-
Get filter dispatcher type set.
- 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.
- 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 org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
-
Get the output encoding.
- getEnhancedAnnotatedType() - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
-
- getEntity() - Method in class org.glassfish.jersey.client.ClientResponse
-
Get the message entity Java instance.
- getEntity() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns the entity object to be unmarshalled from a request, or to be
marshalled on a response.
- getEntity() - Method in class org.glassfish.jersey.media.multipart.MultiPart
-
Disables access to the entity for a
MultiPart
.
- getEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityAnnotations() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityAs(Class<T>) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns the entity after appropriate conversion to the requested type.
- getEntityClass() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get an entity class this graph is created for.
- getEntityClass() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
-
Get entity class to be processed.
- getEntityClass(Type) - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
-
A convenience method to get the domain class (i.e.
- getEntityClass() - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get entity domain class of this graph.
- getEntityClass() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityGraph() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
-
Get entity graph to be modified by the processing.
- getEntityStream() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityTag() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityType() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getErrorCode() - Method in exception org.glassfish.jersey.test.maven.runner.ShellMojoExecutionException
-
- getErrorModel(T) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper
-
Get a model for error template.
- getErrors() - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Gets all the errors associated with this MultiException.
- getErrorStatus(T) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractErrorTemplateMapper
-
Get a response status of to-be-processed error template.
- 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() - 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.
- getExceptionMapperStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get statistics about registered exception mappers
.
- 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
-
- getExpiresIn() - Method in class org.glassfish.jersey.client.oauth2.TokenResult
-
- getExtension() - Method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
Gets the file extension.
- GETFIELD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- getField(String) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
-
Gets a form data body part given a control name.
- getField() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
-
Get field to be processed.
- getFields(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
-
- getFields(String) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
-
Gets a list of one or more form data body parts given a control name.
- getFields() - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
-
Gets a map of form data body parts where the key is the control name
and the value is a list of one or more form data body parts.
- getFields(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get fields for given entity-filtering scope.
- getFields(String...) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get fields for given entity-filtering scopes.
- getFields(Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get fields for given entity-filtering scopes.
- getFields() - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get a set of all simple (non-filterable) fields of entity class.
- getFields(String) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get fields with the given parent path.
- getFileEntity() - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Gets the file for this body part.
- getFileName() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the filename parameter.
- getFilename() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Gets the filename value which is to be used in the content-disposition
header of this body part entity.
- getFilterClass() - Method in class org.glassfish.jersey.test.ServletDeploymentContext.FilterDescriptor
-
Get filter class.
- 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
-
- getFilteringObject(Type, boolean, Annotation...) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
-
- getFilteringObject(Type, boolean, Annotation...) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectProvider
-
Get reader/writer entity-filtering object for given type.
- getFilteringScopes() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get all available entity-filtering scopes.
- getFilteringScopes(Annotation[], boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.ScopeProvider
-
Get entity-filtering scopes to be used to process an entity.
- getFilterName() - Method in class org.glassfish.jersey.test.ServletDeploymentContext.FilterDescriptor
-
Get filter name.
- getFilters() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
-
Get the filter class.
- 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.
- 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.
- getFormDataContentDisposition() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Gets the form data content disposition.
- 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
-
- getGenericComponentType() - Method in class org.glassfish.jersey.inject.cdi.se.GenericArrayTypeImpl
-
- getGenericParameterTypes() - Method in class org.glassfish.jersey.model.AnnotatedMethod
-
Get generic method parameter types.
- getGenericType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get generic data type.
- getGrammars() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the grammars property.
- 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.
- getHandlingMethod() - Method in class org.glassfish.jersey.server.model.Invocable
-
Getter for the Java method
- getHeaders() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns a mutable map of HTTP header value(s) for this BodyPart
, keyed by the header name.
- getHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getHeaderString(String) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getHeaderValues(String) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
-
Returns the value(s) of the specified request header.
- getHk2Types() - Method in class org.glassfish.jersey.ext.cdi1x.hk2ban.EmptyHk2CustomInjectionTypeProvider
-
- getHk2Types() - Method in interface org.glassfish.jersey.ext.cdi1x.spi.Hk2CustomBoundTypesProvider
-
Provide a set of types that should became accessible
by CDI container in a form of CDI beans backed by HK2.
- 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.
- getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.apache.connector.ApacheConnectorProvider
-
- getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
-
Retrieve the underlying Grizzly
AsyncHttpClient
instance from
JerseyClient
or
JerseyWebTarget
configured to use
GrizzlyConnectorProvider
.
- getHttpClient(Configurable<?>) - Static method in class org.glassfish.jersey.jetty.connector.JettyConnectorProvider
-
- getHttpClient() - Method in interface org.glassfish.jersey.jetty.connector.JettyHttpClientContract
-
Supply a user predefined HttpClient
- getHttpClient() - Method in class org.glassfish.jersey.jetty.connector.JettyHttpClientSupplier
-
- 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 class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
-
- getId() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Get event identifier.
- getId() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get event identifier.
- 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.
- 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
-
- getInitParams() - Method in class org.glassfish.jersey.test.ServletDeploymentContext.FilterDescriptor
-
Get filter initialization parameters.
- getInitParams() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
-
Get the initialization parameters.
- getInjectAnnotations(Collection<InjectionResolver>) - Static method in class org.glassfish.jersey.inject.cdi.se.injector.InjectionUtils
-
Returns all annotations that can be managed using registered and provided injection resolvers
.
- 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
-
Extract and return injection manager from clientRequestContext
.
- getInjectionManager(ClientResponseContext) - Static method in class org.glassfish.jersey.client.InjectionManagerClientProvider
-
Extract and return injection manager from clientResponseContext
.
- getInjectionManager(WriterInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
Extract and return injection manager from writerInterceptorContext
.
- getInjectionManager(ReaderInterceptorContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
Extract and return injection manager from readerInterceptorContext
.
- getInjectionManager(FeatureContext) - Static method in class org.glassfish.jersey.InjectionManagerProvider
-
Extract and return injection manager from featureContext
.
- getInjectionManager() - Method in class org.glassfish.jersey.server.ApplicationHandler
-
Returns InjectionManager
relevant to current application.
- getInjectionPoints() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
-
- getInjectionPoints() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
-
- getInputStream() - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
-
Gets the input stream of the raw bytes of this body part entity.
- getInstance(Class<T>, Annotation...) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- getInstance(Class<T>) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- getInstance(Type) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- getInstance(ForeignDescriptor) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- getInstance(Class<T>, String) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- getInstance() - Static method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
-
Gets the singleton instance of this class.
- getInstance(InjectionManager) - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the injected resource method handler instance.
- getInstances() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getInstances() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
- 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.
- getInvalidValue() - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Returns the string representation of the value failing to pass the constraint.
- 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 interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Get the default JAXB context associated with the
WadlGenerator
for the Web application.
- getJSONConfiguration() - Method in interface org.glassfish.jersey.jettison.JettisonConfigured
-
Provides information on current JSON configuration options for this object.
- getJSONConfiguration() - Method in class org.glassfish.jersey.jettison.JettisonJaxbContext
-
Get the JSON configuration.
- getJSONMarshaller(Marshaller) - Static method in class org.glassfish.jersey.jettison.JettisonJaxbContext
-
- getJSONUnmarshaller(Unmarshaller) - Static method in class org.glassfish.jersey.jettison.JettisonJaxbContext
-
- getKeepAliveTime() - Method in class org.glassfish.jersey.spi.ThreadPoolExecutorProvider
-
Get the thread keep-alive time (in seconds).
- getKey() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.AccessType
-
- getKey() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Display
-
- getKey() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Prompt
-
- getKey() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Consumer
-
- getKey() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Consumer
-
Returns consumer key.
- 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 class org.glassfish.jersey.server.ContainerResponse
-
- getLastLines() - Method in exception org.glassfish.jersey.test.maven.runner.ShellMojoExecutionException
-
- getLastLoggedRecord() - Method in class org.glassfish.jersey.test.JerseyTest
-
- 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 class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the length of this path, i.e.
- getLength() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getLink() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the link property.
- getLink(URI) - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
Builds a link from a
URI
.
- getLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getLinkBuilder(String) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getLinks() - Method in class org.glassfish.jersey.client.ClientResponse
-
- getLinks() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getLinkStyle() - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
Get the style
- getLinkTemplate(ResourceMappingContext) - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
Get the link template, either directly from the value() or from the
@Path
of the class referenced in resource()
- getListeners() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
-
Get all the registered Listener classes
- 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.
- getLoggedRecords() - Method in class org.glassfish.jersey.test.JerseyTest
-
- getMappedThrowable() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the throwable that was mapped to a response.
- getMapping(Class<?>) - Method in class org.glassfish.jersey.linking.mapping.NaiveResourceMappingContext
-
- getMapping(Class<?>) - Method in interface org.glassfish.jersey.linking.mapping.ResourceMappingContext
-
- getMarshallerProperties() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Get marshaller properties.
- 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
-
- 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.
- 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 class org.glassfish.jersey.media.multipart.BodyPart
-
Returns the MediaType
for this BodyPart
.
- getMediaType() - Method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
Gets the media type.
- getMediaType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get media type
of the event data.
- getMediaType() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getMediaType() - Method in class org.glassfish.jersey.server.mvc.spi.ResolvedViewable
-
Get the media type for which the
view processor
resolved the template reference.
- getMediaTypeFromFile(File) - Static method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
A utility method for predicting media type from a file name.
- getMediaTypeFromFile(File) - Method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
-
- getMediaTypeFromFile(File) - Method in interface org.glassfish.jersey.media.multipart.file.MediaTypePredictor
-
Get the media type from a file name.
- getMediaTypeFromFileName(String) - Static method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
A utility method for predicting media type from a file name.
- getMediaTypeFromFileName(String) - Method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
-
- getMediaTypeFromFileName(String) - Method in interface org.glassfish.jersey.media.multipart.file.MediaTypePredictor
-
Get the media type from a file name.
- getMessage() - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Gets the message associated with this exception.
- 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.
- getMessage() - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Return the interpolated error message for this validation error.
- 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 interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- 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 interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyReader
s that are suitable for the given type
.
- 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 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 interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get the list of media types supported for a Java type.
- 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 interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyWriter
s that are suitable for the given type
.
- getMessageInterpolator() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
-
Return MessageInterpolator
implementation used for configuration.
- getMessageTemplate() - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Return the non-interpolated error message for this validation error.
- 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 class org.glassfish.jersey.client.ClientRequest
-
- getMethod() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
-
Get method to be processed.
- 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() - Method in class org.glassfish.jersey.server.mvc.Viewable
-
Get the model.
- getModelProcessors() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getModificationDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the modification-date parameter.
- 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 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 interface org.glassfish.jersey.client.spi.Connector
-
Get name of current connector.
- getName() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
-
- getName() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
-
- getName() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Gets the control name.
- getName() - Method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition
-
Get the name parameter.
- getName() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Get event name.
- getName() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get event name.
- 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
-
- getNames() - Method in class org.glassfish.jersey.server.model.Resource
-
Return a list of resource names.
- getNamespacePrefixMapper() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
- getNamespaceSeparator() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
- getNettyContext() - Method in class org.glassfish.jersey.netty.httpserver.NettySecurityContext
-
- getNonce() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the nonce, a value that should be unique for a given
timestamp.
- getNotation() - Method in class org.glassfish.jersey.jettison.JettisonConfig
-
Returns JSON notation selected for this configuration
- 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.UriTemplate
-
Get the number of explicit regular expressions declared in the template variables.
- 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.
- getOAuth1Feature() - Method in interface org.glassfish.jersey.client.oauth1.OAuth1AuthorizationFlow
-
Return the oauth filter feature
that can be used to configure
client
instances to perform authenticated requests to the Service Provider.
- getOAuth2Feature() - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow
-
Return the oauth filter feature
that can be used to configure
client
instances to perform authenticated requests to the Service Provider.
- 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 class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
- 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
- getOrCreateEmptyEntityGraph(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
-
Get an empty entity graph for given class.
- getOrCreateEntityGraph(Class<?>, boolean) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraphProvider
-
Get an entity graph for given class.
- 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.
- 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.
- getOwner() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Consumer
-
Returns identifier of owner of this consumer - i.e.
- getOwnerType() - Method in class org.glassfish.jersey.inject.cdi.se.ParameterizedTypeImpl
-
- 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
-
- getParameterizedHeaders() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns an immutable map of parameterized HTTP header value(s) for this BodyPart
,
keyed by header name.
- getParameterName() - Method in exception org.glassfish.jersey.server.ParamException
-
Get the parameter name.
- getParameterNameProvider() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
-
Return ParameterNameProvider
implementation used for configuration.
- getParameterNames() - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
-
Returns an
Set
of
String
objects containing the
names of the parameters contained in the request.
- getParameters() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
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(BeanManagerImpl, CreationalContext<?>, CreationalContext<?>) - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyConstructorInjectionPoint
-
Helper method for getting the current parameter values from a list of annotated parameters.
- getParameterValues(String) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
-
Returns an
List
of
String
objects containing the
values of the specified request parameter, or null if the parameter does
not exist.
- getParent() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns the parent
MultiPart
(if any) for this
BodyPart
.
- 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.
- getParentAnnotation() - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
- 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(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.
- getPath() - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Return the string representation of the property path to the value.
- 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(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.UriTemplate
-
Get the URI pattern.
- getPort() - Method in interface org.glassfish.jersey.simple.SimpleServer
-
The port the server is listening to for incomming HTTP connections.
- getPort() - Method in class org.glassfish.jersey.test.JerseyTest
-
Get the port to be used for test application deployments.
- getPostConstructMethod(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
-
- getPreDestroyMethod(Class<T>) - Method in class org.glassfish.jersey.inject.hk2.JerseyClassAnalyzer
-
- getPredictor() - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Gets the media type predictor.
- getPrincipal() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Consumer
-
- getPrincipal() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
-
- getPrincipal() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Consumer
-
Returns a
Principal
object representing this consumer.
- getPrincipal() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Token
-
Returns a
Principal
object containing the name of the
user the request containing this token is authorized to act on behalf of.
- getPriority(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider
-
Get the provider contract priority, if set, default component provider, if not set.
- 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 org.glassfish.jersey.client.ClientConfig
-
- getProperties() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
- getProperties() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationProvider
-
- 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 class org.glassfish.jersey.client.ClientConfig
-
- getProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
- getProperty(String) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
- getProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getPropertyMethods(Class<?>, boolean) - Static method in class org.glassfish.jersey.message.filtering.spi.FilteringHelper
-
Get accessor method mappings (field -> getter/setter) for given class.
- getPropertyNames() - Method in class org.glassfish.jersey.client.ClientConfig
-
- getPropertyNames() - Method in class org.glassfish.jersey.client.ClientRequest
-
- getPropertyNames() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
- getPropertyNames() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getPropertyNames() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getProvideLink() - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
- getProviderClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get classes of registered providers.
- getProviders() - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Returns the configured Providers
for this BodyPart
.
- 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.
- getQualifiers() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
-
- getQualifiers() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
-
- getQueryType() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the queryType property.
- getRank() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
-
- getRawData() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Get the raw event data bytes.
- 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 org.glassfish.jersey.inject.cdi.se.ParameterizedTypeImpl
-
- getRawType() - Method in class org.glassfish.jersey.model.Parameter
-
Get raw type information for the parameter.
- getReadDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the read-date 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.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 interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyReader
models that are suitable for the given type
.
- 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.
- getRealm() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the protection realm for the request.
- getReconnectDelay() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
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.
- getReconnectDelay() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get connection retry time in milliseconds the event receiver should wait before attempting to
reconnect after a connection to the SSE source is lost.
- getReference() - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestContext
-
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.
- getRefreshToken() - Method in class org.glassfish.jersey.client.oauth2.TokenResult
-
Get the refresh token.
- 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.
- 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.
- getReportToErrorService() - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Returns true if this exception should be reported
to the error service when thrown during a creation
or deletion of a service.
- 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 class org.glassfish.jersey.server.ContainerRequest
-
- getRequestChildSpan(ContainerRequestContext) - Static method in class org.glassfish.jersey.opentracing.OpenTracingUtils
-
Create and start ad-hoc custom span with the default name as a child span of the request span (if available).
- getRequestChildSpan(ContainerRequestContext, String) - Static method in class org.glassfish.jersey.opentracing.OpenTracingUtils
-
Create and start ad-hoc custom span with a custom name as a child span of the request span (if available).
- 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.
- 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 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 class org.glassfish.jersey.client.ClientRequest
-
- getRequestHeaders() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the values of HTTP request headers.
- getRequestMethod() - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
-
Returns the name of the HTTP method with which this request was made,
for example, GET, POST, or PUT.
- getRequestScopedInitializer() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get a custom container extensions initializer for the current request.
- getRequestSpan(ContainerRequestContext) - Static method in class org.glassfish.jersey.opentracing.OpenTracingUtils
-
Resolve resource-level span.
- 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.
- getRequestToken(String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
-
- getRequestToken(String) - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Provider
-
Returns the request token by the consumer key and token value.
- getRequestUri() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get request URI.
- getRequestURL() - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1Request
-
Returns the URL of the request, including protocol, server name,
optional port number, and server path.
- getRequiredJaxbContextClasses() - Method in interface org.glassfish.jersey.wadl.doclet.DocProcessor
-
Specify jaxb classes of instances that you add to the resourcedoc
model.
- getRequiredJaxbContextClasses() - Method in class org.glassfish.jersey.wadl.doclet.DocProcessorWrapper
-
- 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.
- getResolvingClass() - Method in class org.glassfish.jersey.server.mvc.spi.ResolvedViewable
-
Get resolving class.
- getResource() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the resource property.
- getResource() - Method in class org.glassfish.jersey.linking.ProvideLinkDescriptor
-
- 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
-
- 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.
- getResourceConfig() - Method in class org.glassfish.jersey.test.DeploymentContext
-
Get the deployed application resource configuration.
- 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 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 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.
- 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.
- 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.
- 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.
- 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 class org.glassfish.jersey.client.ClientConfig
-
- getRuntimeType() - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
- getRuntimeType() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getRxInvoker(SyncInvoker, ExecutorService) - Method in class org.glassfish.jersey.client.rx.guava.RxListenableFutureInvokerProvider
-
- getRxInvoker(SyncInvoker, ExecutorService) - Method in class org.glassfish.jersey.client.rx.rxjava.RxObservableInvokerProvider
-
- getRxInvoker(SyncInvoker, ExecutorService) - Method in class org.glassfish.jersey.client.rx.rxjava2.RxFlowableInvokerProvider
-
- 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.cdi.se.bean.JerseyBean
-
- getScope() - Method in class org.glassfish.jersey.inject.cdi.se.bean.SupplierThreadScopeBean
-
- getScope() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
-
- 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.
- getSecret() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Consumer
-
- getSecret() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
-
- getSecret() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Consumer
-
Returns consumer secret.
- getSecret() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Token
-
Returns the token secret.
- getSecurityContext() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getServletClass() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
-
Get the servlet class.
- getServletConfig() - Method in class org.glassfish.jersey.servlet.portability.PortableServletContainer
-
- 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.server.mvc.spi.AbstractTemplateProcessor
-
Return current servlet context, if present.
- 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
-
- getServletInfo() - Method in class org.glassfish.jersey.servlet.portability.PortableServletContainer
-
- getServletInstance() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
-
Get the servlet instance.
- getServletPath() - Method in class org.glassfish.jersey.test.ServletDeploymentContext
-
Get the servlet path.
- getSeverity() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
- getSignature() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the signature for the request.
- getSignatureMethod() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the signature method used to sign the request.
- getSingletons() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- 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(Object, Class, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.media.htmljson.HtmlJsonProvider
-
- getSize() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
-
Get the size parameter.
- getSize(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
-
- 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.
- 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.
- 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 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 class org.glassfish.jersey.client.ClientResponse
-
- getStatus() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getStatus() - Method in exception org.glassfish.jersey.server.oauth1.OAuth1Exception
-
Get the status of the error response.
- getStatusInfo() - Method in class org.glassfish.jersey.client.ClientResponse
-
- 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.
- getStereotypes() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
-
- getStereotypes() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
-
- getStreamEntity() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Gets the underlying stream entity which will form the body part entity.
- 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.
- getSubgraphs(String) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get subgraphs for given entity-filtering scope.
- getSubgraphs(String...) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get subgraphs for given entity-filtering scopes.
- getSubgraphs(Set<String>) - Method in interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Get subgraphs for given entity-filtering scopes.
- getSubgraphs() - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get a map of all further-filterable fields of entity class.
- getSubgraphs(String) - Method in interface org.glassfish.jersey.message.filtering.spi.ObjectGraph
-
Get subgraphs with the given parent path.
- 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.
- getTempDir() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Get the directory to store temporary files containing body parts of multipart message that extends allowed memory
threshold.
- getTemplate() - Method in interface org.glassfish.jersey.linking.mapping.ResourceMappingContext.Mapping
-
- 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.
- getTemplateName() - Method in class org.glassfish.jersey.server.mvc.Viewable
-
Get the template name.
- getTemplateObjectFactory(Function<Class<?>, ?>, Class<F>, Value<F>) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
-
Retrieve a template object factory.
- 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).
- getTestContainerFactory() - Method in class org.glassfish.jersey.test.JerseyTest
-
- getTimestamp() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the timestamp, a value expected to be a positive integer,
typically containing the number of seconds since January 1, 1970
00:00:00 GMT (epoch).
- 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.
- getToken() - Method in class org.glassfish.jersey.client.oauth1.AccessToken
-
Get the access token.
- getToken() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the request or access token.
- getToken() - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider.Token
-
- getToken() - Method in interface org.glassfish.jersey.server.oauth1.OAuth1Token
-
Returns string representing the token.
- getTokenSecret() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
-
Returns request or access token.
- getTokenType() - Method in class org.glassfish.jersey.client.oauth2.TokenResult
-
Get the type of the returned access 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.
- getTraversableResolver() - Method in class org.glassfish.jersey.server.validation.ValidationConfig
-
Return TraversableResolver
implementation used for configuration.
- 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(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.media.multipart.ContentDisposition
-
Get the type.
- getType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
-
Get data type.
- getType() - Method in interface org.glassfish.jersey.message.filtering.spi.EntityProcessorContext
-
Get the
type
of this context.
- 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.
- 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
-
- 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.
- getTypes() - Method in class org.glassfish.jersey.inject.cdi.se.bean.JerseyBean
-
- getTypes() - Method in class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
-
- getUnmarshallerProperties() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Get unmarshaller properties.
- 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 class org.glassfish.jersey.client.ClientRequest
-
- getUri() - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- getUriBuilder() - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- 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 class org.glassfish.jersey.netty.httpserver.NettySecurityContext
-
- getValue() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the value property.
- 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, Class<T>) - Static method in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
Get the value of the specified property.
- 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() - Method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.AccessType
-
- getValue() - Method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Display
-
- getValue() - Method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Prompt
-
- getValue(Map<String, ?>, String, Class<?>) - 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(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
-
- getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.jdk.connector.JdkConnectorProperties
-
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.jetty.connector.JettyClientProperties
-
Get the value of the specified property.
- getValue() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Gets the field value for this body part.
- getValue(Map<String, ?>, String, Class<T>) - Static method in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T) - Static method in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
-
Get the value of the specified property.
- getValue(Map<String, ?>, String, T, Class<T>) - Static method in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
-
Get the value of the specified property.
- 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.
- getValueAs(Class<T>) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Gets the field value after appropriate conversion to the requested type.
- getValueFromConfig(String) - Method in class org.glassfish.jersey.microprofile.config.ConfigurationModel
-
Allows ancestors to work with native configuration providers
- getValueOf(T) - Method in interface org.glassfish.jersey.model.Parameter.ParamAnnotationHelper
-
- getValueParamProviders() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getValueWrapper() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
- 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.
- getVerifier() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the verifier code.
- getVersion() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Returns the protocol version.
- getWebComponent() - Method in class org.glassfish.jersey.servlet.ServletContainer
-
- getWorkers() - Method in class org.glassfish.jersey.client.ClientRequest
-
Get the message body workers associated with the request.
- 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.
- 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 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 interface org.glassfish.jersey.message.MessageBodyWorkers
-
Get a list of MessageBodyWriter
models that are suitable for the given type
.
- getWwwAuthHeader() - Method in exception org.glassfish.jersey.server.oauth1.OAuth1Exception
-
Get the WWW-Authenticate
header of the request that cause the exception.
- getXml2JsonNs() - Method in class org.glassfish.jersey.jettison.JettisonConfig
-
- googleFlowBuilder(ClientIdentifier, String, String) - Static method in class org.glassfish.jersey.client.oauth2.OAuth2ClientSupport
-
Get a builder that can be directly used to perform Authorization Code Grant flow defined by
Google.
- 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
-
- GrizzlyConnectorProvider - Class in org.glassfish.jersey.grizzly.connector
-
Connector provider for Jersey
connectors
that utilize
Grizzly Asynchronous HTTP Client to send and receive HTTP request and responses.
- GrizzlyConnectorProvider() - Constructor for class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
-
Create new Grizzly Async HTTP Client connector provider.
- GrizzlyConnectorProvider(GrizzlyConnectorProvider.AsyncClientCustomizer) - Constructor for class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
-
Create new Grizzly Async HTTP Client connector provider with a custom client configuration customizer.
- GrizzlyConnectorProvider.AsyncClientCustomizer - Interface in org.glassfish.jersey.grizzly.connector
-
A customization SPI for the async client instance underlying Grizzly connectors.
- GrizzlyConnectorProvider.RequestCustomizer - Interface in org.glassfish.jersey.grizzly.connector
-
A customization SPI for the async client request instances.
- GrizzlyHttpContainer - Class in org.glassfish.jersey.grizzly2.httpserver
-
Jersey Container
implementation based on Grizzly HttpHandler
.
- GrizzlyHttpContainerProvider - Class in org.glassfish.jersey.grizzly2.httpserver
-
Container provider for containers based on Grizzly HttpHandler
.
- GrizzlyHttpContainerProvider() - Constructor for class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainerProvider
-
- GrizzlyHttpServerFactory - Class in org.glassfish.jersey.grizzly2.httpserver
-
Factory for creating Grizzly Http Server.
- GrizzlyTestContainerFactory - Class in org.glassfish.jersey.test.grizzly
-
Jersey test framework container factory implementation based on Grizzly 2.x HTTP server.
- GrizzlyTestContainerFactory() - Constructor for class org.glassfish.jersey.test.grizzly.GrizzlyTestContainerFactory
-
- GrizzlyWebContainerFactory - Class in org.glassfish.jersey.grizzly2.servlet
-
Factory for creating and starting Grizzly 2 HttpServer
instances
for deploying a Servlet
.
- GrizzlyWebTestContainerFactory - Class in org.glassfish.jersey.test.grizzly
-
A Servlet-based test container factory for creating test container instances using Grizzly.
- GrizzlyWebTestContainerFactory() - Constructor for class org.glassfish.jersey.test.grizzly.GrizzlyWebTestContainerFactory
-
- GZipEncoder - Class in org.glassfish.jersey.message
-
GZIP encoding support.
- GZipEncoder() - Constructor for class org.glassfish.jersey.message.GZipEncoder
-
Initialize GZipEncoder.
- OAuth1AuthorizationFlow - Interface in org.glassfish.jersey.client.oauth1
-
The interface of the OAuth 1 Authorization Flow utility.
- OAuth1Builder - Interface in org.glassfish.jersey.client.oauth1
-
Builder of OAuth 1 client support.
- OAuth1Builder.FilterFeatureBuilder - Interface in org.glassfish.jersey.client.oauth1
-
Builder of the Feature
.
- OAuth1Builder.FlowBuilder - Interface in org.glassfish.jersey.client.oauth1
-
- OAuth1ClientSupport - Class in org.glassfish.jersey.client.oauth1
-
The main class to build the support for OAuth 1 into the Jersey client.
- OAuth1Consumer - Interface in org.glassfish.jersey.server.oauth1
-
Class representing a registered consumer.
- OAuth1Exception - Exception in org.glassfish.jersey.server.oauth1
-
Web application exception
that is mapped either
to Response.Status.BAD_REQUEST
(e.g.
- OAuth1Exception(Response.Status, String) - Constructor for exception org.glassfish.jersey.server.oauth1.OAuth1Exception
-
Create a new exception.
- OAuth1Parameters - Class in org.glassfish.jersey.oauth1.signature
-
A data structure class that represents OAuth protocol parameters.
- OAuth1Parameters() - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
- OAuth1Provider - Interface in org.glassfish.jersey.server.oauth1
-
Contract for a provider that supports managing OAuth tokens and consumer secrets.
- OAuth1Request - Interface in org.glassfish.jersey.oauth1.signature
-
Interface to be implemented as a wrapper around an HTTP request, so that
digital signature can be generated and/or verified.
- OAuth1Secrets - Class in org.glassfish.jersey.oauth1.signature
-
Contains the secrets used to generate and/or verify signatures.
- OAuth1Secrets() - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
-
- OAuth1ServerFeature - Class in org.glassfish.jersey.server.oauth1
-
The feature enables support for OAuth 1.0a on the server.
- OAuth1ServerFeature(OAuth1Provider, String, String) - Constructor for class org.glassfish.jersey.server.oauth1.OAuth1ServerFeature
-
Create a new feature configured with
OAuth provider
and request and access token
URIs.
- OAuth1ServerFeature(OAuth1Provider) - Constructor for class org.glassfish.jersey.server.oauth1.OAuth1ServerFeature
-
- OAuth1ServerFeature() - Constructor for class org.glassfish.jersey.server.oauth1.OAuth1ServerFeature
-
Create a new feature.
- OAuth1ServerProperties - Class in org.glassfish.jersey.server.oauth1
-
Properties used to configure OAuth server module.
- OAuth1ServerProperties() - Constructor for class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
-
- OAuth1Signature - Class in org.glassfish.jersey.oauth1.signature
-
Injectable class used for processing an OAuth signature (signing or verifying).
- OAuth1Signature(InjectionManager) - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1Signature
-
Create a new instance of the OAuth signature configured with injected ServiceLocator
.
- OAuth1SignatureException - Exception in org.glassfish.jersey.oauth1.signature
-
Thrown to indicate that an OAuth exception occurred.
- OAuth1SignatureException() - Constructor for exception org.glassfish.jersey.oauth1.signature.OAuth1SignatureException
-
Constructs an OAuth signature exception with no detail message.
- OAuth1SignatureException(String) - Constructor for exception org.glassfish.jersey.oauth1.signature.OAuth1SignatureException
-
Constructs an OAuth signature exception with the specified detail
message.
- OAuth1SignatureException(Throwable) - Constructor for exception org.glassfish.jersey.oauth1.signature.OAuth1SignatureException
-
Constructs an OAuth signature exception with the specified cause.
- OAuth1SignatureFeature - Class in org.glassfish.jersey.oauth1.signature
-
Feature enabling OAuth signature support.
- OAuth1SignatureFeature() - Constructor for class org.glassfish.jersey.oauth1.signature.OAuth1SignatureFeature
-
- OAuth1SignatureMethod - Interface in org.glassfish.jersey.oauth1.signature
-
An interface representing the OAuth signature method.
- OAuth1Token - Interface in org.glassfish.jersey.server.oauth1
-
Interface representing an OAuth token (i.e.
- OAUTH2_PROPERTY_ACCESS_TOKEN - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2ClientSupport
-
Key of the property that can be attached to the
client request
using
ClientRequestContext.setProperty(String, Object)
and that
defines access token that should be used when generating OAuth Authorization
http header.
- OAuth2ClientSupport - Class in org.glassfish.jersey.client.oauth2
-
Main class to build the Authorization Flow instances and client filter feature
that
can supports performing of authenticated OAuth requests.
- OAuth2CodeGrantFlow - Interface in org.glassfish.jersey.client.oauth2
-
The interface that defines OAuth 2 Authorization Code Grant Flow.
- OAuth2CodeGrantFlow.Builder<T extends OAuth2CodeGrantFlow.Builder> - Interface in org.glassfish.jersey.client.oauth2
-
- OAuth2CodeGrantFlow.Phase - Enum in org.glassfish.jersey.client.oauth2
-
Phase of the Authorization Code Grant Flow.
- OAuth2FlowGoogleBuilder - Class in org.glassfish.jersey.client.oauth2
-
Class that provides methods to build
OAuth2CodeGrantFlow
pre-configured for usage
with Google provider.
- OAuth2FlowGoogleBuilder.AccessType - Enum in org.glassfish.jersey.client.oauth2
-
Enum that defines values for "access_type" parameter used in
Google OAuth flow.
- OAuth2FlowGoogleBuilder.Display - Enum in org.glassfish.jersey.client.oauth2
-
Enum that defines values for "display" parameter used in
Google OAuth flow.
- OAuth2FlowGoogleBuilder.Prompt - Enum in org.glassfish.jersey.client.oauth2
-
Enum that defines values for "prompt" parameter used in
Google OAuth flow.
- OAuth2Parameters - Class in org.glassfish.jersey.client.oauth2
-
Class that contains definition od parameters used in OAuth2.
- OAuth2Parameters.GrantType - Enum in org.glassfish.jersey.client.oauth2
-
Parameter grant_type
used in the access token request.
- OAUTH_PROPERTY_ACCESS_TOKEN - Static variable in class org.glassfish.jersey.client.oauth1.OAuth1ClientSupport
-
Key of the property that can be attached to the
client request
using
ClientRequestContext.setProperty(String, Object)
and that
defines
access token
that should be used when generating OAuth
Authorization
http header.
- OAUTH_PROPERTY_CONSUMER_CREDENTIALS - Static variable in class org.glassfish.jersey.client.oauth1.OAuth1ClientSupport
-
Key of the property that can be attached to the
client request
using
ClientRequestContext.setProperty(String, Object)
and that
defines
consumer credentials
that should be used when generating OAuth
Authorization
http header.
- OAUTH_PROPERTY_OAUTH_PARAMETERS - Static variable in class org.glassfish.jersey.client.oauth1.OAuth1ClientSupport
-
Key of the property that can be attached to the
client request
using
ClientRequestContext.setProperty(String, Object)
and that
defines
OAuth1Parameters
that should be used when generating OAuth
Authorization
http header.
- OAUTH_PROPERTY_OAUTH_SECRETS - Static variable in class org.glassfish.jersey.client.oauth1.OAuth1ClientSupport
-
Key of the property that can be attached to the
client request
using
ClientRequestContext.setProperty(String, Object)
and that
defines
OAuth1Secrets
that should be used when generating OAuth
Authorization
http header.
- OBJECT - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of object reference types.
- ObjectFactory - Class in com.sun.research.ws.wadl
-
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.sun.research.ws.wadl package.
- ObjectFactory() - Constructor for class com.sun.research.ws.wadl.ObjectFactory
-
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun
.research.ws.wadl
- ObjectGraph - Interface in org.glassfish.jersey.message.filtering.spi
-
Read-only graph containing representations of an entity class that should be processed in entity-filtering.
- ObjectGraphTransformer<T> - Interface in org.glassfish.jersey.message.filtering.spi
-
This contract brings support for transforming an internal representation of entity data filtering feature into an object
familiar to underlying provider (e.g.
- ObjectProvider<T> - Interface in org.glassfish.jersey.message.filtering.spi
-
Entry point of Entity Data Filtering feature for providers working with custom entities and media types (reading/writing).
- onClose() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
-
Invoked when the client instance is closed.
- onClose(ChunkedOutput<T>) - Method in class org.glassfish.jersey.server.Broadcaster
-
Called when the chunkedOutput has been closed (either by client closing the connection or by calling
ChunkedOutput.close()
on the server side.
- onClose(ChunkedOutput<T>) - Method in interface org.glassfish.jersey.server.BroadcasterListener
-
Called when the chunkedOutput has been closed (either by client closing the connection or by calling
ChunkedOutput.close()
on the server side.
- onClose() - Method in class org.glassfish.jersey.spi.AbstractThreadPoolProvider
-
- onDestroy() - Method in interface org.glassfish.jersey.server.monitoring.DestroyListener
-
The method is called when application is destroyed.
- onEvent(InboundEvent) - Method in interface org.glassfish.jersey.media.sse.EventListener
-
Invoked when an event is received.
- onEvent(InboundEvent) - Method in class org.glassfish.jersey.media.sse.EventSource
-
Invoked when an event is received.
- onEvent(ApplicationEvent) - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
-
Process the application event
.
- onEvent(RequestEvent) - Method in interface org.glassfish.jersey.server.monitoring.RequestEventListener
-
The method is called when new request event occurs.
- onException(ChunkedOutput<T>, Exception) - Method in class org.glassfish.jersey.server.Broadcaster
-
Called when exception was thrown by a given chunked response when trying to write to it or close it.
- onException(ChunkedOutput<T>, Exception) - Method in interface org.glassfish.jersey.server.BroadcasterListener
-
Called when exception was thrown by a given chunked response when trying to write to it or close it.
- onFailure(ErrorInformation) - Method in class org.glassfish.jersey.inject.hk2.JerseyErrorService
-
- onInit() - Method in interface org.glassfish.jersey.client.ClientLifecycleListener
-
Invoked when a new runtime is initialized for the client instance.
- onReload(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
-
- onReload(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
-
- onReload(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
-
Invoked when the
container
has been reloaded.
- onReload(Container) - Method in class org.glassfish.jersey.server.spring.SpringLifecycleListener
-
- onRequest(RequestEvent) - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
-
- onShutdown(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
-
- onShutdown(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
-
- onShutdown(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
-
- onShutdown(Container) - Method in class org.glassfish.jersey.server.spring.SpringLifecycleListener
-
- onStartup(Container) - Method in class org.glassfish.jersey.server.ApplicationHandler
-
- onStartup(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
-
- onStartup(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
-
- onStartup(Container) - Method in class org.glassfish.jersey.server.spring.SpringLifecycleListener
-
- onStartup(ServletContext) - Method in class org.glassfish.jersey.server.spring.SpringWebApplicationInitializer
-
- onStartup(Set<Class<?>>, ServletContext) - Method in class org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
-
- onStatistics(MonitoringStatistics) - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatisticsListener
-
The method is called when new statistics are available and statistics are passed as an argument.
- onTimeout(ContainerResponseWriter) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter.TimeoutHandler
-
- onValidate(ValidationInterceptorContext) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptor
-
Used to intercept resource method validation processing.
- Opcodes - Interface in jersey.repackaged.org.objectweb.asm
-
The JVM opcodes, access flags and array type codes.
- open() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
-
Build new SSE event source pointing at a SSE streaming web target
.
- open() - Method in class org.glassfish.jersey.media.sse.EventSource
-
Open the connection to the supplied SSE underlying
web target
and start processing incoming
events
.
- open() - Method in interface org.glassfish.jersey.server.ResourceFinder
-
Open current resource.
- open(InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
-
Invoked when a new request gets started.
- open(InjectionManager) - Method in class org.glassfish.jersey.weld.se.WeldRequestScope
-
- OPEN_ROOT_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
-
Path pattern matching the any URI path.
- OPENTRACING_LOG_APPLIED_REQUEST_FILTERS(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Applied request filters: {0}.
- OPENTRACING_LOG_APPLIED_RESPONSE_FILTERS(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Applied reqsponse filters: {0}.
- OPENTRACING_LOG_EXCEPTION(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Exception while processing the request: {0}.
- OPENTRACING_LOG_EXCEPTION_MAPPER_FOUND(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Exception mapper found: {0}.
- OPENTRACING_LOG_EXCEPTION_MAPPING_FINISHED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Exception mapping finished:
- OPENTRACING_LOG_EXCEPTION_MAPPING_NOEXCEPTION_OR_FAILED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
no exception or mapping failed.
- OPENTRACING_LOG_EXCEPTION_MAPPING_SUCCESS() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
successfully mapped
- OPENTRACING_LOG_LOCATOR_MATCHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Locator matched.
- OPENTRACING_LOG_MATCHING_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Resource matching started.
- OPENTRACING_LOG_REQUEST_FILTERING_FINISHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Request filtering finished, {0} filter(s) applied.
- OPENTRACING_LOG_REQUEST_FILTERING_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Request filtering started.
- OPENTRACING_LOG_REQUEST_MATCHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Request matched, method: {0}
- OPENTRACING_LOG_REQUEST_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Request started.
- OPENTRACING_LOG_RESOURCE_METHOD_FINISHED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Resource method finished.
- OPENTRACING_LOG_RESOURCE_METHOD_STARTED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Resource method {0} started.
- OPENTRACING_LOG_RESPONSE_FILTERING_FINISHED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Response filtering finished, {0} filter(s) applied.
- OPENTRACING_LOG_RESPONSE_FILTERING_STARTED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Response filtering started.
- OPENTRACING_LOG_SUBRESOURCE_LOCATED(Object) - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
Subresource located: {0}
- OPENTRACING_SPAN_PREFIX_CLIENT() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
jersey-client-
- OPENTRACING_TAG_ACCEPTABLE_MEDIA_TYPES() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
acceptableMediaTypes
- OPENTRACING_TAG_HAS_REQUEST_ENTITY() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
hasRequestEntity
- OPENTRACING_TAG_HAS_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
hasResponseEntity
- OPENTRACING_TAG_REQUEST_HEADERS() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
requestHeaders
- OPENTRACING_TAG_RESPONSE_HEADERS() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
responseHeaders
- OPENTRACING_TAG_RESPONSE_LENGTH() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
responseLength
- OPENTRACING_TRACER_NOT_REGISTERED() - Static method in class org.glassfish.jersey.opentracing.LocalizationMessages
-
OpenTracing feature is enabled, but no Tracer has been registered.
- OpenTracingClientResponseFilter - Class in org.glassfish.jersey.opentracing
-
Retrieves stored span from the ClientRequestContext
and adds response details to the tracing info.
- OpenTracingClientResponseFilter() - Constructor for class org.glassfish.jersey.opentracing.OpenTracingClientResponseFilter
-
- OpenTracingFeature - Class in org.glassfish.jersey.opentracing
-
A feature that enables OpenTracing support on server and client.
- OpenTracingFeature() - Constructor for class org.glassfish.jersey.opentracing.OpenTracingFeature
-
- OpenTracingFeature(OpenTracingFeature.Verbosity) - Constructor for class org.glassfish.jersey.opentracing.OpenTracingFeature
-
- OpenTracingFeature.Verbosity - Enum in org.glassfish.jersey.opentracing
-
OpenTracing Jersey event logging verbosity.
- OpenTracingUtils - Class in org.glassfish.jersey.opentracing
-
Utility methods for Jersey OpenTracing integration.
- Option - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Option() - Constructor for class com.sun.research.ws.wadl.Option
-
- option - Variable in class com.sun.research.ws.wadl.Param
-
- optionLength(String) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
Return array length for given option: 1 + the number of arguments that
the option takes.
- options() - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- options(Class<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- options(GenericType<R>) - Method in class org.glassfish.jersey.client.AbstractRxInvoker
-
- options() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- options(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- options(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- options() - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
-
- options(Class<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
-
- options(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.guava.RxListenableFutureInvoker
-
- options() - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
-
- options(Class<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
-
- options(GenericType<T>) - Method in interface org.glassfish.jersey.client.rx.rxjava.RxObservableInvoker
-
- options() - Method in interface org.glassfish.jersey.client.rx.rxjava2.RxFlowableInvoker
-
- options(Class<R>) - Method in interface org.glassfish.jersey.client.rx.rxjava2.RxFlowableInvoker
-
- options(GenericType<R>) - Method in interface org.glassfish.jersey.client.rx.rxjava2.RxFlowableInvoker
-
- OptionsHandler() - Constructor for class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
-
- OptionsMethodProcessor - Class in org.glassfish.jersey.server.wadl.processor
-
- OptionsMethodProcessor() - Constructor for class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
-
Creates new instance.
- org.glassfish.jersey - package org.glassfish.jersey
-
Common Jersey core classes.
- org.glassfish.jersey.apache.connector - package org.glassfish.jersey.apache.connector
-
Jersey client
connector
based on the
Apache Http Client.
- org.glassfish.jersey.client - package org.glassfish.jersey.client
-
Jersey client-side classes.
- org.glassfish.jersey.client.authentication - package org.glassfish.jersey.client.authentication
-
Provides core client authentication mechanisms.
- org.glassfish.jersey.client.filter - package org.glassfish.jersey.client.filter
-
Provides core client filters.
- org.glassfish.jersey.client.inject - package org.glassfish.jersey.client.inject
-
- org.glassfish.jersey.client.oauth1 - package org.glassfish.jersey.client.oauth1
-
Jersey OAuth 1 Client API.
- org.glassfish.jersey.client.oauth2 - package org.glassfish.jersey.client.oauth2
-
Jersey OAuth 2 Client API.
- org.glassfish.jersey.client.proxy - package org.glassfish.jersey.client.proxy
-
This package defines a high-level (proxy-based) client API.
- org.glassfish.jersey.client.rx.guava - package org.glassfish.jersey.client.rx.guava
-
Jersey Reactive Client - Guava (ListenableFuture) provider.
- org.glassfish.jersey.client.rx.rxjava - package org.glassfish.jersey.client.rx.rxjava
-
Jersey Reactive Client - RxJava (Observable) provider.
- org.glassfish.jersey.client.rx.rxjava2 - package org.glassfish.jersey.client.rx.rxjava2
-
- org.glassfish.jersey.client.spi - package org.glassfish.jersey.client.spi
-
Jersey client SPI classes/interfaces.
- org.glassfish.jersey.ext.cdi1x.hk2ban - package org.glassfish.jersey.ext.cdi1x.hk2ban
-
Jersey package supporting Jersey HK2 custom injection binding
to be disabled in CDI environment.
- org.glassfish.jersey.ext.cdi1x.spi - package org.glassfish.jersey.ext.cdi1x.spi
-
Jersey package to support custom defined HK2 injection binding
for Jersey/CDI applications.
- org.glassfish.jersey.grizzly.connector - package org.glassfish.jersey.grizzly.connector
-
Jersey client
connector
based on the
Grizzly Async Client.
- org.glassfish.jersey.grizzly2.httpserver - package org.glassfish.jersey.grizzly2.httpserver
-
Jersey Grizzly 2.x container classes.
- org.glassfish.jersey.grizzly2.servlet - package org.glassfish.jersey.grizzly2.servlet
-
Jersey Grizzly 2.x Servlet container classes.
- org.glassfish.jersey.inject.cdi.se - package org.glassfish.jersey.inject.cdi.se
-
- org.glassfish.jersey.inject.cdi.se.bean - package org.glassfish.jersey.inject.cdi.se.bean
-
- org.glassfish.jersey.inject.cdi.se.injector - package org.glassfish.jersey.inject.cdi.se.injector
-
- org.glassfish.jersey.inject.hk2 - package org.glassfish.jersey.inject.hk2
-
- org.glassfish.jersey.inject.spi - package org.glassfish.jersey.inject.spi
-
Common Jersey core injection SPI classes.
- org.glassfish.jersey.jackson - package org.glassfish.jersey.jackson
-
Jersey classes supporting JSON media type processing based on Jackson.
- org.glassfish.jersey.jackson1 - package org.glassfish.jersey.jackson1
-
Jersey classes supporting JSON media type processing based on Jackson 1.x.
- org.glassfish.jersey.jdk.connector - package org.glassfish.jersey.jdk.connector
-
Jersey client
connector
based on JDK NIO framework.
- org.glassfish.jersey.jdkhttp - package org.glassfish.jersey.jdkhttp
-
- org.glassfish.jersey.jettison - package org.glassfish.jersey.jettison
-
Jersey classes supporting JSON media type processing based on Jettison.
- org.glassfish.jersey.jetty - package org.glassfish.jersey.jetty
-
Jersey Jetty container classes.
- org.glassfish.jersey.jetty.connector - package org.glassfish.jersey.jetty.connector
-
Jersey client
connector
based on the
Jetty Client.
- org.glassfish.jersey.jetty.servlet - package org.glassfish.jersey.jetty.servlet
-
Jersey Jetty Servlet container classes.
- org.glassfish.jersey.jsonb - package org.glassfish.jersey.jsonb
-
Jersey classes supporting JSON marshalling and unmarshalling using JSON-B.
- org.glassfish.jersey.jsonp - package org.glassfish.jersey.jsonp
-
Jersey classes supporting JSON processing (JSON-P) media providers.
- org.glassfish.jersey.kryo - package org.glassfish.jersey.kryo
-
- org.glassfish.jersey.linking - package org.glassfish.jersey.linking
-
- org.glassfish.jersey.linking.contributing - package org.glassfish.jersey.linking.contributing
-
- org.glassfish.jersey.linking.mapping - package org.glassfish.jersey.linking.mapping
-
- org.glassfish.jersey.logging - package org.glassfish.jersey.logging
-
Logging feature provides the logging of requests and responses on server and client.
- org.glassfish.jersey.media.htmljson - package org.glassfish.jersey.media.htmljson
-
Jersey package with entity provider that allows usage of net.java.html.json
.
- org.glassfish.jersey.media.multipart - package org.glassfish.jersey.media.multipart
-
JAX-RS Integration with MIME MultiPart Message Formats
- org.glassfish.jersey.media.multipart.file - package org.glassfish.jersey.media.multipart.file
-
Provides support for body parts that are file attachments.
- org.glassfish.jersey.media.sse - package org.glassfish.jersey.media.sse
-
Support for Server Sent events in Jersey.
- org.glassfish.jersey.message - package org.glassfish.jersey.message
-
Common Jersey messaging classes.
- org.glassfish.jersey.message.filtering - package org.glassfish.jersey.message.filtering
-
Support for Entity Data Filtering in Jersey.
- org.glassfish.jersey.message.filtering.spi - package org.glassfish.jersey.message.filtering.spi
-
SPI for Entity Data Filtering in Jersey.
- org.glassfish.jersey.microprofile.config - package org.glassfish.jersey.microprofile.config
-
Support for microprofile external configurations in Jersey
Configuration properties for Jersey (client/server/common) could be passed from different sources
using this implementation
- org.glassfish.jersey.microprofile.restclient - package org.glassfish.jersey.microprofile.restclient
-
- org.glassfish.jersey.model - package org.glassfish.jersey.model
-
Common Jersey model related classes and interfaces.
- org.glassfish.jersey.moxy.json - package org.glassfish.jersey.moxy.json
-
Jersey classes supporting JSON media type processing based on Moxy.
- org.glassfish.jersey.moxy.xml - package org.glassfish.jersey.moxy.xml
-
Jersey classes supporting XML media type processing based on Moxy.
- org.glassfish.jersey.netty.connector - package org.glassfish.jersey.netty.connector
-
- org.glassfish.jersey.netty.httpserver - package org.glassfish.jersey.netty.httpserver
-
- org.glassfish.jersey.oauth1.signature - package org.glassfish.jersey.oauth1.signature
-
Jersey OAuth 1 Signature API and Implementation.
- org.glassfish.jersey.opentracing - package org.glassfish.jersey.opentracing
-
- org.glassfish.jersey.process - package org.glassfish.jersey.process
-
Common Jersey processing classes.
- org.glassfish.jersey.server - package org.glassfish.jersey.server
-
Jersey server-side classes.
- org.glassfish.jersey.server.filter - package org.glassfish.jersey.server.filter
-
Provides core server filters.
- org.glassfish.jersey.server.gae - package org.glassfish.jersey.server.gae
-
Public API of Google App Engine integration support.
- org.glassfish.jersey.server.model - package org.glassfish.jersey.server.model
-
Jersey server-side application & resource modeling classes.
- org.glassfish.jersey.server.monitoring - package org.glassfish.jersey.server.monitoring
-
Jersey server-side monitoring JMX MBeans interfaces.
- org.glassfish.jersey.server.mvc - package org.glassfish.jersey.server.mvc
-
Provides support for Model, View and Controller (MVC).
- org.glassfish.jersey.server.mvc.beanvalidation - package org.glassfish.jersey.server.mvc.beanvalidation
-
Jersey server-side classes adding support of bean validation to MVC (Model View Controller).
- org.glassfish.jersey.server.mvc.freemarker - package org.glassfish.jersey.server.mvc.freemarker
-
Jersey server-side classes adding support of FreeMarker to Jersey MVC (Model View Controller).
- org.glassfish.jersey.server.mvc.jsp - package org.glassfish.jersey.server.mvc.jsp
-
Jersey server-side MVC support for servlet containers.
- org.glassfish.jersey.server.mvc.mustache - package org.glassfish.jersey.server.mvc.mustache
-
Jersey server-side classes adding support of Mustache to Jersey MVC (Model View Controller).
- org.glassfish.jersey.server.mvc.spi - package org.glassfish.jersey.server.mvc.spi
-
Provides support for view aspect of model view controller and templates that
produce views.
- org.glassfish.jersey.server.oauth1 - package org.glassfish.jersey.server.oauth1
-
Jersey OAuth 1 Server API.
- org.glassfish.jersey.server.spi - package org.glassfish.jersey.server.spi
-
Jersey server-side service provider contract (SPI) classes.
- org.glassfish.jersey.server.spring - package org.glassfish.jersey.server.spring
-
Jersey server-side Spring 5 integration classes.
- org.glassfish.jersey.server.spring.scope - package org.glassfish.jersey.server.spring.scope
-
Jersey server-side Spring 5 integration injection scopes related classes.
- org.glassfish.jersey.server.validation - package org.glassfish.jersey.server.validation
-
Jersey server-side bean validation classes.
- org.glassfish.jersey.server.wadl - package org.glassfish.jersey.server.wadl
-
Jersey server-side WADL support public classes and interfaces.
- org.glassfish.jersey.server.wadl.config - package org.glassfish.jersey.server.wadl.config
-
Jersey server-side WADL configuration classes.
- org.glassfish.jersey.server.wadl.processor - package org.glassfish.jersey.server.wadl.processor
-
Jersey server-side WADL
model processor
classes
that extends resource model with resources and resource methods that produce WADL content.
- org.glassfish.jersey.servlet - package org.glassfish.jersey.servlet
-
Jersey generic Servlet container integration classes.
- org.glassfish.jersey.servlet.async - package org.glassfish.jersey.servlet.async
-
Jersey servlet container asynchronous support classes.
- org.glassfish.jersey.servlet.init - package org.glassfish.jersey.servlet.init
-
Jersey servlet container initialization classes.
- org.glassfish.jersey.servlet.portability - package org.glassfish.jersey.servlet.portability
-
Package containing utility classes enabling web applications to be portable between different versions of Jersey
runtime.
- org.glassfish.jersey.servlet.spi - package org.glassfish.jersey.servlet.spi
-
SPI for Jersey generic Servlet container support.
- org.glassfish.jersey.simple - package org.glassfish.jersey.simple
-
Jersey Simple 6.x container classes.
- org.glassfish.jersey.spi - package org.glassfish.jersey.spi
-
Common Jersey service provider contract (SPI) classes.
- org.glassfish.jersey.test - package org.glassfish.jersey.test
-
Jersey test framework common classes that support testing JAX-RS and Jersey-based applications.
- org.glassfish.jersey.test.external - package org.glassfish.jersey.test.external
-
Jersey test framework external container provider classes.
- org.glassfish.jersey.test.grizzly - package org.glassfish.jersey.test.grizzly
-
Jersey test framework Grizzly 2 container provider classes.
- org.glassfish.jersey.test.inmemory - package org.glassfish.jersey.test.inmemory
-
Jersey test framework in-memory provider classes.
- org.glassfish.jersey.test.jdkhttp - package org.glassfish.jersey.test.jdkhttp
-
Jersey test framework for JDK HttpServer Container.
- org.glassfish.jersey.test.jetty - package org.glassfish.jersey.test.jetty
-
Jersey test framework for Jetty Http Container.
- org.glassfish.jersey.test.maven.rule - package org.glassfish.jersey.test.maven.rule
-
- org.glassfish.jersey.test.maven.runner - package org.glassfish.jersey.test.maven.runner
-
- org.glassfish.jersey.test.memleak.common - package org.glassfish.jersey.test.memleak.common
-
- org.glassfish.jersey.test.netty - package org.glassfish.jersey.test.netty
-
- org.glassfish.jersey.test.simple - package org.glassfish.jersey.test.simple
-
Jersey test framework for Simple Container classes.
- org.glassfish.jersey.test.spi - package org.glassfish.jersey.test.spi
-
Jersey test framework service provider contract (SPI) classes.
- org.glassfish.jersey.test.util.client - package org.glassfish.jersey.test.util.client
-
- org.glassfish.jersey.test.util.runner - package org.glassfish.jersey.test.util.runner
-
- org.glassfish.jersey.test.util.server - package org.glassfish.jersey.test.util.server
-
- org.glassfish.jersey.uri - package org.glassfish.jersey.uri
-
Common Jersey classes that provide support for JAX-RS URI templates and
encoding/decoding of URI components.
- org.glassfish.jersey.wadl.doclet - package org.glassfish.jersey.wadl.doclet
-
Jersey classes used for doclet generation for WADL purposes.
- org.glassfish.jersey.weld.se - package org.glassfish.jersey.weld.se
-
- OUT_EVENT_DATA_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
Outbound event data must not be explicitly set to 'null'.
- OUT_EVENT_DATA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
Outbound event data type must not be explicitly set to 'null'.
- OUT_EVENT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
Outbound event data media type must not be explicitly set to 'null'.
- OUT_EVENT_NOT_BUILDABLE() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
-
Cannot build outbound event.
- OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.client.ClientProperties
-
An integer value that defines the buffer size used to buffer client-side
request entity in order to determine its size and set the value of HTTP
"Content-Length" header.
- OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.CommonProperties
-
An integer value that defines the buffer size used to buffer the outbound message entity in order to
determine its size and set the value of HTTP "Content-Length" header.
- OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.server.ServerProperties
-
An integer value that defines the buffer size used to buffer server-side response entity in order to
determine its size and set the value of HTTP "Content-Length" header.
- OUTBOUND_CONTENT_LENGTH_BUFFER_CLIENT - Static variable in class org.glassfish.jersey.CommonProperties
-
- OUTBOUND_CONTENT_LENGTH_BUFFER_SERVER - Static variable in class org.glassfish.jersey.CommonProperties
-
- OutboundEvent - Class in org.glassfish.jersey.media.sse
-
Representation of a single outbound SSE event.
- OutboundEvent.Builder - Class in org.glassfish.jersey.media.sse
-
- overrideSource(Parameter, Parameter.Source) - Static method in class org.glassfish.jersey.server.model.Parameter
-
Create new parameter model by overriding source
of the original parameter model.
- 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_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
-
Read timeout interval, in milliseconds.
- 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
.
- readData() - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Get the original event data string
String
.
- readData(Class<T>) - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Read event data as a given Java type.
- readData(GenericType<T>) - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Read event data as a given generic type.
- readData(Class<T>, MediaType) - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Read event data as a given Java type.
- readData(GenericType<T>, MediaType) - Method in class org.glassfish.jersey.media.sse.InboundEvent
-
Read event data as a given generic type.
- readDate - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
-
- readDate(Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
-
Add the "read-date" parameter.
- 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>) - 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.
- ReaderModel - Class in org.glassfish.jersey.message
-
MessageBodyReader
model.
- ReaderModel(MessageBodyReader, List<MediaType>, Boolean) - Constructor for class org.glassfish.jersey.message.ReaderModel
-
Create new reader model instance.
- 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.
- readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.glassfish.jersey.media.htmljson.HtmlJsonProvider
-
- readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
-
- 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
-
- readModule(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a CONSTANT_Module constant pool entry in this
ClassReader
.
- readPackage(int, char[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Reads a CONSTANT_Package constant pool entry in this
ClassReader
.
- readRequest(OAuth1Request) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Reads a request for OAuth parameters, and populates this object.
- readShort(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- 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
.
- realm(String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder
-
Set the realm to which the user wants to authenticate.
- REALM - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the protection realm.
- realm(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return OAuth1Parameters
after setting
protection realm.
- REALM - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
-
OAuth realm (String property).
- RECONNECT_DEFAULT - Static variable in class org.glassfish.jersey.media.sse.EventSource
-
Default SSE
EventSource
reconnect delay value in milliseconds.
- RECONNECT_NOT_SET - Static variable in class org.glassfish.jersey.media.sse.SseFeature
-
A "reconnection not set" value for the SSE reconnect delay set via retry
field.
- reconnectDelay(long) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.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 org.glassfish.jersey.media.sse.EventSource.Builder
-
Set the initial reconnect delay to be used by the event source.
- RECORD_LOG_LEVEL - Static variable in class org.glassfish.jersey.test.TestProperties
-
If set to a numeric value then this property enables to store log records at
log level
value (or higher) defined by the value of this property.
- REDIRECT_URI - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
-
Parameter response_type
used in the
authorization request.
- REDIRECT_URI_UNDEFINED - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
-
- redirectUri(String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
-
Set the redirect URI to which the user (resource owner) should be redirected after he/she
grants access to our application.
- 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.
- 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.
- REFRESH_TOKEN - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
-
- refreshAccessToken(String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow
-
Refresh the access token using a refresh token.
- refreshTokenUri(String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
-
Set the refresh token URI on which the access token can be refreshed using a refresh token.
- 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(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(Invocation.Builder, GrizzlyConnectorProvider.RequestCustomizer) - Static method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
-
Register a request customizer for a single request.
- register(ClientConfig, GrizzlyConnectorProvider.RequestCustomizer) - Static method in class org.glassfish.jersey.grizzly.connector.GrizzlyConnectorProvider
-
Register a request customizer for a all requests executed by a client instance configured with this client config.
- register(Binding) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- register(Iterable<Binding>) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- register(Binder) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- register(Object) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- 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(EventListener) - Method in class org.glassfish.jersey.media.sse.EventSource
-
- register(EventListener, String, String...) - Method in class org.glassfish.jersey.media.sse.EventSource
-
Add name-bound
event listener
which will be called only for incoming SSE
events
whose
name
is equal to the specified
name(s).
- 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
-
- registerBean(InstanceBinding<T>, AfterBeanDiscovery, List<InjectionResolver>) - Static method in class org.glassfish.jersey.inject.cdi.se.bean.BeanHelper
-
Registers an instance as
JerseyBean
into
BeanManager
.
- registerBean(ClassBinding<T>, AfterBeanDiscovery, Collection<InjectionResolver>, BeanManager) - Static method in class org.glassfish.jersey.inject.cdi.se.bean.BeanHelper
-
- 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
.
- registerConsumer(String, MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
-
Register a new consumer.
- registerConsumer(String, String, String, MultivaluedMap<String, String>) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
-
Register a new consumer configured with Consumer Key.
- registerFinder(ResourceFinder) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- REGISTERING_CTX_LOADER_LISTENER() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
-
Registering Spring ContextLoaderListener
- 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
.
- registerSupplier(SupplierInstanceBinding<T>, AfterBeanDiscovery, BeanManager) - Static method in class org.glassfish.jersey.inject.cdi.se.bean.BeanHelper
-
Registers an instance supplier and its provided value as
JerseyBean
s into
BeanManager
.
- registerSupplier(SupplierClassBinding<T>, AfterBeanDiscovery, Collection<InjectionResolver>, BeanManager) - Static method in class org.glassfish.jersey.inject.cdi.se.bean.BeanHelper
-
Registers a class supplier and its provided value as
JerseyBean
s into
BeanManager
.
- rel - Variable in class com.sun.research.ws.wadl.Link
-
- 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.inject.cdi.se.CdiRequestContext
-
Release a single reference to the current request scope instance.
- release(RequestContext) - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestScope
-
- release() - Method in class org.glassfish.jersey.inject.hk2.Hk2RequestScope.Instance
-
Release a single reference to the current request scope instance.
- reload() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
-
- reload(ResourceConfig) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
-
- reload() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
-
- reload(ResourceConfig) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
-
- reload() - Method in class org.glassfish.jersey.jetty.JettyHttpContainer
-
- reload(ResourceConfig) - Method in class org.glassfish.jersey.jetty.JettyHttpContainer
-
- 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
-
- reload() - Method in class org.glassfish.jersey.simple.SimpleContainer
-
- reload(ResourceConfig) - Method in class org.glassfish.jersey.simple.SimpleContainer
-
- 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 interface org.glassfish.jersey.message.filtering.spi.EntityGraph
-
Remove a field/subgraph from the graph (all entity-filtering scopes).
- remove(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
-
- remove(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
-
- remove() - Method in interface org.glassfish.jersey.server.ResourceFinder
-
- removeProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
-
- removeProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- repeating - Variable in class com.sun.research.ws.wadl.Param
-
- replaceChildResource(Resource, Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Replace an existing child resource with a newly supplied one.
- 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 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_CONFIG - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
Request configuration for the HttpClient
.
- 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_TOKEN_URI - Static variable in class org.glassfish.jersey.server.oauth1.OAuth1ServerProperties
-
If exposure of token resources is enabled (e.g.
- 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.Binder - Class in org.glassfish.jersey.inject.hk2
-
Request scope injection binder.
- RequestContextFilter - Class in org.glassfish.jersey.server.spring.scope
-
Spring filter to provide a bridge between JAX-RS and Spring request attributes.
- RequestContextFilter - Class in org.glassfish.jersey.server.spring.scope
-
Spring filter to provide a bridge between JAX-RS and Spring request attributes.
- RequestContextFilter(InjectionManager) - Constructor for class org.glassfish.jersey.server.spring.scope.RequestContextFilter
-
Create a new request context filter instance.
- 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
-
- RequestHeaderAutoDiscoverable - Class in org.glassfish.jersey.microprofile.restclient
-
Auto discoverable feature to bind into jersey runtime.
- RequestHeaderAutoDiscoverable() - Constructor for class org.glassfish.jersey.microprofile.restclient.RequestHeaderAutoDiscoverable
-
- 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
-
- RequestScopeBean - Class in org.glassfish.jersey.inject.cdi.se
-
- RequestScopeBean(BeanManager) - Constructor for class org.glassfish.jersey.inject.cdi.se.RequestScopeBean
-
Creates a new Jersey-specific Bean
instance.
- 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
-
- Requires - Annotation Type in org.glassfish.jersey.test.spi
-
TODO
- 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() - Method in interface org.glassfish.jersey.server.ResourceFinder
-
- reset() - Method in class org.glassfish.jersey.test.DeploymentContext.Builder
-
Reset the application deployment context builder values to defaults.
- reset() - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
-
- resolve(Injectee) - Method in class org.glassfish.jersey.inject.cdi.se.injector.ContextInjectionResolverImpl
-
- 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(Annotation[]) - Method in class org.glassfish.jersey.message.filtering.SelectableScopeResolver
-
- resolve(Annotation[]) - Method in interface org.glassfish.jersey.message.filtering.spi.ScopeResolver
-
Resolve entity-filtering scopes for given annotations.
- resolve(String, MediaType) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
-
- resolve(String, Reader) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
-
Resolve given template path and/or reader to a template reference object.
- resolve(String, MediaType) - Method in interface org.glassfish.jersey.server.mvc.spi.TemplateProcessor
-
Resolve a template name to a template reference.
- resolve(Injectee) - Method in class org.glassfish.jersey.server.spring.AutowiredInjectResolver
-
- 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
-
Get ContextResolver<T>
instance for a given type
and media type.
- 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.
- ResolvedViewable<T> - Class in org.glassfish.jersey.server.mvc.spi
-
- ResolvedViewable(TemplateProcessor<T>, T, Viewable, MediaType) - Constructor for class org.glassfish.jersey.server.mvc.spi.ResolvedViewable
-
Create a resolved viewable.
- ResolvedViewable(TemplateProcessor<T>, T, Viewable, Class<?>, MediaType) - Constructor for class org.glassfish.jersey.server.mvc.spi.ResolvedViewable
-
Create a resolved viewable.
- resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.client.ClientRequest
-
Resolve a property value for the specified property name
.
- resolveProperty(String, T) - Method in class org.glassfish.jersey.client.ClientRequest
-
Resolve a property value for the specified property name
.
- resolver() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
-
Create a context resolver
for a current state of this MultiPartProperties
.
- resolver() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Create a context resolver
for a current state of this MoxyJsonConfig
.
- resolveTemplate(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- 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
-
- resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
-
- 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
.
- resolveViewable(Viewable, MediaType, Class<?>, TemplateProcessor) - Method in interface org.glassfish.jersey.server.mvc.spi.ViewableContext
-
- 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_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
.
- ResourceDoclet - Class in org.glassfish.jersey.wadl.doclet
-
Creates a resourcedoc XML file.
- ResourceDoclet() - Constructor for class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
- ResourceFinder - Interface in org.glassfish.jersey.server
-
An interface used for finding and opening (loading) new resources.
- ResourceLinkContributionContext - Interface in org.glassfish.jersey.linking.contributing
-
The ResourceLinkContributionContext provides access for link contributions from other sources to an entity.
- ResourceMappingContext - Interface in org.glassfish.jersey.linking.mapping
-
This service tries to work out the UriTemplate required for a particular
resource class.
- ResourceMappingContext.Mapping - Interface in org.glassfish.jersey.linking.mapping
-
- 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.
- resourceMethodDispatcherFactory(ResourceMethodDispatcherFactory) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set resource method dispatcher factory.
- resourceMethodInvocationHandlerFactory(ResourceMethodInvocationHandlerFactory) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set resource method invocation handler factory.
- 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.
- 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
-
Configurator which binds providers and resources into InjectionManager
.
- 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(ClientResponse) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
-
Invoked when a response for the asynchronously invoked request is available.
- 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_TYPE - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
-
Parameter response_type
used in the
authorization request.
- 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.
- 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.
- ResponseStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics of responses produced by application.
- RestClientExtension - Class in org.glassfish.jersey.microprofile.restclient
-
Filters out all interfaces annotated with RegisterRestClient
and creates new Producer from each of these selected interfaces.
- RestClientExtension() - Constructor for class org.glassfish.jersey.microprofile.restclient.RestClientExtension
-
- restClientRegistration(AfterBeanDiscovery, BeanManager) - Method in class org.glassfish.jersey.microprofile.restclient.RestClientExtension
-
Creates new producers based on collected interfaces.
- resume(RequestContext) - Method in class org.glassfish.jersey.inject.cdi.se.CdiRequestScope
-
- resume(ExternalRequestContext<T>, InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
-
Resume request associated with provided context.
- resume(ExternalRequestContext<Map<String, Object>>, InjectionManager) - Method in class org.glassfish.jersey.weld.se.WeldRequestScope
-
- RET - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- 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_HANDLER - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
HttpRequestRetryHandler which will be used to create HttpClient
.
- RETURN - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- REUSE_STRATEGY - Static variable in class org.glassfish.jersey.apache.connector.ApacheClientProperties
-
ConnectionReuseStrategy for the HttpClient
.
- rev - Variable in class com.sun.research.ws.wadl.Link
-
- revokeAccessToken(String, String) - Method in class org.glassfish.jersey.server.oauth1.DefaultOAuth1Provider
-
Checks if the supplied token is authorized for a given principal name
and if so, revokes the authorization.
- rolesAllowed(String...) - Static method in class org.glassfish.jersey.message.filtering.SecurityAnnotations
-
Create
RolesAllowed
annotation implementation for given set of roles.
- RolesAllowedDynamicFeature - Class in org.glassfish.jersey.server.filter
-
A DynamicFeature
supporting the javax.annotation.security.RolesAllowed
,
javax.annotation.security.PermitAll
and javax.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.
- RsaSha1Method - Class in org.glassfish.jersey.oauth1.signature
-
An OAuth signature method that implements RSA-SHA1.
- RsaSha1Method() - Constructor for class org.glassfish.jersey.oauth1.signature.RsaSha1Method
-
- runChild(FrameworkMethod, RunNotifier) - Method in class org.glassfish.jersey.test.util.runner.ConcurrentParameterizedRunner
-
- runChild(FrameworkMethod, RunNotifier) - Method in class org.glassfish.jersey.test.util.runner.ConcurrentRunner
-
- RunSeparately - Annotation Type in org.glassfish.jersey.test.util.runner
-
Marker annotation for test methods that should be run separately in a non-parallel
fashion.
- 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.
- rx() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- rx(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
-
- RxFlowableInvoker - Interface in org.glassfish.jersey.client.rx.rxjava2
-
Reactive invoker providing support for flowable
from RxJava.
- RxFlowableInvokerProvider - Class in org.glassfish.jersey.client.rx.rxjava2
-
Invoker provider for invokers based on RxJava's Flowable
.
- RxFlowableInvokerProvider() - Constructor for class org.glassfish.jersey.client.rx.rxjava2.RxFlowableInvokerProvider
-
- RxListenableFutureInvoker - Interface in org.glassfish.jersey.client.rx.guava
-
Reactive invoker providing support for ListenableFuture
from Guava.
- RxListenableFutureInvokerProvider - Class in org.glassfish.jersey.client.rx.guava
-
Invoker provider for invokers based on Guava's ListenableFuture
.
- RxListenableFutureInvokerProvider() - Constructor for class org.glassfish.jersey.client.rx.guava.RxListenableFutureInvokerProvider
-
- RxObservableInvoker - Interface in org.glassfish.jersey.client.rx.rxjava
-
Reactive invoker providing support for observable
from RxJava.
- RxObservableInvokerProvider - Class in org.glassfish.jersey.client.rx.rxjava
-
Invoker provider for invokers based on RxJava's Observable
.
- RxObservableInvokerProvider() - Constructor for class org.glassfish.jersey.client.rx.rxjava.RxObservableInvokerProvider
-
- SALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- SASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- 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.
- 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 - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
OAuth scheme in Authorization header.
- scope(String) - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Builder
-
Set a scope to which the application will get authorization grant.
- SCOPE - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
-
Parameter scope
that defines the scope to which an authorization is requested.
- 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.
- ScopeProvider - Interface in org.glassfish.jersey.message.filtering.spi
-
Entry point for obtaining entity-filtering scopes used to process a request/response entity.
- ScopeResolver - Interface in org.glassfish.jersey.message.filtering.spi
-
Class used to resolve entity-filtering scopes from annotations.
- SecurityAnnotations - Class in org.glassfish.jersey.message.filtering
-
Convenience utility methods for creating instances of security annotations.
- SecurityEntityFilteringFeature - Class in org.glassfish.jersey.message.filtering
-
Feature
used to add support for Java Security annotations (javax.annotation.security
) for Entity Data
Filtering feature.
- SecurityEntityFilteringFeature() - Constructor for class org.glassfish.jersey.message.filtering.SecurityEntityFilteringFeature
-
- securityProtocol(String) - Method in class org.glassfish.jersey.SslConfigurator
-
Set the SSLContext protocol.
- SelectableEntityFilteringFeature - Class in org.glassfish.jersey.message.filtering
-
Feature
used to add support for custom query parameter filtering for
Entity Data Filtering feature.
- SelectableEntityFilteringFeature() - Constructor for class org.glassfish.jersey.message.filtering.SelectableEntityFilteringFeature
-
- SelectableEntityProcessor - Class in org.glassfish.jersey.message.filtering
-
- SelectableEntityProcessor() - Constructor for class org.glassfish.jersey.message.filtering.SelectableEntityProcessor
-
- SelectableScopeResolver - Class in org.glassfish.jersey.message.filtering
-
- SelectableScopeResolver() - Constructor for class org.glassfish.jersey.message.filtering.SelectableScopeResolver
-
- selectVariant(List<Variant>) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- serializeAsArray - Variable in class org.glassfish.jersey.jettison.JettisonConfig.Builder
-
- serializeAsArray(String...) - Method in class org.glassfish.jersey.jettison.JettisonConfig.MappedJettisonBuilder
-
Add element names to be treated as arrays.
- serializeAsArray(List<String>) - Method in class org.glassfish.jersey.jettison.JettisonConfig.MappedJettisonBuilder
-
Add element names to be treated as arrays.
- SERVER_SENT_EVENTS - Static variable in class org.glassfish.jersey.media.sse.SseFeature
-
String
representation of Server sent events media type.
- SERVER_SENT_EVENTS_TYPE - Static variable in class org.glassfish.jersey.media.sse.SseFeature
-
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.
- 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.
- service(Request, Response) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
-
- service(ServletRequest, ServletResponse) - Method in class org.glassfish.jersey.servlet.portability.PortableServletContainer
-
- 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
.
- servlet(HttpServlet) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
-
Set the servlet instance.
- servletClass(Class<? extends HttpServlet>) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
-
Set the servlet class.
- 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.
- ServletDeploymentContext - Class in org.glassfish.jersey.test
-
A Servlet-based deployment context.
- ServletDeploymentContext(ServletDeploymentContext.Builder) - Constructor for class org.glassfish.jersey.test.ServletDeploymentContext
-
Create new servlet deployment context.
- ServletDeploymentContext.Builder - Class in org.glassfish.jersey.test
-
The builder for building a Servlet-based deployment context.
- ServletDeploymentContext.FilterDescriptor - Class in org.glassfish.jersey.test
-
Helper class to keep configuration information of a single filter.
- servletPath(String) - Method in class org.glassfish.jersey.test.ServletDeploymentContext.Builder
-
Set the servlet path.
- ServletProperties - Class in org.glassfish.jersey.servlet
-
Jersey servlet container configuration properties.
- set(String, Object) - Method in class org.glassfish.jersey.test.JerseyTest
-
Programmatically set a value of a property with a given name.
- set(String, String) - Method in class org.glassfish.jersey.test.JerseyTest
-
Programmatically set a value of a property with a given name.
- 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.
- 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.
- setAttributePrefix(String) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
- setBase(String) - Method in class com.sun.research.ws.wadl.Resources
-
Sets the value of the base property.
- setBeanManager(BeanManager) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- setCallback(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the callback URL.
- 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.
- setClient(Client) - Method in class org.glassfish.jersey.test.JerseyTest
-
Get the old JAX-RS test client and set a new one.
- setClient(Client) - Method in class org.glassfish.jersey.test.JerseyTestNg
-
- setComponentProviders(LazyValue<Collection<ComponentProvider>>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setConsumerKey(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the consumer key.
- setConsumerSecret(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
-
- setContainer(SeContainer) - Method in class org.glassfish.jersey.inject.cdi.se.CdiSeInjectionManager
-
- setContentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Sets the content disposition.
- setContentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
- setContentType(MediaType, MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.server.mvc.spi.AbstractTemplateProcessor
-
Set the
HttpHeaders.CONTENT_TYPE
header to the
httpHeaders
based on
mediaType
and
default encoding
defined in this processor.
- setDebug(boolean) - Method in interface org.glassfish.jersey.simple.SimpleServer
-
To enable very low level logging this can be enabled.
- setDefault(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the default property.
- setElement(QName) - Method in class com.sun.research.ws.wadl.Representation
-
Sets the value of the element property.
- setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Set the entity object to be unmarshalled from a request, or to be marshalled on a response.
- setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
This operation is not supported from this implementation.
- setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
This operation is not supported from this implementation.
- setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.MultiPart
-
Disables access to the entity for a
MultiPart
.
- 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.server.ContainerResponse
-
Set the annotations attached to the entity.
- 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.server.ContainerResponse
-
Set the message entity type information.
- setFileEntity(File) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
- setFileEntity(File, MediaType) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
- setFilename(String) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Sets the body part entity filename value to be used in the
content-disposition header.
- setFixed(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the fixed property.
- setFormattedOutput(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
- setFormDataContentDisposition(FormDataContentDisposition) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Sets the form data content disposition.
- setGeneratorClass(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
-
- 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.
- setIncludeRoot(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
- setInjectionResolvers(Collection<InjectionResolver>) - Method in class org.glassfish.jersey.inject.cdi.se.injector.JerseyInjectionTarget
-
In some cases Injection Resolvers cannot be provided during th creation of the object therefore must be set later on.
- setInvalidValue(String) - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Set the value failing to pass the constraint.
- 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.
- setMappedFromException(boolean) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Sets the flag indicating whether the response was created based on the exception.
- setMarshalEmptyCollections(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
- setMarshallerProperties(Map<String, Object>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Add properties from the given map to the existing marshaller properties.
- 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 class org.glassfish.jersey.media.multipart.BodyPart
-
Sets the MediaType
for this BodyPart
.
- setMediaType(MediaType) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
-
Disables changing the media type to anything other than multipart/form-data
.
- setMediaType(MediaType) - Method in class org.glassfish.jersey.media.multipart.MultiPart
-
- setMediaType(MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set the message content media type.
- setMessage(String) - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Return the interpolated error message for this validation error.
- setMessageBodyWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Set message body workers used to transform an entity stream into particular Java type.
- setMessageTemplate(String) - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Set the non-interpolated error message for this validation error.
- 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
-
- 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.media.multipart.FormDataBodyPart
-
Sets the control name.
- setNamespacePrefixMapper(Map<String, String>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
- setNamespaceSeparator(char) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
- setNonce(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the nonce, a value that should be unique for a given timestamp.
- setNonce() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the nonce to contain a randomly-generated UUID.
- setPage(String) - Method in class org.glassfish.jersey.server.mvc.jsp.Include
-
Specifies the name of the JSP to be included.
- setParameterUpdaterProvider(ParameterUpdaterProvider) - Method in class org.glassfish.jersey.client.ClientBootstrapBag
-
- setParent(MultiPart) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Sets the parent
MultiPart
(if any) for this
BodyPart
.
- 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.
- setPath(String) - Method in class org.glassfish.jersey.server.validation.ValidationError
-
Set the string representation of the property path to the value.
- setPredictor(MediaTypePredictor) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
Sets the media type predictor.
- setProcessingProviders(ProcessingProviders) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- 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 class org.glassfish.jersey.client.ClientRequest
-
- setProperty(String, Object) - Method in interface org.glassfish.jersey.jettison.JettisonMarshaller
-
- setProperty(String, Object) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- setProviders(Providers) - Method in class org.glassfish.jersey.media.multipart.BodyPart
-
Sets the configured Providers
for this BodyPart
.
- setQueryType(String) - Method in class com.sun.research.ws.wadl.Resource
-
Sets the value of the queryType property.
- setRealm(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the protection realm for the request.
- 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.
- setReportToErrorService(boolean) - Method in exception org.glassfish.jersey.inject.cdi.se.injector.MultiException
-
Sets if this exception should be reported
to the error service when thrown during a creation
or deletion of a service.
- setRequest(Request) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the request property.
- setRequestScopedInitializer(RequestScopedInitializer) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Set a custom container extensions initializer for the current request.
- 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.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 class org.glassfish.jersey.server.ContainerRequest
-
- setSignature(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the signature for the request.
- setSignatureMethod(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the signature method used to sign the request.
- 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 class org.glassfish.jersey.client.ClientResponse
-
- setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- setStreamEntity(InputStream) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Allows to explicitly set the body part entity.
- setStreamEntity(InputStream, MediaType) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Allows to explicitly set the value and the MIME type of the body part
entity.
- 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 interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Set the suspend timeout.
- setTimestamp(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the timestamp.
- setTimestamp() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the timestamp to the current time as number of seconds since epoch.
- setTitle(String) - Method in class com.sun.research.ws.wadl.Doc
-
Sets the value of the title property.
- setToken(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the request or access token.
- setTokenSecret(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Secrets
-
Sets request or access token.
- setType(QName) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the type property.
- setUnmarshallerProperties(Map<String, Object>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
Add properties from the given map to the existing unmarshaller properties.
- setUp() - Method in class org.glassfish.jersey.test.JerseyTest
-
Set up the test by creating a test container instance,
starting
it and by creating a new
pre-configured
test client.
- setUp() - Method in class org.glassfish.jersey.test.JerseyTestNg.ContainerPerClassTest
-
- setUp() - Method in class org.glassfish.jersey.test.JerseyTestNg.ContainerPerMethodTest
-
- 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.
- setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
-
This operation is not supported from this implementation.
- setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
This operation is not supported from this implementation.
- setValue(String) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
This operation is not supported from this implementation.
- setValue(String) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Sets the field value for this body part.
- setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
-
Sets the field media type and value for this body part.
- setValueParamProviders(Collection<ValueParamProvider>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setValueWrapper(String) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
-
- setVerifier(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the verifier code.
- setVersion(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the protocol version.
- setVersion() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Sets the protocol version to the default value of 1.0.
- setWadlGenerationEnabled(boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Enable/disable WADL generation.
- 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.
- 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.
- ShellMojoExecutionException - Exception in org.glassfish.jersey.test.maven.runner
-
Mojo Execution exception that contains additional information regarding an error from an executed shell script.
- ShellMojoExecutionException(String, int, Collection<String>) - Constructor for exception org.glassfish.jersey.test.maven.runner.ShellMojoExecutionException
-
Constructs shell mojo exection exception.
- 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.inject.cdi.se.CdiSeInjectionManager
-
- shutdown() - Method in class org.glassfish.jersey.inject.hk2.RequestContext
-
- sign(String, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.HmaSha1Method
-
Generates the HMAC-SHA1 signature of OAuth request elements.
- sign(OAuth1Request, OAuth1Parameters, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Signature
-
Generates an OAuth signature for the given request, parameters and
secrets, and stores it as a signature parameter, and writes the
OAuth parameters to the request as an Authorization header.
- sign(String, OAuth1Secrets) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1SignatureMethod
-
Signs the data using the supplied secret(s).
- sign(String, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.PlaintextMethod
-
Generates the PLAINTEXT signature.
- sign(String, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.RsaSha1Method
-
Generates the RSA-SHA1 signature of OAuth request elements.
- SIGNATURE - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the signature.
- signature(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return OAuth1Parameters
after setting
signature.
- SIGNATURE_METHOD - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the signature method.
- signatureMethod(String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder
-
Set the signature method name.
- signatureMethod(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return OAuth1Parameters
after setting
signature method.
- SimpleContainer - Class in org.glassfish.jersey.simple
-
Jersey Container
implementation based on Simple framework
Container
.
- SimpleContainerFactory - Class in org.glassfish.jersey.simple
-
Factory for creating and starting Simple server containers.
- SimpleContainerProvider - Class in org.glassfish.jersey.simple
-
Container provider for containers based on Simple HTTP Server
Container
.
- SimpleContainerProvider() - Constructor for class org.glassfish.jersey.simple.SimpleContainerProvider
-
- SimpleServer - Interface in org.glassfish.jersey.simple
-
Simple server facade providing convenient methods to obtain info about the server (i.e.
- SimpleTestContainerFactory - Class in org.glassfish.jersey.test.simple
-
- SimpleTestContainerFactory() - Constructor for class org.glassfish.jersey.test.simple.SimpleTestContainerFactory
-
- SimpleTraceAnalyzer - Class in org.glassfish.jersey.simple
-
Tracing at a very low level can be performed with a TraceAnalyzer
.
- SimpleTraceAnalyzer() - Constructor for class org.glassfish.jersey.simple.SimpleTraceAnalyzer
-
Creates an asynchronous trace event logger.
- SIPUSH - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- size - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
-
- size(long) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
-
Add the "size" parameter.
- 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
and LineNumberTable attributes.
- SKIP_FRAMES - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to skip the StackMap and StackMapTable attributes.
- SKIPPING_CTX_LODAER_LISTENER_REGISTRATION() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
-
Presuming Spring ContextLoaderListener was manually registered.
- 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
-
- SOURCE_DEPRECATED - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- SOURCE_MASK - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- SPAN_CONTEXT_PROPERTY - Static variable in class org.glassfish.jersey.opentracing.OpenTracingFeature
-
Stored span's ContainerRequestContext
property key.
- SPRING_COMPONENT_PROVIDER_INITIALIZED() - Static method in class org.glassfish.jersey.server.spring.LocalizationMessages
-
Spring component provider initialized.
- SpringComponentProvider - Class in org.glassfish.jersey.server.spring
-
Custom ComponentProvider class.
- SpringComponentProvider - Class in org.glassfish.jersey.server.spring
-
Custom ComponentProvider class.
- SpringComponentProvider() - Constructor for class org.glassfish.jersey.server.spring.SpringComponentProvider
-
- SpringLifecycleListener - Class in org.glassfish.jersey.server.spring
-
JAX-RS Provider class for processing Jersey 2 Spring integration container life-cycle events.
- SpringLifecycleListener - Class in org.glassfish.jersey.server.spring
-
JAX-RS Provider class for processing Jersey 2 Spring integration container life-cycle events.
- SpringLifecycleListener() - Constructor for class org.glassfish.jersey.server.spring.SpringLifecycleListener
-
- SpringWebApplicationInitializer - Class in org.glassfish.jersey.server.spring
-
Spring WebApplicationInitializer implementation initializes Spring context by
adding a Spring ContextLoaderListener to the ServletContext.
- SpringWebApplicationInitializer - Class in org.glassfish.jersey.server.spring
-
Spring WebApplicationInitializer implementation initializes Spring context by
adding a Spring ContextLoaderListener to the ServletContext.
- SpringWebApplicationInitializer() - Constructor for class org.glassfish.jersey.server.spring.SpringWebApplicationInitializer
-
- sse() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Set the SSE flag on the method model to true
.
- SseBroadcaster - Class in org.glassfish.jersey.media.sse
-
Used for broadcasting SSE to multiple
EventOutput
instances.
- SseBroadcaster() - Constructor for class org.glassfish.jersey.media.sse.SseBroadcaster
-
Creates a new instance.
- SseBroadcaster(Class<? extends SseBroadcaster>) - Constructor for class org.glassfish.jersey.media.sse.SseBroadcaster
-
Can be used by subclasses to override the default functionality of adding self to the set of
listeners
.
- SseFeature - Class in org.glassfish.jersey.media.sse
-
A JAX-RS feature
that enables Server-Sent Events support.
- SseFeature() - Constructor for class org.glassfish.jersey.media.sse.SseFeature
-
- SslConfigurator - Class in org.glassfish.jersey
-
Utility class, which helps to configure
SSLContext
instances.
- sslContext(SSLContext) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
-
- start() - Method in interface org.glassfish.jersey.client.oauth1.OAuth1AuthorizationFlow
-
Start the authorization process and return redirection URI on which the user should give a consent
for our application to access resources.
- start() - Method in interface org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow
-
Start the authorization process and return redirection URI on which the user should give a consent
for our application to access resources.
- start() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
-
- start() - Method in class org.glassfish.jersey.simple.SimpleTraceAnalyzer
-
Begin logging trace events to the underlying logger.
- start() - Method in interface org.glassfish.jersey.test.spi.TestContainer
-
Start the container.
- start(RootDoc) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
Start the doclet.
- STATE - Static variable in class org.glassfish.jersey.client.oauth2.OAuth2Parameters
-
State parameter used in the authorization request and authorization
response to protect against CSRF attacks.
- status - Variable in class com.sun.research.ws.wadl.Response
-
- stop() - Method in class org.glassfish.jersey.simple.SimpleTraceAnalyzer
-
- stop() - Method in interface org.glassfish.jersey.test.spi.TestContainer
-
Stop the container.
- StreamDataBodyPart - Class in org.glassfish.jersey.media.multipart.file
-
Represents an
InputStream
based file submission as a part of the
multipart/form-data.
- StreamDataBodyPart() - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Default constructor which forces user to manually set
the required (name
and streamEntity
)
properties.
- StreamDataBodyPart(String, InputStream) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Convenience constructor which assumes the defaults for:
filename
(part's name) and mediaType
(
MediaType.APPLICATION_OCTET_STREAM_TYPE
).
- StreamDataBodyPart(String, InputStream, String) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
Convenience constructor which assumes the defaults for the
mediaType
(MediaType.APPLICATION_OCTET_STREAM_TYPE
).
- StreamDataBodyPart(String, InputStream, String, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
-
All-arguments constructor with all requested parameters set by the
caller.
- style - Variable in class com.sun.research.ws.wadl.Param
-
- subgraphIdentifier(Class<?>, String, Class<?>) - Method in class org.glassfish.jersey.message.filtering.spi.AbstractObjectProvider
-
Creates a string identifier of a sub-graph.
- 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(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.
- 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.
- SupplierThreadScopeBean - Class in org.glassfish.jersey.inject.cdi.se.bean
-
Creates an implementation of Bean
interface using Jersey's SupplierInstanceBinding
.
- supports(Class<?>) - Method in interface org.glassfish.jersey.spi.HeaderDelegateProvider
-
Ascertain if the Provider supports a particular type.
- Supports - Annotation Type in org.glassfish.jersey.test.spi
-
TODO
- 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.inject.cdi.se.CdiRequestScope
-
- suspend() - Method in interface org.glassfish.jersey.server.AsyncContext
-
Suspend the current asynchronous processing context.
- 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() - 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(ExternalRequestContext<Map<String, Object>>, InjectionManager) - Method in class org.glassfish.jersey.weld.se.WeldRequestScope
-
- Suspendable - Interface in org.glassfish.jersey.server.model
-
Jersey model component that is suspendable and may hold suspend-related
information.
- 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
-
- 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
-
- 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
-
- 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.
- validateTestMethods(List<Throwable>) - Method in class org.glassfish.jersey.test.util.runner.ConcurrentParameterizedRunner
-
- validateTestMethods(List<Throwable>) - Method in class org.glassfish.jersey.test.util.runner.ConcurrentRunner
-
- ValidationConfig - Class in org.glassfish.jersey.server.validation
-
Configuration class for Bean Validation provider.
- ValidationConfig() - Constructor for class org.glassfish.jersey.server.validation.ValidationConfig
-
- ValidationError - Class in org.glassfish.jersey.server.validation
-
Default validation error entity to be included in Response
.
- ValidationError() - Constructor for class org.glassfish.jersey.server.validation.ValidationError
-
Create a ValidationError
instance.
- ValidationError(String, String, String, String) - Constructor for class org.glassfish.jersey.server.validation.ValidationError
-
Create a ValidationError
instance.
- ValidationFeature - Class in org.glassfish.jersey.server.validation
-
ValidationFeature
used to add Bean Validation (JSR-349) support to the server.
- ValidationFeature() - Constructor for class org.glassfish.jersey.server.validation.ValidationFeature
-
- ValidationInterceptor - Interface in org.glassfish.jersey.server.spi
-
Interceptor for method validation processing.
- ValidationInterceptorContext - Interface in org.glassfish.jersey.server.spi
-
- validOptions(String[][], DocErrorReporter) - Static method in class org.glassfish.jersey.wadl.doclet.ResourceDoclet
-
Validate options.
- 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
-
- value() - Method in class org.glassfish.jersey.inject.cdi.se.injector.NamedImpl
-
- 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 enum org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Phase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.AccessType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Display
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2FlowGoogleBuilder.Prompt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2Parameters.GrantType
-
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.jettison.JettisonConfig.Notation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.linking.InjectLink.Style
-
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(String) - Static method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.filtering.spi.EntityProcessor.Result
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.message.filtering.spi.EntityProcessorContext.Type
-
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.opentracing.OpenTracingFeature.Verbosity
-
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.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.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.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.
- 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() - Static method in enum org.glassfish.jersey.client.oauth2.OAuth2CodeGrantFlow.Phase
-
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.oauth2.OAuth2FlowGoogleBuilder.AccessType
-
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.oauth2.OAuth2FlowGoogleBuilder.Display
-
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.oauth2.OAuth2FlowGoogleBuilder.Prompt
-
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.oauth2.OAuth2Parameters.GrantType
-
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.jettison.JettisonConfig.Notation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.linking.InjectLink.Style
-
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.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
-
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.filtering.spi.EntityProcessor.Result
-
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.filtering.spi.EntityProcessorContext.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.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.opentracing.OpenTracingFeature.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.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.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.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.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 org.glassfish.jersey.client.ClientRequest
-
Set message content variant (type, language and encoding).
- VERIFIER - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the verifier code.
- verifier(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return OAuth1Parameters
after setting
verifier code.
- verify(String, OAuth1Secrets, String) - Method in class org.glassfish.jersey.oauth1.signature.HmaSha1Method
-
Verifies the HMAC-SHA1 signature of OAuth request elements.
- verify(OAuth1Request, OAuth1Parameters, OAuth1Secrets) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Signature
-
Verifies the OAuth signature for a given request, parameters and
secrets.
- verify(String, OAuth1Secrets, String) - Method in interface org.glassfish.jersey.oauth1.signature.OAuth1SignatureMethod
-
Verifies the signature for the data using the supplied secret(s).
- verify(String, OAuth1Secrets, String) - Method in class org.glassfish.jersey.oauth1.signature.PlaintextMethod
-
Verifies the Plaintext signature.
- verify(String, OAuth1Secrets, String) - Method in class org.glassfish.jersey.oauth1.signature.RsaSha1Method
-
Verifies the RSA-SHA1 signature of OAuth request elements.
- verifyNoOutOfMemoryOccurred() - Method in class org.glassfish.jersey.test.memleak.common.AbstractMemoryLeakWebAppTest
-
Verifies no OutOfMemoryError is present in associated log file.
The motivation is to have the OutOfMemory error
included in the JUnit test result if possible.
The problem is that even of OutOfMemoryError occurred, it may not be
logged yet.
- verifyNoOutOfMemoryOccurred() - Static method in class org.glassfish.jersey.test.memleak.common.MemoryLeakUtils
-
- version(String) - Method in interface org.glassfish.jersey.client.oauth1.OAuth1Builder
-
Set the version of the OAuth protocol.
- VERSION - Static variable in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Name of parameter containing the protocol version.
- version(String) - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return OAuth1Parameters
after setting
version.
- version() - Method in class org.glassfish.jersey.oauth1.signature.OAuth1Parameters
-
Builder pattern method to return OAuth1Parameters
after setting
version to the default value of 1.0.
- Viewable - Class in org.glassfish.jersey.server.mvc
-
A viewable type referencing a template by name and a model to be passed
to the template.
- Viewable(String) - Constructor for class org.glassfish.jersey.server.mvc.Viewable
-
Construct a new viewable type with a template name.
- Viewable(String, Object) - Constructor for class org.glassfish.jersey.server.mvc.Viewable
-
Construct a new viewable type with a template name and a model.
- ViewableContext - Interface in org.glassfish.jersey.server.mvc.spi
-
- ViewableContextException - Exception in org.glassfish.jersey.server.mvc.spi
-
- ViewableContextException(String) - Constructor for exception org.glassfish.jersey.server.mvc.spi.ViewableContextException
-
Construct a new instance with the supplied message.
- ViewableContextException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.mvc.spi.ViewableContextException
-
Construct a new instance with the supplied message and cause.
- ViewableContextException(Throwable) - Constructor for exception org.glassfish.jersey.server.mvc.spi.ViewableContextException
-
Construct a new instance with the supplied cause.
- 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.
- 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.
- 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.
- 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.
- visitProvide(String, String...) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit an implementation of a service.
- 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.
- 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.