- CALLBACK_ARRAY_ELEMENT_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
One of additional callbacks is null.
- CALLBACK_ARRAY_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Additional array of callbacks is null.
- CALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- CAST - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type declared in an explicit or implicit cast
instruction.
- CASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- category() - Method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
-
- 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_OUTPUT_CLOSED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
This chunked output has been closed.
- 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
-
- 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.
- 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.
- close() - Method in class org.glassfish.jersey.server.ChunkedOutput
-
Close this response - it will be finalized and underlying connections will be closed
or made available for another response.
- close() - Method in interface org.glassfish.jersey.server.CloseableService
-
Invokes
Closeable#close()
method on all instances of
Closeable
added by the
#add(Closeable)
method.
- close() - Method in class org.glassfish.jersey.server.ContainerResponse
-
Closes the response.
- close() - Method in class org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
-
Default implementation of #close()
which does nothing.
- close() - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
Cancel the suspended task.
- close() - Method in interface org.glassfish.jersey.server.ResourceFinder
-
Release allocated/opened resources (such as streams).
- close() - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
-
Finish the actual request.
- CLOSEABLE_INJECTED_REQUEST_CONTEXT_NULL(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Injected request context is 'null' on thread {0}.
- CLOSEABLE_UNABLE_TO_CLOSE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error while closing {0}.
- CloseableService - Interface in org.glassfish.jersey.server
-
A closeable service to add instances of
Closeable
that
are required to be closed.
- closeAll() - Method in class org.glassfish.jersey.server.Broadcaster
-
- COLLECTION_EXTRACTOR_TYPE_UNSUPPORTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Unsupported collection type.
- COLLISION_BUFFER_POWER_JVM_ARG - Static variable in class org.glassfish.jersey.server.ServerProperties
-
- com.sun.research.ws.wadl - package com.sun.research.ws.wadl
-
- 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
-
- COMPARATOR - Static variable in class org.glassfish.jersey.server.model.RuntimeResource
-
Comparator of RuntimeResources based on rules respecting resource matching algorithm.
- 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.
- configuration(Configuration) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set global configuration.
- configurationValidator(Supplier<ConfiguredValidator>) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set global configuration validator.
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
-
- configure(ResourceInfo, FeatureContext) - Method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
-
- configure() - Method in class org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.Binder
-
- configure() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
-
- configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.WadlFeature
-
- 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
-
- CONSTRUCTOR_INVOCATION_TYPE_ARGUMENT - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a
constructor call.
- CONSTRUCTOR_REFERENCE - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the receiver type of a constructor reference.
- CONSTRUCTOR_REFERENCE_TYPE_ARGUMENT - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target a type parameter of a generic constructor in a
constructor reference.
- consumes(String...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Add consumed media types supported by the component.
- consumes(MediaType...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Add consumed media types supported by the component.
- consumes(Collection<MediaType>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Add consumed media types supported by the component.
- Consuming - Interface in org.glassfish.jersey.server.model
-
Model component that is able to consume media types.
- Container - Interface in org.glassfish.jersey.server.spi
-
Jersey container service contract.
- ContainerException - Exception in org.glassfish.jersey.server
-
Exception thrown by the container components in to notify Jersey runtime about
any errors.
- ContainerException(Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
-
- ContainerException(String, Throwable) - Constructor for exception org.glassfish.jersey.server.ContainerException
-
- ContainerException(String) - Constructor for exception org.glassfish.jersey.server.ContainerException
-
- ContainerFactory - Class in org.glassfish.jersey.server
-
Factory for creating specific HTTP-based containers.
- ContainerLifecycleListener - Interface in org.glassfish.jersey.server.spi
-
Classes implementing this contract receive container life-cycle notification
events.
- ContainerMessageBodyWorkersInitializer - Class in org.glassfish.jersey.server
-
Function that can be put to an acceptor chain to properly initialize
MessageBodyWorkers
instance on a current request and response.
- ContainerMessageBodyWorkersInitializer(Provider<MessageBodyWorkers>) - Constructor for class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
-
- ContainerProvider - Interface in org.glassfish.jersey.server.spi
-
Service-provider interface for creating container instances.
- ContainerRequest - Class in org.glassfish.jersey.server
-
Jersey container request context.
- ContainerRequest(URI, URI, String, SecurityContext, PropertiesDelegate, Configuration) - Constructor for class org.glassfish.jersey.server.ContainerRequest
-
Create new Jersey container request context.
- ContainerRequest(URI, URI, String, SecurityContext, PropertiesDelegate) - Constructor for class org.glassfish.jersey.server.ContainerRequest
-
Deprecated.
- 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.
- ContainerUtils - Class in org.glassfish.jersey.server.internal
-
Utility methods used by container implementations.
- ContainerUtils() - Constructor for class org.glassfish.jersey.server.internal.ContainerUtils
-
- content - Variable in class com.sun.research.ws.wadl.Doc
-
- CONTRACT_CANNOT_BE_BOUND_TO_RESOURCE_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The given contract ({0}) of {1} provider cannot be bound to a resource method.
- CookieParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.CookieParamException
-
- create(Invocable, InvocationHandler, ConfiguredValidator) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodDispatcherFactory
-
- create(Invocable) - Method in class org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory
-
- create(Inflector<Request, T>) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model backed by an inflector instance.
- create(Class<? extends Inflector>) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model backed by an inflector class.
- create(MethodHandler, Method) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model.
- create(MethodHandler, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model.
- create(MethodHandler, Method, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model.
- create(MethodHandler, Method, Method, boolean, Type) - Static method in class org.glassfish.jersey.server.model.Invocable
-
Create a new resource method invocable model.
- create(Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a class-based method handler from a class.
- create(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a class-based method handler from a class.
- create(Object) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a instance-based (singleton) method handler from a class.
- create(Object, Class<?>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a instance-based (singleton) method handler from a class.
- create(Class<?>, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a class-based method handler from a class.
- create(Class<?>, boolean, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a class-based method handler from a class.
- create(Object, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a instance-based (singleton) method handler from a class.
- create(Object, Class<?>, Collection<Parameter>) - Static method in class org.glassfish.jersey.server.model.MethodHandler
-
Create a instance-based (singleton) method handler from a class.
- create(Class, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.server.model.Parameter
-
Create a parameter model.
- create(Class, Class, Constructor<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
-
Create a list of parameter models for a given resource method handler
injectable constructor.
- create(Class, Class, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
-
Create a list of parameter models for a given Java method handling a resource
method, sub-resource method or a sub-resource locator.
- create(Invocable, InvocationHandler, ConfiguredValidator) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodDispatcher.Provider
-
- create(Invocable) - Method in interface org.glassfish.jersey.server.spi.internal.ResourceMethodInvocationHandlerProvider
-
Get the invocation handler for the invocable resource method.
- createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createApplication() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createApplication() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- 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.
- createDoc() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Doc
- createEndpoint(Application, Class<T>) - Method in class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
-
- createExternalGrammar() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createExternalGrammar() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
Perform any post create functions such as generating grammars.
- createGrammars() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createInclude() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createLink() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Link
- createList(Class, Class, boolean, Class[], Type[], Annotation[][], Class<?>) - Static method in class org.glassfish.jersey.server.model.Parameter
-
- createMethod() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createMethod(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createMethod(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createOption() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createParam() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
Create an instance of
Param
- createParam(Resource, ResourceMethod, Parameter) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createParam(Resource, ResourceMethod, Parameter) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createRepresentation() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createRequest() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createRequest(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createRequest(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createResource() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResource(Resource, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createResource(Resource, String) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createResources() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResources() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createResources() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createResourceType() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResponse() - Method in class com.sun.research.ws.wadl.ObjectFactory
-
- createResponseRepresentation(Resource, ResourceMethod, MediaType) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createResponses(Resource, ResourceMethod) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- createResponses(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
- createValueProviders(Collection<ValueParamProvider>, Parameterized) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
-
Create list of parameter value providers for the given
parameterized
resource model component.
- createWadlGenerator(InjectionManager) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
-
- CsrfProtectionFilter - Class in org.glassfish.jersey.server.filter
-
- CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.server.filter.CsrfProtectionFilter
-
- cv - Variable in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- element - Variable in class com.sun.research.ws.wadl.Representation
-
- EMPTY_REQUEST_MEDIA_TYPE_MATCHES_ANY_CONSUMES - Static variable in class org.glassfish.jersey.server.ServerProperties
-
Jakarta RESTful WebServices provides @Consumes
annotation to accept only HTTP requests with compatible
Content-Type
header.
- enableBuffering(Configuration) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Enable a buffering of serialized entity.
- enableFor(ResourceConfig, Class<? extends ContentEncoder>...) - Static method in class org.glassfish.jersey.server.filter.EncodingFilter
-
- enableFor(ResourceConfig, HttpMethodOverrideFilter.Source...) - Static method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
-
Registers this filter into the passed
ResourceConfig
instance and
configures it.
- enableResponseBuffering() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Return true
if the entity buffering should be enabled in Jersey.
- encodedParameters(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
If set to true
, the parameter values will not be automatically
decoded.
- encodeUnsafeCharacters(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
-
Encodes (predefined subset of) unsafe/unwise URI characters with the percent-encoding.
- EncodingFilter - Class in org.glassfish.jersey.server.filter
-
Container filter that supports encoding-based content negotiation.
- EncodingFilter() - Constructor for class org.glassfish.jersey.server.filter.EncodingFilter
-
- enhanceResource(RuntimeResource, ResourceModel.Builder, List<ModelProcessorUtil.Method>, boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
-
Enhance the runtime resource referenced by resource
parameter with a list of additional methods.
- enhanceResourceModel(ResourceModel, boolean, List<ModelProcessorUtil.Method>, boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
-
Enhance resourceModel
with a list of additional methods.
- equals(Object) - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
- equals(Object) - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
- equals(Object) - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Tests if the given object is equal to this type.
- equals(Object) - Method in class org.glassfish.jersey.server.ChunkedOutput
-
- equals(Object) - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
- ERROR_ASYNC_CALLBACK_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Callback {0} invocation failed.
- ERROR_CLOSING_COMMIT_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error while closing the output stream in order to commit response.
- ERROR_CLOSING_FINDER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error while closing {0} resource finder.
- ERROR_COMMITTING_OUTPUT_STREAM() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error while committing the output stream.
- ERROR_EXCEPTION_MAPPING_ORIGINAL_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An exception mapping did not successfully produce and processed a response.
- ERROR_EXCEPTION_MAPPING_PROCESSED_RESPONSE_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A response error mapping did not successfully produce and processed a response.
- ERROR_EXCEPTION_MAPPING_THROWN_TO_CONTAINER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An exception mapping did not successfully produce and processed a response.
- ERROR_MARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error marshalling JAXB object of type "{0}".
- ERROR_MONITORING_MBEANS_REGISTRATION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error when registering Jersey monitoring MBeans.
- ERROR_MONITORING_MBEANS_UNREGISTRATION_DESTROY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error un-registering Jersey monitoring MBeans on application destroy.
- ERROR_MONITORING_QUEUE_APP() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Failed to add the monitoring event into the Application Event Queue - queue is full.
- ERROR_MONITORING_QUEUE_FLOODED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A Monitoring Event Queue is being flooded.
- ERROR_MONITORING_QUEUE_MAPPER() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Failed to add the monitoring event into the Exception Mapper Events Queue - queue is full.
- ERROR_MONITORING_QUEUE_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Failed to add the monitoring event into the Request Items Queue - queue is full.
- ERROR_MONITORING_QUEUE_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Failed to add the monitoring event into the Response Statuses Queue - queue is full.
- ERROR_MONITORING_SCHEDULER_DESTROY_TIMEOUT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Waiting for shutdown of MonitoringStatisticsProcessor has timed out! Possible cause can be that any registered MonitoringStatisticsListener takes too long to execute.
- ERROR_MONITORING_SHUTDOWN_INTERRUPTED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Waiting for shutdown of MonitoringStatisticsProcessor has been interrupted.
- ERROR_MONITORING_STATISTICS_GENERATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating monitoring statistics.
- ERROR_MONITORING_STATISTICS_LISTENER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Exception thrown when provider {0} was processing MonitoringStatistics.
- ERROR_MONITORING_STATISTICS_LISTENER_DESTROY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Exception thrown when listener {0} has been processing the destroy event.
- ERROR_MSG(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
ERROR: {0}
- ERROR_PARAMETER_INVALID_CHAR_VALUE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Value "{0}" is not a character.
- ERROR_PARAMETER_MISSING_VALUE_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
No injection source found for a parameter of type {1} at index {0}.
- ERROR_PARAMETER_TYPE_PROCESSING(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Could not process parameter type {0}.
- ERROR_PRIMITIVE_TYPE_NULL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The request entity cannot be empty.
- ERROR_PROCESSING_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error processing resource method, {0}, for ResourceMethodDispatchProvider, {1}.
- ERROR_PROCESSING_RESPONSE_FROM_ALREADY_MAPPED_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error occurred when processing a response created from an already mapped exception.
- ERROR_REQUEST_ABORT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The request cannot be aborted as it is already in the response processing phase.
- ERROR_REQUEST_SET_ENTITY_STREAM_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The entity stream cannot be set in the request as it is already in the response processing phase.
- ERROR_REQUEST_SET_SECURITY_CONTEXT_IN_RESPONSE_PHASE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The security context cannot be set in the request as it is already in the response processing phase.
- ERROR_RESOURCE_JAVA_METHOD_INVOCATION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Resource Java method invocation error.
- ERROR_RESOURCES_CANNOT_MERGE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Resources do not have the same path and cannot be merged.
- ERROR_RESPONSE_ALREADY_COMMITED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The response entity was already committed.
- ERROR_SCANNING_CLASS_NOT_FOUND(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A class file of the class name, {0}, is identified but the class could not be found.
- ERROR_SUB_RESOURCE_LOCATOR_MORE_RESOURCES(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Sub resource locator returned {0} in the resource model.
- ERROR_SUSPENDING_ASYNC_REQUEST() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Attempt to suspend a connection of an asynchronous request failed in the underlying container.
- ERROR_SUSPENDING_CHUNKED_OUTPUT_RESPONSE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Attempt to suspend a client connection associated with a chunked output has failed in the underlying container.
- ERROR_UNMARSHALLING_JAXB(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error unmarshalling JAXB object of type "{0}".
- ERROR_UNSUPPORTED_ENCODING(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The encoding {0} is not supported for parameter {1}.
- ERROR_VALIDATION_SUBRESOURCE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Model validation error(s) found in sub resource returned by sub resource locator.
- ERROR_WADL_BUILDER_GENERATION_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl for method {0} of resource {1}.
- ERROR_WADL_BUILDER_GENERATION_PARAM(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl for parameter {0} of resource {1} and resource method {2}.
- ERROR_WADL_BUILDER_GENERATION_REQUEST(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl for request representation of resource method {0} of resource {1}.
- ERROR_WADL_BUILDER_GENERATION_REQUEST_MEDIA_TYPE(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl request representation for media type {0} of method {1} of resource {2}.
- ERROR_WADL_BUILDER_GENERATION_RESOURCE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl application for one specific resource {0}.
- ERROR_WADL_BUILDER_GENERATION_RESOURCE_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl for sub resource locator {0} of resource {1}.
- ERROR_WADL_BUILDER_GENERATION_RESOURCE_PATH(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl for Resource {0} with path "{1}".
- ERROR_WADL_BUILDER_GENERATION_RESPONSE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating wadl response representation for method {0} of resource {1}.
- ERROR_WADL_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error attaching an external grammar to the wadl.
- ERROR_WADL_GENERATOR_CONFIG_LOADER(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Could not load WadlGeneratorConfiguration, check the configuration of "{0}".
- ERROR_WADL_GENERATOR_CONFIG_LOADER_PROPERTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The property {0} is an invalid type: {1} (supported: String, Class<
? extends WadlGeneratorConfiguration>
, WadlGeneratorConfiguration).
- ERROR_WADL_GENERATOR_CONFIGURE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error configuring the given user WadlGenerator by configure() method.
- ERROR_WADL_GENERATOR_LOAD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Could not load wadl generators from wadlGeneratorDescriptions.
- ERROR_WADL_GRAMMAR_ALREADY_CONTAINS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The wadl application already contains a grammars element, we're adding elements of the provided grammars file.
- ERROR_WADL_JAXB_CONTEXT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error creating a JAXBContext for wadl processing.
- ERROR_WADL_RESOURCE_APPLICATION_WADL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating /application.wadl.
- ERROR_WADL_RESOURCE_EXTERNAL_GRAMMAR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error generating external wadl grammar on /application.wadl/[path].
- ERROR_WADL_RESOURCE_MARSHAL() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Could not marshal the wadl Application.
- ERROR_WRITING_RESPONSE_ENTITY() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An I/O error has occurred while writing a response message entity to the container output stream.
- ERROR_WRITING_RESPONSE_ENTITY_CHUNK() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An I/O error has occurred while writing a response message entity chunk to the container output stream.
- evaluatePreconditions(EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- evaluatePreconditions(Date) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- evaluatePreconditions(Date, EntityTag) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- evaluatePreconditions() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- EVENT_SINK_RETURNS_TYPE(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method {0} that is being injected with SseEventSink should return void.
- EXCEPTION_MAPPER_FAILED_FOR_EXCEPTION() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An exception was not mapped due to exception mapper failure.
- EXCEPTION_MAPPER_THROWS_EXCEPTION(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
An exception has been thrown from an exception mapper {0}.
- EXCEPTION_MAPPING_START() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Starting mapping of the exception.
- EXCEPTION_MAPPING_WAE_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
WebApplicationException (WAE) with non-null entity thrown.
- EXCEPTION_MAPPING_WAE_NO_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
WebApplicationException (WAE) with no entity thrown and no ExceptionMappers have been found for this WAE.
- EXCEPTION_PARAMETER - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type of the exception of a 'catch' clause in a
method.
- ExceptionMapperMXBean - Interface in org.glassfish.jersey.server.monitoring
-
- ExceptionMapperStatistics - Interface in org.glassfish.jersey.server.monitoring
-
- ExecutionStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics of execution of one target.
- EXPAND_FRAMES - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to expand the stack map frames.
- extended(boolean) - Method in class org.glassfish.jersey.server.model.Resource.Builder
-
Set the flag indicating whether the resource is extended or is a core of exposed RESTful API.
- extended(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
- ExtendedResource - Annotation Type in org.glassfish.jersey.server.model
-
This annotation can mark resource classes or resource methods that should be considered as extended resources.
- ExtendedResourceContext - Interface in org.glassfish.jersey.server
-
- ExtendedUriInfo - Interface in org.glassfish.jersey.server
-
- ExternalGrammar(MediaType, byte[]) - Constructor for class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
-
- ExternalGrammarDefinition() - Constructor for class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
-
- ExternalRequestContext<T> - Class in org.glassfish.jersey.server.spi
-
Wrapper for externally provided request context data.
- ExternalRequestContext(T) - Constructor for class org.glassfish.jersey.server.spi.ExternalRequestContext
-
Create new external request context containing given data.
- ExternalRequestScope<T> - Interface in org.glassfish.jersey.server.spi
-
This is to allow integration with other DI providers that
define their own request scope.
- generate(List<Resource>) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
-
Generate WADL for a set of resources.
- generate(ApplicationDescription, Resource) - Method in class org.glassfish.jersey.server.wadl.internal.WadlBuilder
-
Generate WADL for a resource.
- generator(Class<? extends WadlGenerator>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
-
- generator(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
-
- GET_CONSUMES_ENTITY(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method, {0}, should not consume any entity.
- GET_CONSUMES_FORM_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method, {0}, should not consume any form parameter.
- GET_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A HTTP GET method, {0}, returns a void type.
- getAbortResponse() - Method in class org.glassfish.jersey.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
).
- 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
-
- getAllowedMethods(RuntimeResource) - Static method in class org.glassfish.jersey.server.model.internal.ModelProcessorUtil
-
Return allowed methods for the given resource
.
- getAnnotatedResourceClass(Class<?>) - Static method in class org.glassfish.jersey.server.model.internal.ModelHelper
-
Get the class in the provided resource class ancestor hierarchy that
is actually annotated with the
@Path
annotation.
- 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.
- getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Returns JAX-RS application corresponding with this ResourceConfig.
- getApplication() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getApplication() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
-
- getApplication(UriInfo, boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
- getApplication(UriInfo, Resource, boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
- getApplication(UriInfo, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Get a new instance of a
ApplicationDescription
corresponding to all
the root resource classes, and configure the base URI.
- getApplication(UriInfo, Resource, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Get a new instance of
Application
for a particular resource.
- getApplicationClass() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
- getApplicationHandler() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getApplicationHandler() - Method in interface org.glassfish.jersey.server.spi.Container
-
Get the Jersey server-side application handler associated with the container.
- getApplicationName() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get the application name.
- getApplicationName() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Get the name of the Jersey application.
- getApplicationPath() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Returns encoded value of
ApplicationPath
annotation of the Application corresponding
with this ResourceConfig or
null
when the annotation is not present.
- getArgs() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Provide method parameters for which validation will be done.
- getArgumentCount() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the number of arguments of this method type.
- getArgumentCount(String) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the number of arguments in the given method descriptor.
- 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.
- 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.
- getBase() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the base property.
- getBaseUri() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get base request URI.
- 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.
- 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.
- getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getClassLoader() - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- getClassLoader() - Method in class org.glassfish.jersey.server.ResourceConfig
-
Get resource and provider class loader.
- getClassName() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- getClassName() - Method in exception jersey.repackaged.org.objectweb.asm.ClassTooLargeException
-
- getClassName() - Method in exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Returns the internal name of the owner class.
- getClassName() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the binary name of the class corresponding to this type.
- getCodeSize() - Method in exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Returns the size of the method's Code attribute, in bytes.
- 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
-
- getConfiguration() - Method in class org.glassfish.jersey.server.ApplicationHandler
-
Get the application configuration.
- getConfiguration() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getConfiguration() - Method in interface org.glassfish.jersey.server.spi.Container
-
- getConfiguratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
-
- getConstantPoolCount() - Method in exception jersey.repackaged.org.objectweb.asm.ClassTooLargeException
-
Returns the number of constant pool items of the class.
- getConstructor() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
-
Get the underlying java constructor.
- getConstructorDescriptor(Constructor<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given constructor.
- getConstructors() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the resource method handler constructors.
- getConsumedTypes() - Method in interface org.glassfish.jersey.server.model.Consuming
-
Get the consumed media types supported by the component.
- getConsumedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
- getConsumesMediaType() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the string with media types consumed by this method, enclosed in double quotas and
separated by a comma (e.g.
- getContainerRequest() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the container request.
- getContainerRequestFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
- getContainerResponse() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Get the container response.
- getContainerResponseFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
- getContent() - Method in class com.sun.research.ws.wadl.Doc
-
Gets the value of the content property.
- getContent() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
-
- getContext() - Method in class org.glassfish.jersey.server.spi.ExternalRequestContext
-
Get me current external context data.
- getContracts(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getCookies() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getCookies() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getDate() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- 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.
- getDefaultStringValue() - Method in exception org.glassfish.jersey.server.ParamException
-
Get the default String value.
- getDefinitionMethod() - Method in class org.glassfish.jersey.server.model.Invocable
-
Getter for the Java method that should be executed.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
The annotation visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
The class visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
The field visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
The method visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
The module visitor to which this visitor must delegate method calls.
- getDelegate() - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
The record visitor to which this visitor must delegate method calls.
- getDesc() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the descriptor of the field or method designated by this handle.
- getDescriptor() - Method in class jersey.repackaged.org.objectweb.asm.ConstantDynamic
-
Returns the type of this constant.
- getDescriptor() - Method in exception jersey.repackaged.org.objectweb.asm.MethodTooLargeException
-
Returns the descriptor of the method.
- getDescriptor() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to this type.
- getDescriptor(Class<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the descriptor corresponding to the given class.
- getDimensions() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the number of dimensions of this array type.
- getDoc() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Grammars
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Include
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Option
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Request
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the doc property.
- getDoc() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the doc property.
- getDynamicFeatures() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get dynamic features.
- getElement() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the element property.
- getElementType() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the type of the elements of this array type.
- getEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityAnnotations() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getEntityClass() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- 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
-
- getErrorsAsResourceModelIssues() - Static method in class org.glassfish.jersey.server.model.internal.ModelErrors
-
- getErrorsAsResourceModelIssues(boolean) - Static method in class org.glassfish.jersey.server.model.internal.ModelErrors
-
- 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
-
- getExternalGrammar(String) - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
-
- getExternalGrammar(UriInfo, String) - Method in class org.glassfish.jersey.server.wadl.internal.WadlResource
-
- getExternalMetadataKeys() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
-
- GETFIELD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- 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.
- 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
-
- getGlobalReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global reader interceptors.
- getGlobalRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global request filters.
- getGlobalResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global response filters.
- getGlobalWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global writer interceptors.
- getGrammars() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the grammars property.
- getHandler() - Method in class org.glassfish.jersey.server.model.Invocable
-
- getHandlerClass() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the resource method handler class.
- getHandlerClasses() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the method handler classes for the resource methods registered on the resource.
- getHandlerInstance() - Method in class org.glassfish.jersey.server.model.MethodHandler
-
Get the raw handler instance that is backing this method handler.
- getHandlerInstances() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the method handler (singleton) instances for the resource methods registered
on the resource.
- getHandlerPath(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
-
Splits URI address from query params and returns it.
- getHandlingMethod() - Method in class org.glassfish.jersey.server.model.Invocable
-
Getter for the Java method
- getHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getHeaderString(String) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getHref() - Method in class com.sun.research.ws.wadl.Include
-
Gets the value of the href property.
- getHref() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the href property.
- getHref() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the href property.
- getHref() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the href property.
- getHttpMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the associated HTTP method.
- getHttpMethod() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
-
Get the HTTP method of the method.
- getId() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.Representation
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the id property.
- getId() - Method in class com.sun.research.ws.wadl.ResourceType
-
Gets the value of the id property.
- 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.
- getInjectionManager() - Method in class org.glassfish.jersey.server.ApplicationHandler
-
- 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.server.ResourceConfig
-
- getInterfaces() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- getInternalName() - Method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the internal name of the class corresponding to this object or array type.
- getInternalName(Class<?>) - Static method in class jersey.repackaged.org.objectweb.asm.Type
-
Returns the internal name of the given class.
- getInvocable() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the invocable method model.
- getInvocable() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Provide invocable for which validation will been done.
- getIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
-
- getIssues() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
-
Get validation issues.
- getItem(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the start offset in this
ClassReader
of a JVMS 'cp_info' structure (i.e.
- getItemCount() - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
Returns the number of entries in the class's constant pool table.
- getJAXBContext() - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
- getJAXBContext() - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Get the default JAXB context associated with the
WadlGenerator
for the Web application.
- getJAXBContextFromWadlGenerator(WadlGenerator) - Static method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
- 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
-
- 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(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.server.ContainerResponse
-
- 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.
- getMappedThrowable() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get the throwable that was mapped to a response.
- getMatchedModelResource() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
- getMatchedResourceLocators() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
Get resource locators matched since beginning of a matching.
- getMatchedResourceMethod() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
-
- 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.
- 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.server.ContainerResponse
-
- 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.
- 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.
- getModelProcessors() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getMultivaluedParameterExtractorProvider() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getName() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the name property.
- getName() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the name property.
- getName() - Method in class 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 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.
- getNameBindings() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
- getNameBoundReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound reader interceptor map.
- getNameBoundReaderInterceptorsInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound reader interceptor inverse map.
- getNameBoundRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound request filters.
- getNameBoundRequestFiltersInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound request filter inverse map.
- getNameBoundResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound response filters.
- getNameBoundResponseFiltersInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound response filter inverse map.
- getNameBoundWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound writer interceptor map.
- getNameBoundWriterInterceptorsInverse() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get name bound writer interceptor inverse map.
- getNames() - Method in class org.glassfish.jersey.server.model.Resource
-
Return a list of resource names.
- 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.
- 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.
- 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.server.model.Parameter.ServerParameterService
-
- getParameterCreationFactory() - Method in class org.glassfish.jersey.server.model.Parameter.ServerParameterService
-
- getParameterName() - Method in exception org.glassfish.jersey.server.ParamException
-
Get the parameter name.
- getParameters() - Method in class 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.
- getParameterValues(List<ParamValueFactoryWithSource<?>>, ContainerRequest) - Static method in class org.glassfish.jersey.server.spi.internal.ParameterValueHelper
-
Get the array of parameter values.
- getParent() - Method in class org.glassfish.jersey.server.model.Resource
-
Get the parent resource for this resource model or null
in case this
resource is a top-level resource and does not have a parent.
- getParent() - Method in class org.glassfish.jersey.server.model.ResourceMethod
-
Get the parent resource for this resource method model.
- getParent() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get parent of this runtime resource.
- getParentResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
- 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.
- 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.
- getPreMatchFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
- getPriority() - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider
-
Gets the priority of this provider.
- 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 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
-
- getPropertiesDelegate() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the underlying properties delegate.
- getProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getPropertyNames() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getPropertyNames() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getProviderClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
-
Get classes of registered providers.
- getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get registered providers available in the runtime.
- getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get registered providers available in the runtime.
- getQueryType() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the queryType property.
- 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
-
- 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.
- getRegex() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get regular expression of path pattern of this runtime resource.
- 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.
- getRel() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the rel property.
- 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
-
- 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.server.ContainerRequest
-
Get the values of a HTTP request header.
- getRequestHeaders() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get the values of HTTP request headers.
- getRequestScopedInitializer() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get a custom container extensions initializer for the current request.
- getRequestsPerSecond() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
-
Returns average value of how many requests per second were received by application in the time window.
- getRequestStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get the global application statistics of request execution.
- getRequestStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
Get
execution statistics
that contain measurements of times for
whole processing from time when request comes into the Jersey application until the response
is written to the underlying IO container.
- getRequestUri() - Method in class org.glassfish.jersey.server.ContainerRequest
-
Get request URI.
- getRequiredJaxbContextPath() - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- getRequiredJaxbContextPath() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
The jaxb context path that is used when the generated wadl application is marshalled
to a file.
- getResource() - Method in class com.sun.research.ws.wadl.Resources
-
Gets the value of the resource property.
- getResource(Class<T>) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
-
- getResource() - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Provide actual resource instance that will get validated.
- getResourceBag() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getResourceClass() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
- getResourceClassStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
-
Get the statistics for each resource
Class
that is deployed in the application.
- getResourceConfig() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get resource config associated with the application.
- getResourceConfig() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationInfo
-
Get the resource config.
- getResourceContext() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getResourceLocator() - Method in class org.glassfish.jersey.server.model.Resource
-
Provides a resource locator available on the resource.
- getResourceLocator() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Return the resource locator of this resource.
- getResourceLocators() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get resource locators of all
resources
of this runtime resource.
- getResourceMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
- getResourceMethod() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
-
- getResourceMethodExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
- getResourceMethodInvokerBuilder() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getResourceMethods() - Method in class org.glassfish.jersey.server.model.Resource
-
Provides a non-null list of resource methods available on the resource.
- getResourceMethods() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get resource methods (excluding resource locators) of all
resources
of this runtime resource.
- getResourceMethodStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
-
Return the statistics for resource method.
- getResourceModel() - Method in interface org.glassfish.jersey.server.ExtendedResourceContext
-
Return
resource model
from which the current jersey application is built.
- getResourceModel() - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
-
- getResourceModel() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Get the resource model of the application.
- getResourceModel() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getResources() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the resources property.
- getResources() - Method in class org.glassfish.jersey.server.model.ResourceModel
-
Return all resources from this resource model.
- getResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
-
Get resources creating this runtime resource.
- getResources() - Method in class org.glassfish.jersey.server.ResourceConfig
-
- getResources() - Method in interface org.glassfish.jersey.server.ServerConfig
-
Get programmatically modeled resources.
- getResourceType() - Method in class com.sun.research.ws.wadl.Link
-
Gets the value of the resourceType property.
- getResourceTypeOrMethodOrRepresentation() - Method in class com.sun.research.ws.wadl.Application
-
Gets the value of the resourceTypeOrMethodOrRepresentation property.
- getResponse() - Method in class com.sun.research.ws.wadl.Method
-
Gets the value of the response property.
- 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.server.ResourceConfig
-
- getSecurityContext() - Method in class org.glassfish.jersey.server.ContainerRequest
-
- getSeverity() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
- 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(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.
- getSortedGlobalReaderInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global reader interceptors sorted by priority.
- getSortedGlobalRequestFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global request filters sorted by priority.
- getSortedGlobalResponseFilters() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global response filters sorted by priority.
- getSortedGlobalWriterInterceptors() - Method in class org.glassfish.jersey.server.internal.ProcessingProviders
-
Get global writer interceptors sorted by priority.
- getSource() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
-
The issue source.
- getSource() - Method in class org.glassfish.jersey.server.spi.internal.ParamValueFactoryWithSource
-
Returns
Parameter.Source
which closely determines a function of the current supplier.
- 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
-
- getStatus() - Method in class com.sun.research.ws.wadl.Response
-
Gets the value of the status property.
- getStatus() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getStatusInfo() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getStep(int) - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the value of the given step of this path.
- getStepArgument(int) - Method in class jersey.repackaged.org.objectweb.asm.TypePath
-
Returns the index of the type argument that the given step is stepping into.
- getStringHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
-
- getStyle() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the style property.
- 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.
- 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
-
- getTag() - Method in class jersey.repackaged.org.objectweb.asm.Handle
-
Returns the kind of field or method designated by this handle.
- 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.
- getTotalMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
-
Get count of exception mappings that were performed on exceptions.
- getTotalMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
-
Get count of exception mappings that were performed on exceptions.
- getTryCatchBlockIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the try catch block (using the order in which they are visited with
visitTryCatchBlock), whose 'catch' type is referenced by this type reference.
- getType() - Method in class com.sun.research.ws.wadl.Param
-
Gets the value of the type property.
- getType() - Method in class com.sun.research.ws.wadl.Resource
-
Gets the value of the type property.
- getType(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.server.model.ResourceMethod
-
Get the JAX-RS method type.
- getType() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
-
Return the type of the event.
- getType() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
-
Returns the
type
of this event.
- getType() - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription.ExternalGrammar
-
- getTypeArgumentIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the type argument referenced by this type reference.
- getTypeParameterBoundIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
- getTypeParameterIndex() - Method in class jersey.repackaged.org.objectweb.asm.TypeReference
-
Returns the index of the type parameter referenced by this type reference.
- 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.
- 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.
- 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.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.
- getValueParamProviders() - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- getValueProvider(Parameter) - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider
-
Get an injected value provider for the parameter.
- 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.
- getWadl(UriInfo) - Method in class org.glassfish.jersey.server.wadl.internal.WadlResource
-
- getWeight() - Method in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
- getWeight() - Method in interface org.glassfish.jersey.server.spi.internal.ValueParamProvider.PriorityType
-
Returns the weight of this priority.
- getWrappedMessageContext() - Method in class org.glassfish.jersey.server.ContainerResponse
-
Get the wrapped response message context.
- getWriterInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
-
Get all reader interceptors applicable to the
resource method
wrapped by this invoker.
- 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
-
- RC_NOT_MODIFIABLE() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The resource configuration is not modifiable in this context.
- read(ClassReader, int, int, char[], int, Label[]) - Method in class jersey.repackaged.org.objectweb.asm.Attribute
-
- readByte(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- readBytecodeInstructionOffset(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- 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
.
- 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.
- 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
.
- readShort(int) - Method in class jersey.repackaged.org.objectweb.asm.ClassReader
-
- 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
.
- RecordComponentVisitor - Class in jersey.repackaged.org.objectweb.asm
-
A visitor to visit a record component.
- RecordComponentVisitor(int) - Constructor for class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
- RecordComponentVisitor(int, RecordComponentVisitor) - Constructor for class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
- REDUCE_CONTEXT_PATH_SLASHES_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If set to true
then a container will ignore multiple slashes between a port and a context path and will resolve it
as URI with only one slash.
- reduceLeadingSlashes(String) - Static method in class org.glassfish.jersey.server.internal.ContainerUtils
-
Reduces the number of slashes before the path to only one slash.
- register(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Class<?>, int) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object, int) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- registerClasses(Set<Class<?>>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature
in the ResourceConfig
.
- registerClasses(Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider or JAX-RS feature
in the ResourceConfig
.
- registerFinder(ResourceFinder) - Method in class org.glassfish.jersey.server.ResourceConfig
-
- registerInstances(Set<Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature
Jersey Binder
instances (singletons) in the
ResourceConfig
.
- registerInstances(Object...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register annotated JAX-RS resource, JAX-RS or Jersey contract provider, JAX-RS feature,
Jersey Binder
instances (singletons) in the
ResourceConfig
.
- registerResources(Resource...) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register new programmatic resource models in the ResourceConfig
.
- registerResources(Set<Resource>) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Register new resource models in the ResourceConfig
.
- rel - Variable in class com.sun.research.ws.wadl.Link
-
- RELEASING_REQUEST_PROCESSING_RESOURCES_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Attempt to release request processing resources has failed for a request.
- reload() - Method in interface org.glassfish.jersey.server.spi.Container
-
Reload the hosted Jersey application using the current
configuration
.
- reload(ResourceConfig) - Method in interface org.glassfish.jersey.server.spi.Container
-
- remove(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
-
- remove(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
-
- remove() - Method in class org.glassfish.jersey.server.internal.AbstractResourceFinderAdapter
-
Default implementation of #remove()
which complies with the defined contract.
- remove() - Method in interface org.glassfish.jersey.server.ResourceFinder
-
- removeProperty(String) - Method in 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
-
- 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
-
- 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
-
- 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
-
- resolve(Class) - Method in class org.glassfish.jersey.server.wadl.internal.ApplicationDescription
-
- resolve(Class) - Method in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
-
- resolve(Class) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator.Resolver
-
Resolve a Class type to a QName.
- resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- resolveProperty(String, T) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- Resource - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Resource() - Constructor for class com.sun.research.ws.wadl.Resource
-
- resource - Variable in class com.sun.research.ws.wadl.Resources
-
- Resource - Class in org.glassfish.jersey.server.model
-
Model of a single resource component.
- Resource.Builder - Class in org.glassfish.jersey.server.model
-
Resource model component builder.
- RESOURCE_ADD_CHILD_ALREADY_CHILD() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The resource is already a child resource and cannot contain another child resource.
- RESOURCE_AMBIGUOUS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, has ambiguous path definition with resource {1}.
- RESOURCE_CONFIG_ERROR_NULL_APPLICATIONCLASS() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Both application and applicationClass can't be null.
- RESOURCE_CONFIG_UNABLE_TO_PROCESS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Unable to process {0}
- RESOURCE_CONTAINS_RES_METHODS_AND_LOCATOR(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
The resource (or sub resource) {0} with path "{1}" contains (sub) resource method(s) and sub resource locator.
- RESOURCE_EMPTY(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, with path "{1}" is empty.
- RESOURCE_IMPLEMENTS_PROVIDER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, implements provider interface {1} but does not explicitly define the scope (@Singleton, @PerLookup).
- RESOURCE_LOOKUP_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Lookup and initialization failed for a resource class: {0}.
- RESOURCE_MERGE_CONFLICT_LOCATORS(Object, Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Both resources, resource {0} and resource {1}, contains sub resource locators on the same path {2}.
- RESOURCE_MODEL_VALIDATION_FAILED_AT_INIT() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Validation of the application resource model has failed during application initialization.
- RESOURCE_MULTIPLE_SCOPE_ANNOTATIONS(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A resource, {0}, is annotated with multiple scope annotations.
- RESOURCE_REPLACED_CHILD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Replaced child resource does not exist in model: {0}.
- RESOURCE_UPDATED_METHOD_DOES_NOT_EXIST(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Updated resource method does not exist in the model: {0}.
- RESOURCE_VALIDATION_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If true
then the extensive validation of application resource model is disabled.
- RESOURCE_VALIDATION_IGNORE_ERRORS - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If true
then validation of application resource models does not fail even in case of a fatal
validation errors.
- RESOURCE_VARIABLE - Static variable in class jersey.repackaged.org.objectweb.asm.TypeReference
-
The sort of type references that target the type of a resource variable in a method.
- ResourceConfig - Class in org.glassfish.jersey.server
-
The resource configuration for configuring a web application.
- ResourceConfig() - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a new resource configuration without any custom properties or
resource and provider classes.
- ResourceConfig(Set<Class<?>>) - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a new resource configuration initialized with a given set of
resource/provider classes.
- ResourceConfig(Class<?>...) - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a new resource configuration initialized with a given set of
resource/provider classes.
- ResourceConfig(ResourceConfig) - Constructor for class org.glassfish.jersey.server.ResourceConfig
-
Create a defensive resource configuration copy initialized with a given ResourceConfig
.
- ResourceFinder - Interface in org.glassfish.jersey.server
-
An interface used for finding and opening (loading) new resources.
- ResourceMethod - Class in org.glassfish.jersey.server.model
-
Model of a method available on a resource.
- ResourceMethod.Builder - Class in org.glassfish.jersey.server.model
-
Resource method model builder.
- ResourceMethod.JaxrsType - Enum in org.glassfish.jersey.server.model
-
Resource method classification based on the recognized JAX-RS
resource method types.
- ResourceMethodDispatcher - Interface in org.glassfish.jersey.server.spi.internal
-
A resource method dispatcher responsible for consuming a JAX-RS
request
by invoking the configured
resource method
on a given
resource instance and returning the method invocation result in a form of a
JAX-RS
response
.
- ResourceMethodDispatcher.Provider - Interface in org.glassfish.jersey.server.spi.internal
-
- ResourceMethodDispatcherFactory - Class in org.glassfish.jersey.server.model.internal
-
A resource method dispatcher provider factory.
- resourceMethodDispatcherFactory(ResourceMethodDispatcherFactory) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set resource method dispatcher factory.
- ResourceMethodInvocationHandlerFactory - Class in org.glassfish.jersey.server.model.internal
-
- resourceMethodInvocationHandlerFactory(ResourceMethodInvocationHandlerFactory) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
-
Set resource method invocation handler factory.
- ResourceMethodInvocationHandlerProvider - Interface in org.glassfish.jersey.server.spi.internal
-
- ResourceMethodInvoker - Class in org.glassfish.jersey.server.model
-
Server-side request-response
inflector
for invoking methods
of annotation-based resource classes.
- ResourceMethodInvoker.Builder - Class in org.glassfish.jersey.server.model
-
Resource method invoker helper.
- ResourceMethodInvokerConfigurator - Class in org.glassfish.jersey.server.model.internal
-
- ResourceMethodInvokerConfigurator() - Constructor for class org.glassfish.jersey.server.model.internal.ResourceMethodInvokerConfigurator
-
- ResourceMethodMXBean - Interface in org.glassfish.jersey.server.monitoring
-
MXBean interface of resource method MXBeans.
- ResourceMethodStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics an of an execution of the resource method.
- ResourceModel - Class in org.glassfish.jersey.server.model
-
Resource model of the deployed application which contains set of root resources.
- ResourceModel.Builder - Class in org.glassfish.jersey.server.model
-
- ResourceModelComponent - Interface in org.glassfish.jersey.server.model
-
Marker interface for all abstract resource model components,
so that they can be traversed using a visitor pattern.
- ResourceModelConfigurator - Class in org.glassfish.jersey.server
-
- ResourceModelConfigurator() - Constructor for class org.glassfish.jersey.server.ResourceModelConfigurator
-
- ResourceModelIssue - Class in org.glassfish.jersey.server.model
-
Resource model validity issue.
- ResourceModelIssue(Object, String) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
-
Create a new resource model warning.
- ResourceModelIssue(Object, String, Severity) - Constructor for class org.glassfish.jersey.server.model.ResourceModelIssue
-
Create a new resource model issue.
- ResourceModelVisitor - Interface in org.glassfish.jersey.server.model
-
Following the visitor pattern, this interface allows implementing processors
traversing all abstract model components present in a given model.
- ResourceMXBean - Interface in org.glassfish.jersey.server.monitoring
-
MXBean interface of resource MXBeans.
- resources - Variable in class com.sun.research.ws.wadl.Application
-
- Resources - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Resources() - Constructor for class com.sun.research.ws.wadl.Resources
-
- ResourceStatistics - Interface in org.glassfish.jersey.server.monitoring
-
Monitoring statistics of the resource.
- resourceType - Variable in class com.sun.research.ws.wadl.Link
-
- ResourceType - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- ResourceType() - Constructor for class com.sun.research.ws.wadl.ResourceType
-
- resourceTypeOrMethodOrRepresentation - Variable in class com.sun.research.ws.wadl.Application
-
- response - Variable in class com.sun.research.ws.wadl.Method
-
- Response - Class in com.sun.research.ws.wadl
-
Java class for anonymous complex type.
- Response() - Constructor for class com.sun.research.ws.wadl.Response
-
- RESPONSE_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.
- 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.
- resume(ExternalRequestContext<T>, InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
-
Resume request associated with provided context.
- RET - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- RETURN - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- rev - Variable in class com.sun.research.ws.wadl.Link
-
- RolesAllowedDynamicFeature - Class in org.glassfish.jersey.server.filter
-
A
DynamicFeature
supporting the
jakarta.annotation.security.RolesAllowed
,
jakarta.annotation.security.PermitAll
and
jakarta.annotation.security.DenyAll
on resource methods and sub-resource methods.
- RolesAllowedDynamicFeature() - Constructor for class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
-
- Routed - Interface in org.glassfish.jersey.server.model
-
Marker interface for all resource model components that contain path information
usable for routing.
- routingResponseType(Type) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Define the response entity type used during the routing for
selection of the resource methods.
- RuntimeDelegateImpl - Class in org.glassfish.jersey.server.internal
-
- RuntimeDelegateImpl() - Constructor for class org.glassfish.jersey.server.internal.RuntimeDelegateImpl
-
- RuntimeResource - Class in org.glassfish.jersey.server.model
-
Runtime resource is a group of
resources
with the same
path
regular expression.
- RuntimeResourceModel - Class in org.glassfish.jersey.server.model
-
Runtime Resource model contains structured information about runtime resources.
- RuntimeResourceModel(List<Resource>) - Constructor for class org.glassfish.jersey.server.model.RuntimeResourceModel
-
Creates new runtime resource model from the list of resources.
- RuntimeResourceModelValidator - Class in org.glassfish.jersey.server.model
-
Runtime resource model validator validating ambiguity of resource methods.
- RuntimeResourceModelValidator(MessageBodyWorkers) - Constructor for class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
-
Create a new validator instance.
- SALOAD - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- SASTORE - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- SECURITY_CONTEXT_WAS_NOT_SET() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
SecurityContext was not set.
- selectVariant(List<Variant>) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- ServerBootstrapBag - Class in org.glassfish.jersey.server
- ServerBootstrapBag() - Constructor for class org.glassfish.jersey.server.ServerBootstrapBag
-
- ServerConfig - Interface in org.glassfish.jersey.server
-
Server-side application configuration.
- ServerFiltersAutoDiscoverable - Class in org.glassfish.jersey.server.filter.internal
-
Enable auto-discoverable of certain server filters.
- ServerFiltersAutoDiscoverable() - Constructor for class org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
-
- ServerParameterService() - Constructor for class org.glassfish.jersey.server.model.Parameter.ServerParameterService
-
- ServerProperties - Class in org.glassfish.jersey.server
-
Jersey server-side configuration properties.
- ServerRuntime - Class in org.glassfish.jersey.server
-
Server-side request processing runtime.
- ServerTraceEvent - Enum in org.glassfish.jersey.server.internal
-
Server side tracing events.
- 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.
- setBase(String) - Method in class com.sun.research.ws.wadl.Resources
-
Sets the value of the base property.
- setClassLoader(ClassLoader) - Method in class org.glassfish.jersey.server.ResourceConfig
-
Set
ClassLoader
which will be used for resource discovery.
- setComponentProviders(LazyValue<Collection<ComponentProvider>>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- 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.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.
- setFixed(String) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the fixed property.
- setGeneratorClass(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
-
- 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.
- 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.
- 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.server.ContainerResponse
-
Set the message content media type.
- 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.
- 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.
- 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.server.ContainerRequest
-
- setQueryType(String) - Method in class com.sun.research.ws.wadl.Resource
-
Sets the value of the queryType property.
- setRel(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the rel property.
- setRepeating(Boolean) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the repeating property.
- setRequest(Request) - Method in class com.sun.research.ws.wadl.Method
-
Sets the value of the request property.
- 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.
- setResource(Object) - Method in interface org.glassfish.jersey.server.spi.ValidationInterceptorContext
-
Setter for resource instance that should get validated.
- setResourceBag(ResourceBag) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setResourceContext(JerseyResourceContext) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setResourceMethodInvokerBuilder(ResourceMethodInvoker.Builder) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.internal.JerseyResourceContext
-
Set the
resource mode
of the application associated with this context.
- setResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setResourceType(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the resourceType property.
- setRev(String) - Method in class com.sun.research.ws.wadl.Link
-
Sets the value of the rev property.
- setSecurityContext(SecurityContext) - Method in class org.glassfish.jersey.server.ContainerRequest
-
- setStatus(int) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.server.ContainerResponse
-
- setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.server.ContainerResponse
-
Set the output stream provider callback.
- setStyle(ParamStyle) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the style property.
- setSuspendTimeout(long, TimeUnit) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
Set the suspend timeout.
- setSuspendTimeout(long, TimeUnit) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Set the suspend timeout.
- setTitle(String) - Method in class com.sun.research.ws.wadl.Doc
-
Sets the value of the title property.
- setType(QName) - Method in class com.sun.research.ws.wadl.Param
-
Sets the value of the type property.
- setValue(String) - Method in class com.sun.research.ws.wadl.Option
-
Sets the value of the value property.
- setValueParamProviders(Collection<ValueParamProvider>) - Method in class org.glassfish.jersey.server.ServerBootstrapBag
-
- setWadlGenerationEnabled(boolean) - Method in class org.glassfish.jersey.server.wadl.internal.WadlApplicationContextImpl
-
- setWadlGenerationEnabled(boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
-
Enable/disable WADL generation.
- setWadlGeneratorDelegate(WadlGenerator) - Method in class org.glassfish.jersey.server.wadl.internal.WadlGeneratorImpl
-
- setWadlGeneratorDelegate(WadlGenerator) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
-
Sets the delegate that is decorated by this wadl generator.
- setWriter(ContainerResponseWriter) - Method in class org.glassfish.jersey.server.ContainerRequest
-
Set the container response writer for the current request.
- 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.
- SINGLETON_INJECTS_PARAMETER(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Parameter {1} of {0} cannot be injected into singleton resource.
- SIPUSH - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- size() - Method in class jersey.repackaged.org.objectweb.asm.ByteVector
-
Returns the actual number of bytes in this vector.
- SKIP_CODE - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to skip the Code attributes.
- SKIP_DEBUG - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to skip the SourceFile, SourceDebugExtension, LocalVariableTable,
LocalVariableTypeTable, LineNumberTable and MethodParameters attributes.
- SKIP_FRAMES - Static variable in class jersey.repackaged.org.objectweb.asm.ClassReader
-
A flag to skip the StackMap and StackMapTable attributes.
- 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
-
- sse() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
-
Set the SSE flag on the method model to true
.
- SseTypeResolver - Class in org.glassfish.jersey.server.model.internal
-
- status - Variable in class com.sun.research.ws.wadl.Response
-
- style - Variable in class com.sun.research.ws.wadl.Param
-
- SUB_RES_METHOD_TREATED_AS_RES_METHOD(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource method, {0}, with URI template, "{1}", is treated as a resource method
- SubjectSecurityContext - Interface in org.glassfish.jersey.server
-
Security context that allows establishing a subject before a resource method
or a sub-resource locator is called.
- SUBRES_LOC_CACHE_INVALID_SIZE(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Invalid value for sub-resource locator cache size: {0}.
- SUBRES_LOC_CACHE_LOAD_FAILED(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Loading model and router from sub-resource locator cache failed for "{0}".
- SUBRES_LOC_HAS_ENTITY_PARAM(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource model, {0}, can not have an entity parameter.
- SUBRES_LOC_RETURNS_VOID(Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource model, {0}, MUST return a non-void type.
- SUBRES_LOC_URI_PATH_INVALID(Object, Object) - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
A sub-resource model, {0}, has an invalid URI path: {1}
- SUBRESOURCE_LOCATOR_CACHE_AGE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
An integer value that defines the maximum age (in seconds) for cached for sub-resource locator models.
- SUBRESOURCE_LOCATOR_CACHE_JERSEY_RESOURCE_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
-
If
true
then Jersey will cache
Jersey resources
in addition to
caching sub-resource locator classes and instances (which are cached by default).
- SUBRESOURCE_LOCATOR_CACHE_SIZE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
An integer value that defines the size of cache for sub-resource locator models.
- SUBRESOURCE_LOCATOR_DEFAULT_CACHE_SIZE - Static variable in class org.glassfish.jersey.server.ServerProperties
-
The default sub-resource locator cache size (64).
- suspend() - Method in interface org.glassfish.jersey.server.AsyncContext
-
Suspend the current asynchronous processing context.
- suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in class org.glassfish.jersey.server.internal.JerseyRequestTimeoutHandler
-
Suspend the request/response processing.
- suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
-
Suspend the request/response processing.
- suspend(ExternalRequestContext<T>, InjectionManager) - Method in interface org.glassfish.jersey.server.spi.ExternalRequestScope
-
Suspend request associated with provided context.
- SUSPEND_HANDLER_EXECUTION_FAILED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Time-out handler execution failed.
- SUSPEND_NOT_SUSPENDED() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Not suspended.
- SUSPEND_SCHEDULING_ERROR() - Static method in class org.glassfish.jersey.server.internal.LocalizationMessages
-
Error while scheduling a timeout task.
- Suspendable - Interface in org.glassfish.jersey.server.model
-
Jersey model component that is suspendable and may hold suspend-related
information.
- 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
-
- V15 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V16 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V17 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V18 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V19 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_1 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_2 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_3 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_4 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_5 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_6 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_7 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V1_8 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V20 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V21 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V22 - Static variable in interface jersey.repackaged.org.objectweb.asm.Opcodes
-
- V23 - 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.
- 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.
- ValidationInterceptor - Interface in org.glassfish.jersey.server.spi
-
Interceptor for method validation processing.
- ValidationInterceptorContext - Interface in org.glassfish.jersey.server.spi
-
- value() - Method in enum com.sun.research.ws.wadl.HTTPMethods
-
- value - Variable in class com.sun.research.ws.wadl.Option
-
- value() - Method in enum com.sun.research.ws.wadl.ParamStyle
-
- valueOf(String) - Static method in enum com.sun.research.ws.wadl.HTTPMethods
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.sun.research.ws.wadl.ParamStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.AsyncContext.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.glassfish.jersey.server.TracingConfig
-
Returns the enum constant of this type with the specified name.
- ValueParamProvider - Interface in org.glassfish.jersey.server.spi.internal
-
Parameter value factory SPI.
- ValueParamProvider.Priority - Enum in org.glassfish.jersey.server.spi.internal
-
Enumeration of priorities for providers (e.g.
- ValueParamProvider.PriorityType - Interface in org.glassfish.jersey.server.spi.internal
-
Priorities are intended to be used as a means to determine the order in which objects are considered whether they are
suitable for a particular action or not (e.g.
- values() - Static method in enum com.sun.research.ws.wadl.HTTPMethods
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.sun.research.ws.wadl.ParamStyle
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.AsyncContext.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.internal.ServerTraceEvent
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.spi.internal.ValueParamProvider.Priority
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.glassfish.jersey.server.TracingConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visit(String, Object) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits a primitive value of the annotation.
- visit(int, int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the header of the class.
- visit(int, int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitAnnotableParameterCount(int, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the number of method parameters that can have annotations.
- visitAnnotation(String, String) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits a nested annotation value of the annotation.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits an annotation of the class.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits an annotation of the field.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation of this method.
- visitAnnotation(String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits an annotation of the record component.
- visitAnnotationDefault() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the default value of this annotation interface method.
- visitArray(String) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits an array value of the annotation.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a non standard attribute of the class.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits a non standard attribute of the field.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a non standard attribute of this method.
- visitAttribute(Attribute) - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits a non standard attribute of the record component.
- visitChildResource(Resource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitChildResource(Resource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Start visiting a single child resource model.
- visitCode() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Starts the visit of the method's code, if any (i.e.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits the end of the annotation.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the end of the class.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits the end of the field.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the end of the method.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visits the end of the module.
- visitEnd() - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits the end of the record component.
- visitEnum(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.AnnotationVisitor
-
Visits an enumeration value of the annotation.
- visitExport(String, int, String...) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit an exported package of the current module.
- visitField(int, String, String, String, Object) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a field of the class.
- visitField(int, String, String, String, Object) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitFieldInsn(int, String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a field instruction.
- visitFrame(int, int, Object[], int, Object[]) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the current state of the local variables and operand stack elements.
- visitIincInsn(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an IINC instruction.
- visitInnerClass(String, String, String, int) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits information about an inner class.
- visitInnerClass(String, String, String, int) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitInsn(int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a zero operand instruction.
- visitInsnAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on an instruction.
- visitIntInsn(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an instruction with a single int operand.
- visitInvocable(Invocable) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitInvocable(Invocable) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Visit a single resource method invocable model.
- visitInvokeDynamicInsn(String, String, Handle, Object...) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an invokedynamic instruction.
- visitJumpInsn(int, Label) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a jump instruction.
- visitLabel(Label) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a label.
- visitLdcInsn(Object) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a LDC instruction.
- visitLineNumber(int, Label) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a line number declaration.
- visitLocalVariable(String, String, String, Label, Label, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a local variable declaration.
- visitLocalVariableAnnotation(int, TypePath, Label[], Label[], int[], String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on a local variable type.
- visitLookupSwitchInsn(Label, int[], Label[]) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a LOOKUPSWITCH instruction.
- visitMainClass(String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit the main class of the current module.
- visitMaxs(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits the maximum stack size and the maximum number of local variables of the method.
- visitMethod(int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a method of the class.
- visitMethod(int, String, String, String, String[]) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitMethodHandler(MethodHandler) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitMethodHandler(MethodHandler) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Visit a single resource method handler model.
- visitMethodInsn(int, String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
- visitMethodInsn(int, String, String, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a method instruction.
- visitModule(String, int, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visit the module corresponding to the class.
- visitModule(String, int, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitMultiANewArrayInsn(String, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a MULTIANEWARRAY instruction.
- visitNestHost(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the nest host class of the class.
- visitNestHost(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitNestMember(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a member of the nest.
- visitNestMember(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitOpen(String, int, String...) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit an open package of the current module.
- visitOuterClass(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the enclosing class of the class.
- visitOuterClass(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitPackage(String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit a package of the current module.
- visitParameter(String, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a parameter of this method.
- visitParameterAnnotation(int, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation of a parameter this method.
- visitPermittedSubclass(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a permitted subclasses.
- visitPermittedSubclass(String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitProvide(String, String...) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit an implementation of a service.
- visitRecordComponent(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits a record component of the class.
- visitRecordComponent(String, String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitRequire(String, int, String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visits a dependence of the current module.
- visitResource(Resource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitResource(Resource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Start visiting a single resource model.
- visitResourceHandlerConstructor(HandlerConstructor) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitResourceHandlerConstructor(HandlerConstructor) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Process a resource method handler constructor.
- visitResourceMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitResourceMethod(ResourceMethod) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Visit a single resource method model.
- visitResourceModel(ResourceModel) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitResourceModel(ResourceModel) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Process a resource model.
- visitRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
-
- visitRuntimeResource(RuntimeResource) - Method in interface org.glassfish.jersey.server.model.ResourceModelVisitor
-
Process a runtime resource model.
- visitRuntimeResource(RuntimeResource) - Method in class org.glassfish.jersey.server.model.RuntimeResourceModelValidator
-
- visitSource(String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits the source of the class.
- visitSource(String, String) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitTableSwitchInsn(int, int, Label, Label...) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a TABLESWITCH instruction.
- visitTryCatchAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on an exception handler type.
- visitTryCatchBlock(Label, Label, Label, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a try catch block.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassVisitor
-
Visits an annotation on a type in the class signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.ClassWriter
-
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.FieldVisitor
-
Visits an annotation on the type of the field.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits an annotation on a type in the method signature.
- visitTypeAnnotation(int, TypePath, String, boolean) - Method in class jersey.repackaged.org.objectweb.asm.RecordComponentVisitor
-
Visits an annotation on a type in the record component signature.
- visitTypeInsn(int, String) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a type instruction.
- visitUse(String) - Method in class jersey.repackaged.org.objectweb.asm.ModuleVisitor
-
Visit a service used by the current module.
- visitVarInsn(int, int) - Method in class jersey.repackaged.org.objectweb.asm.MethodVisitor
-
Visits a local variable instruction.
- VOID - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The sort of the void
type.
- VOID_TYPE - Static variable in class jersey.repackaged.org.objectweb.asm.Type
-
The void
type.