A B C D E F G H I J K L M N O P Q R S T U V W X _ 

A

abortWith(Response) - Method in class org.glassfish.jersey.client.ClientRequest
 
abortWith(Response) - Method in class org.glassfish.jersey.server.ContainerRequest
 
AbstractContainerLifecycleListener - Class in org.glassfish.jersey.server.spi
Convenience class to allow implementing only a subset of container liefecycle listener callback method(s).
AbstractContainerLifecycleListener() - Constructor for class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
AbstractResourceModelVisitor - Class in org.glassfish.jersey.server.model
Abstract implementation of resource model visitor containing empty implementations of interface methods.
AbstractResourceModelVisitor() - Constructor for class org.glassfish.jersey.server.model.AbstractResourceModelVisitor
 
accept(MediaType...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted types to the message headers.
accept(String...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted types to the message headers.
accept(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
accept(MediaType...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.Invocable
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.MethodHandler
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.Resource
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.ResourceModel
 
accept(ResourceModelVisitor) - Method in interface org.glassfish.jersey.server.model.ResourceModelComponent
A component should call the visitor back with an appropriate visitor interface method to give it a chance to process.
accept(ResourceModelVisitor) - Method in class org.glassfish.jersey.server.model.RuntimeResource
 
acceptEncoding(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted languages to the message headers.
acceptLanguage(String...) - Method in class org.glassfish.jersey.client.ClientRequest
Add new accepted languages to the message headers.
acceptLanguage(Locale...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
acceptLanguage(String...) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
add(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
Register ChunkedOutput to this Broadcaster instance.
add(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Register BroadcasterListener for Broadcaster events listening.
add(Closeable) - Method in interface org.glassfish.jersey.server.CloseableService
Adds an instance of Closeable that is to be closed when the request goes out of scope.
addBoundary(MediaType) - Static method in class org.glassfish.jersey.media.multipart.Boundary
Transforms a media type and add a boundary parameter with a unique value if one is not already present.
addChildResource(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new child resource to the resource.
addChildResource(Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add an existing Resource as a child resource of current resource.
addContract(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new provided contract.
addContract(Class<?>, int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new provided contract with priority.
addContracts(Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new provided contracts.
addContracts(Collection<Class<?>>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new provided contracts.
addDateParameter(StringBuilder, String, Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
addListener(JerseyClient.LifecycleListener) - Method in class org.glassfish.jersey.client.JerseyClient
Add a new client lifecycle listener.
addLongParameter(StringBuilder, String, Long) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
addMethod(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new method model to the resource for processing requests of the specified HTTP method.
addMethod() - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new arbitrary method model to the resource.
addMethod(ResourceMethod) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Add a new method model that is a copy of the given resourceMethod.
addNameBinding(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Add a new contract provider name binding.
addProperties(Map<String, Object>) - Method in class org.glassfish.jersey.server.ResourceConfig
Add properties to ResourceConfig.
addResolver(WadlGenerator.Resolver) - Method in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
addResource(Resource) - Method in class org.glassfish.jersey.server.model.ResourceModel.Builder
Add a resource to the builder.
addStringParameter(StringBuilder, String, String) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
AnnotatedMethod - Class in org.glassfish.jersey.server.model
Annotated method representation.
AnnotatedMethod(Method) - Constructor for class org.glassfish.jersey.server.model.AnnotatedMethod
Create annotated method instance from the Java method.
any - Variable in class com.sun.research.ws.wadl.Application
 
any - Variable in class com.sun.research.ws.wadl.Grammars
 
any - Variable in class com.sun.research.ws.wadl.Link
 
any - Variable in class com.sun.research.ws.wadl.Method
 
any - Variable in class com.sun.research.ws.wadl.Option
 
any - Variable in class com.sun.research.ws.wadl.Param
 
any - Variable in class com.sun.research.ws.wadl.Representation
 
any - Variable in class com.sun.research.ws.wadl.Request
 
any - Variable in class com.sun.research.ws.wadl.Resource
 
any - Variable in class com.sun.research.ws.wadl.Resources
 
any - Variable in class com.sun.research.ws.wadl.ResourceType
 
any - Variable in class com.sun.research.ws.wadl.Response
 
Application - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Application() - Constructor for class com.sun.research.ws.wadl.Application
 
APPLICATION_NAME - Static variable in class org.glassfish.jersey.server.ServerProperties
String property that defines the application name.
ApplicationEvent - Interface in org.glassfish.jersey.server.monitoring
An event informing about application lifecycle changes.
ApplicationEvent.Type - Enum in org.glassfish.jersey.server.monitoring
The type of the event that identifies on which lifecycle change the event is triggered.
ApplicationEventListener - Interface in org.glassfish.jersey.server.monitoring
Jersey specific provider that listens to application events.
ApplicationHandler - Class in org.glassfish.jersey.server
Jersey server-side application handler.
ApplicationHandler() - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey application handler using a default configuration.
ApplicationHandler(Class<? extends Application>) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by a JAX-RS Application (sub-)class.
ApplicationHandler(Application) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a JAX-RS Application sub-class.
ApplicationHandler(Application, Binder) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a ResourceConfig and a custom Binder.
ApplicationHandler(Application, Binder, ServiceLocator) - Constructor for class org.glassfish.jersey.server.ApplicationHandler
Create a new Jersey server-side application handler configured by an instance of a ResourceConfig, custom Binder and a parent ServiceLocator.
ApplicationMXBean - Interface in org.glassfish.jersey.server.monitoring
Application MX Bean.
ApplicationStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics and configuration of an application.
apply(ClientRequest) - Method in class org.glassfish.jersey.client.RequestProcessingInitializationStage
 
apply(ClientRequest) - Method in interface org.glassfish.jersey.client.spi.Connector
Synchronously process client request into a response.
apply(ClientRequest, AsyncConnectorCallback) - Method in interface org.glassfish.jersey.client.spi.Connector
Asynchronously process client request into a response.
apply(DATA) - Method in interface org.glassfish.jersey.process.Inflector
Transform data of a given type into a result of the different type.
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
Invokes a request and returns the response future.
apply(ContainerRequest, OutputStream) - Method in class org.glassfish.jersey.server.ApplicationHandler
Invokes a request and returns the response future.
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.ContainerMessageBodyWorkersInitializer
 
apply(ContainerRequest) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
apply(ContainerRequestContext) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
aroundReadFrom(ReaderInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.glassfish.jersey.spi.ContentEncoder
 
asClosed(PathPattern) - Static method in class org.glassfish.jersey.uri.PathPattern
Return a new path pattern with a same path template but a closed right hand path.
async() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
ASYNC_THREADPOOL_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
Asynchronous thread pool size.
AsyncConnectorCallback - Interface in org.glassfish.jersey.client.spi
Asynchronous connector response processing callback contract.
AsyncContextDelegate - Interface in org.glassfish.jersey.servlet.spi
Utilized by the Servlet container response writer to deal with the container async features.
AsyncContextDelegateProvider - Interface in org.glassfish.jersey.servlet.spi
Factory to create AsyncContextDelegate to deal with asynchronous features added in Servlet version 3.0.
AsyncContextDelegateProviderImpl - Class in org.glassfish.jersey.servlet.async
Servlet 3.x container response writer async extension and related extension factory implementation.
AsyncContextDelegateProviderImpl() - Constructor for class org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
 
attachTypes(ApplicationDescription) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Process the elements in the WADL definition to attach schema types as required.

B

base - Variable in class com.sun.research.ws.wadl.Resources
 
basic(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
basic(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in basic preemptive authentication mode initialized with credentials.
basicBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the builder of the http authentication feature working in basic authentication mode.
Beta - Annotation Type in org.glassfish.jersey
Marker of a public Jersey API that is still in "beta" non-final version.
bind(Class<?>, Set<Class<?>>) - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Jersey will invoke this method before binding of each component class internally during initialization of it's HK2 service locator.
BodyPart - Class in org.glassfish.jersey.media.multipart
A mutable model representing a body part nested inside a MIME MultiPart entity.
BodyPart() - Constructor for class org.glassfish.jersey.media.multipart.BodyPart
Instantiates a new BodyPart with a mediaType of text/plain.
BodyPart(MediaType) - Constructor for class org.glassfish.jersey.media.multipart.BodyPart
Instantiates a new BodyPart with the specified characteristics.
BodyPart(Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.BodyPart
Instantiates a new BodyPart with the specified characteristics.
bodyPart(BodyPart) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Builder pattern method to add the specified BodyPart to this MultiPart.
bodyPart(Object, MediaType) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Builder pattern method to add a newly configured BodyPart to this MultiPart.
BodyPartEntity - Class in org.glassfish.jersey.media.multipart
Proxy class representing the entity of a BodyPart when a MultiPart entity is received and parsed.
BodyPartEntity(MIMEPart) - Constructor for class org.glassfish.jersey.media.multipart.BodyPartEntity
Constructs a new BodyPartEntity with a MIMEPart.
Boundary - Class in org.glassfish.jersey.media.multipart
Utility for creating boundary parameters.
Boundary() - Constructor for class org.glassfish.jersey.media.multipart.Boundary
 
BOUNDARY_PARAMETER - Static variable in class org.glassfish.jersey.media.multipart.Boundary
 
broadcast(T) - Method in class org.glassfish.jersey.server.Broadcaster
Broadcast a chunk to all registered ChunkedOutput instances.
Broadcaster<T> - Class in org.glassfish.jersey.server
Used for broadcasting response chunks to multiple ChunkedOutput instances.
Broadcaster() - Constructor for class org.glassfish.jersey.server.Broadcaster
Creates a new instance.
Broadcaster(Class<? extends Broadcaster>) - Constructor for class org.glassfish.jersey.server.Broadcaster
Can be used by subclasses to override the default functionality of adding self to the set of listeners.
BroadcasterListener<T> - Interface in org.glassfish.jersey.server
Listener interface that can be implemented to listen to events fired by Broadcaster object.
BUFFER_THRESHOLD - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
Name of the resource property for the threshold size (in bytes) above which a body part entity will be buffered to disk instead of being held in memory.
BUFFER_THRESHOLD_MEMORY_ONLY - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
The MultiPartProperties.BUFFER_THRESHOLD property value to keep a body part entity in memory only.
bufferThreshold(int) - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
Set the size (in bytes) of the entity of an incoming BodyPart before it will be buffered to disk.
build() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
Build the feature.
build() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
build(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
build(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
build() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Build the content disposition.
build() - Method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition.FormDataContentDispositionBuilder
 
build() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
Build new SSE event source pointing at a SSE streaming web target.
build() - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
build() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Build a new contract provider model.
build() - Method in class org.glassfish.jersey.server.model.Resource.Builder
Build a new resource model.
build() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Build the resource method model and register it with the parent Resource.Builder.
build(ResourceMethod, ProcessingProviders) - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
Build a new resource method invoker instance.
build() - Method in class org.glassfish.jersey.server.model.ResourceModel.Builder
Build the resource model.
build() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
buildContentDisposition() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Builds the body part content-disposition header which the specified filename (or the default one if unspecified).
buildDelete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
builder() - Static method in class org.glassfish.jersey.model.ContractProvider
Create new contract provider model builder.
builder(ContractProvider) - Static method in class org.glassfish.jersey.model.ContractProvider
Create new contract provider model builder from an existing one.
builder() - Static method in class org.glassfish.jersey.server.model.Resource
Get a new unbound resource model builder.
builder(String) - Static method in class org.glassfish.jersey.server.model.Resource
Get a new resource model builder for a resource bound to a given path.
builder(List<Resource>) - Static method in class org.glassfish.jersey.server.model.Resource
Creates a resource builder instance from the list of resource which can be merged into a single resource.
builder(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model builder initialized by introspecting an annotated JAX-RS resource class.
builder(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model builder initialized by introspecting an annotated JAX-RS resource class.
builder(Resource) - Static method in class org.glassfish.jersey.server.model.Resource
Get a new resource model builder initialized from a given resource model.
buildGet() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildPost(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
buildPut(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
BV_DISABLE_VALIDATE_ON_EXECUTABLE_OVERRIDE_CHECK - Static variable in class org.glassfish.jersey.server.ServerProperties
A Bean Validation (JSR-349) support customization property.
BV_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable Bean Validation support.
BV_SEND_ERROR_IN_RESPONSE - Static variable in class org.glassfish.jersey.server.ServerProperties
A Bean Validation (JSR-349) support customization property.

C

cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.ClientRequest
Add new cache control entry to the message headers.
cacheControl(CacheControl) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
CHUNKED_ENCODING_SIZE - Static variable in class org.glassfish.jersey.client.ClientProperties
The value MUST be an instance convertible to Integer.
ChunkedInput<T> - Class in org.glassfish.jersey.client
Response entity type used for receiving messages in "typed" chunks.
ChunkedInput(Type, InputStream, Annotation[], MediaType, MultivaluedMap<String, String>, MessageBodyWorkers, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ChunkedInput
Package-private constructor used by the ChunkedInputReader.
ChunkedOutput<T> - Class in org.glassfish.jersey.server
Used for sending messages in "typed" chunks.
ChunkedOutput() - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput.
ChunkedOutput(Type) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create ChunkedOutput with specified type.
ChunkedOutput(byte[]) - Constructor for class org.glassfish.jersey.server.ChunkedOutput
Create new ChunkedOutput with a custom chunk delimiter.
ChunkedOutput(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
Used for writing ChunkedOutput.
ChunkedResponseWriter() - Constructor for class org.glassfish.jersey.server.ChunkedResponseWriter
 
ChunkParser - Interface in org.glassfish.jersey.client
Chunk data parser.
chunkSize(int) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Set chunk size for requests transferred using a HTTP chunked transfer coding.
cleanIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
Removes all issues from the current issue list.
cleanup() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Perform any necessary cleanup at the end of processing this BodyPart.
cleanup() - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
Cleans up temporary file(s), if any were utilized.
cleanup() - Method in class org.glassfish.jersey.media.multipart.MultiPart
Performs any necessary cleanup at the end of processing this MultiPart.
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.
ClientConfig - Class in org.glassfish.jersey.client
Jersey externalized implementation of client-side JAX-RS configurable contract.
ClientConfig() - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance with the default features and property values.
ClientConfig(Class<?>...) - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance and register the provided list of provider classes.
ClientConfig(Object...) - Constructor for class org.glassfish.jersey.client.ClientConfig
Construct a new Jersey configuration instance and register the provided list of provider instances.
ClientProperties - Class in org.glassfish.jersey.client
Jersey client implementation configuration properties.
ClientRequest - Class in org.glassfish.jersey.client
Jersey client request context.
ClientRequest(URI, ClientConfig, PropertiesDelegate) - Constructor for class org.glassfish.jersey.client.ClientRequest
Create new Jersey client request context.
ClientRequest(ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientRequest
Copy constructor.
ClientResponse - Class in org.glassfish.jersey.client
Jersey client response context.
ClientResponse(ClientRequest, Response) - Constructor for class org.glassfish.jersey.client.ClientResponse
Create new Jersey client response context initialized from a JAX-RS response.
ClientResponse(Response.StatusType, ClientRequest) - Constructor for class org.glassfish.jersey.client.ClientResponse
Create a new Jersey client response context.
ClientResponse(Response.StatusType, ClientRequest, URI) - Constructor for class org.glassfish.jersey.client.ClientResponse
Create a new Jersey client response context.
close() - Method in class org.glassfish.jersey.client.ChunkedInput
 
close() - Method in class org.glassfish.jersey.client.JerseyClient
 
close() - Method in interface org.glassfish.jersey.client.spi.Connector
Close connector and release all it's internally associated resources.
close() - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
close() - Method in class org.glassfish.jersey.media.multipart.MultiPart
 
close() - Method in class org.glassfish.jersey.media.sse.EventSource
Close this event source.
close(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.EventSource
Close this event source and wait for the internal event processing task to complete for up to the specified amount of wait time.
close() - Method in class org.glassfish.jersey.server.ChunkedOutput
Close this response - it will be finalized and underlying connections will be closed or made available for another response.
close() - Method in interface org.glassfish.jersey.server.CloseableService
Invokes Closeable#close() method on all instances of Closeable added by the #add(Closeable) method.
close() - Method in class org.glassfish.jersey.server.ContainerResponse
Closes the response.
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
Close all registered ChunkedOutput instances.
com.sun.research.ws.wadl - package com.sun.research.ws.wadl
 
comment(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set comment string associated with the event.
commit() - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Commit the response & close the container response writer.
commitStream() - Method in class org.glassfish.jersey.server.ContainerResponse
Commit the entity stream unless already committed.
CommonProperties - Class in org.glassfish.jersey
Common (server/client) Jersey configuration properties.
COMPARATOR - Static variable in class org.glassfish.jersey.server.model.RuntimeResource
Comparator of RuntimeResources based on rules respecting resource matching algorithm.
COMPARATOR - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern comparator that defers to comparing the templates associated with the patterns.
COMPARATOR - Static variable in class org.glassfish.jersey.uri.UriTemplate
Order the templates according to JAX-RS specification.
complete() - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegate
Invoked upon a response writing completion when the response write is either committed or canceled.
ComponentModelValidator - Class in org.glassfish.jersey.server.model
A resource model validator that checks the given resource model.
ComponentModelValidator(ServiceLocator) - 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.
configure(FeatureContext) - Method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.client.CustomProvidersFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.client.filter.EncodingFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.media.multipart.MultiPartFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.media.sse.SseFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonFeature
 
configure(FeatureContext) - Method in class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
 
configure(ResourceInfo, FeatureContext) - Method in class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
 
configure() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
 
configure(FeatureContext) - Method in class org.glassfish.jersey.server.wadl.WadlFeature
 
CONNECT_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
Connect timeout interval, in milliseconds.
connectionFactory(HttpUrlConnectorProvider.ConnectionFactory) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Set a custom HttpURLConnection factory.
Connector - Interface in org.glassfish.jersey.client.spi
Client transport connector extension contract.
connectorProvider(ConnectorProvider) - Method in class org.glassfish.jersey.client.ClientConfig
Register a custom Jersey client connector provider.
ConnectorProvider - Interface in org.glassfish.jersey.client.spi
Jersey client connector provider contract.
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
Create new MessageBodyWorkers initialization function for requests and responses.
ContainerProvider - Interface in org.glassfish.jersey.server.spi
Service-provider interface for creating container instances.
ContainerRequest - Class in org.glassfish.jersey.server
Jersey container request context.
ContainerRequest(URI, URI, String, SecurityContext, PropertiesDelegate) - Constructor for class org.glassfish.jersey.server.ContainerRequest
Create new Jersey container request context.
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.
content - Variable in class com.sun.research.ws.wadl.Doc
 
contentDisposition - Variable in class org.glassfish.jersey.media.multipart.BodyPart
 
contentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Builder pattern method to return this BodyPart after additional configuration.
ContentDisposition - Class in org.glassfish.jersey.media.multipart
A content disposition header.
ContentDisposition(String, String, Date, Date, Date, long) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition(String) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition(String, boolean) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition(HttpHeaderReader, boolean) - Constructor for class org.glassfish.jersey.media.multipart.ContentDisposition
 
ContentDisposition.ContentDispositionBuilder<T extends ContentDisposition.ContentDispositionBuilder,V extends ContentDisposition> - Class in org.glassfish.jersey.media.multipart
Builder to build content disposition.
ContentEncoder - Class in org.glassfish.jersey.spi
Standard contract for plugging in content encoding support.
ContentEncoder(String...) - Constructor for class org.glassfish.jersey.spi.ContentEncoder
Initializes this encoder implementation with the list of supported content encodings.
ContextResolvers - Interface in org.glassfish.jersey.spi
An injectable interface providing look-up for ContextResolver<T> provider instances.
contextualEncode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
contextualEncode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Contextually encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
Contract - Annotation Type in org.glassfish.jersey.spi
Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
ContractProvider - Class in org.glassfish.jersey.model
Jersey contract provider model.
ContractProvider.Builder - Class in org.glassfish.jersey.model
Contract provider model builder.
cookie(Cookie) - Method in class org.glassfish.jersey.client.ClientRequest
Add new cookie to the message headers.
cookie(Cookie) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
cookie(String, String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
copy() - Method in class org.glassfish.jersey.SslConfigurator
Create a copy of the current SSL configurator instance.
create(String) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(String, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(URI) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(URI, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the ServletContainer.
create(String, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(String, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(URI, Class<? extends Servlet>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(URI, Class<? extends Servlet>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet class.
create(URI, Servlet, Map<String, String>, Map<String, String>) - Static method in class org.glassfish.jersey.grizzly2.servlet.GrizzlyWebContainerFactory
Create a HttpServer that registers the declared servlet instance.
create(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, Class, boolean, Class<?>, Type, Annotation[]) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a parameter model.
create(Class, Class, Constructor<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a list of parameter models for a given resource method handler injectable constructor.
create(Class, Class, Method, boolean) - Static method in class org.glassfish.jersey.server.model.Parameter
Create a list of parameter models for a given Java method handling a resource method, sub-resource method or a sub-resource locator.
create(URI, ResourceConfig) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, ResourceConfig, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, SSLContext, ResourceConfig) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, SSLContext, ResourceConfig, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes declared by the resource configuration.
create(URI, ApplicationHandler) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Creates HttpServer instance.
create(URI, ApplicationHandler, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Creates HttpServer instance.
create(URI, SSLContext, ApplicationHandler) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Creates HttpServer instance.
create(URI, SSLContext, ApplicationHandler, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Creates HttpServer instance.
create(URI, SSLContext, SimpleContainer) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.
create(URI, SSLContext, SimpleContainer, int, int) - Static method in class org.glassfish.jersey.simple.SimpleContainerFactory
Create a Closeable that registers an Container that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.
createAlternative() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createApplication() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Application
createApplication() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createBoundary() - Static method in class org.glassfish.jersey.media.multipart.Boundary
Creates a unique boundary.
createClient() - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
Create a new custom-configured JerseyClient instance.
createClient(Configuration) - Static method in class org.glassfish.jersey.client.JerseyClientBuilder
Create a new custom-configured JerseyClient instance.
createContainer(Class<T>, ApplicationHandler) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainerProvider
 
createContainer(Class<T>, ApplicationHandler) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
 
createContainer(Class<T>, Application) - Static method in class org.glassfish.jersey.server.ContainerFactory
Create a container according to the class requested.
createContainer(Class<T>, ApplicationHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerProvider
Create an container of a given type.
createContainer(Class<T>, ApplicationHandler) - Method in class org.glassfish.jersey.simple.SimpleContainerProvider
 
createDelegate(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.async.AsyncContextDelegateProviderImpl
 
createDelegate(HttpServletRequest, HttpServletResponse) - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegateProvider
Factory method to create instances of Servlet container response writer extension, AsyncContextDelegate, for response processing.
createDigest() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createDoc() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Doc
createExternalGrammar() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Perform any post create functions such as generating grammars.
createFormData() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createGrammars() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Grammars
createHttpServer(URI) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Creates HttpServer instance.
createHttpServer(URI, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Creates HttpServer instance.
createHttpServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Creates HttpServer instance.
createHttpServer(URI, ResourceConfig, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Creates HttpServer instance.
createHttpServer(URI, ApplicationHandler) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Creates HttpServer instance.
createHttpServer(URI, ApplicationHandler, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Creates HttpServer instance.
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Creates HttpServer instance.
createHttpServer(URI, ResourceConfig, boolean, SSLEngineConfigurator, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Creates HttpServer instance.
createHttpServer(URI, ApplicationHandler, boolean, SSLEngineConfigurator) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Creates HttpServer instance.
createHttpServer(URI, ApplicationHandler, boolean, SSLEngineConfigurator, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Creates HttpServer instance.
createHttpServer(URI, GrizzlyHttpContainer, boolean, SSLEngineConfigurator, boolean) - Static method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory
Creates HttpServer instance.
createHttpServer(URI, ResourceConfig) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Creates and starts the JDK HttpServer with the Jersey application deployed on the given URI.
createHttpServer(URI, ApplicationHandler) - Static method in class org.glassfish.jersey.jdkhttp.JdkHttpServerFactory
Creates and starts the JDK HttpServer with the Jersey application deployed on the given URI.
createInclude() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Include
createLink() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Link
createMethod() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Method
createMethod(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createMixed() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createOption() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Option
createParallel() - Static method in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
createParam() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Param
createParam(Resource, ResourceMethod, Parameter) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createParser(String) - Static method in class org.glassfish.jersey.client.ChunkedInput
Create new chunk parser that will split the response entity input stream based on a fixed boundary string.
createParser(byte[]) - Static method in class org.glassfish.jersey.client.ChunkedInput
Create new chunk parser that will split the response entity input stream based on a fixed boundary sequence of bytes.
createRepresentation() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Representation
createRequest() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Request
createRequest(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createRequestRepresentation(Resource, ResourceMethod, MediaType) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResource() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resource
createResource(Resource, String) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResources() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Resources
createResources() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createResourceType() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of ResourceType
createResponse() - Method in class com.sun.research.ws.wadl.ObjectFactory
Create an instance of Response
createResponses(Resource, ResourceMethod) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
 
createSSLContext() - Method in class org.glassfish.jersey.SslConfigurator
Create new SSL context instance using the current SSL context configuration.
createURI(Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String...) - Method in class org.glassfish.jersey.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String[], int, int) - Method in class org.glassfish.jersey.uri.UriTemplate
Create a URI by substituting any template variables for corresponding template values.
createURI(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURI(String, String, String, String, String, String, String, String, Object[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String, Map<String, ?>, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createURIWithStringValues(String, String, String, String, String, String, String, String, String[], boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriTemplate
Construct a URI from the component parts each of which may contain template variables.
createWadlGenerator(ServiceLocator) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Create a new instance of WadlGenerator, based on the WadlGeneratorDescriptions provided by WadlGeneratorConfig.configure().
creationDate - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
creationDate(Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Add the "creation-date" parameter.
credentials(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
Set credentials.
credentials(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.Builder
Set credentials.
credentialsForBasic(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Set credentials that will be used for basic authentication only.
credentialsForBasic(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Set credentials that will be used for basic authentication only.
credentialsForDigest(String, String) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Set credentials that will be used for digest authentication only.
credentialsForDigest(String, byte[]) - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.UniversalBuilder
Set credentials that will be used for digest authentication only.
CsrfProtectionFilter - Class in org.glassfish.jersey.client.filter
Simple client-side filter that adds X-Requested-By headers to all state-changing request (i.e.
CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Creates a new instance of the filter with X-Requested-By header value set to empty string.
CsrfProtectionFilter(String) - Constructor for class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Initialized the filter with a desired value of the X-Requested-By header.
CsrfProtectionFilter - Class in org.glassfish.jersey.server.filter
Simple server-side request filter that implements CSRF protection as per the Guidelines for Implementation of REST by NSA (section IV.F) and section 4.3 of this paper.
CsrfProtectionFilter() - Constructor for class org.glassfish.jersey.server.filter.CsrfProtectionFilter
 
CustomProvidersFeature - Class in org.glassfish.jersey.client
Feature to provide the single-line registration of custom providers.
CustomProvidersFeature(Collection<Class<?>>) - Constructor for class org.glassfish.jersey.client.CustomProvidersFeature
Constructs Feature which is used to register providers as providers in Configuration.

D

data(Class, Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event data and java type of event data.
data(GenericType, Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event data and a generic java type of event data.
data(Object) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event data and java type of event data.
decode(String, InputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
 
decode(String, InputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
 
decode(String, InputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
Implementations of this method should take the encoded stream, wrap it and return a stream that can be used to read the decoded entity.
decode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Decodes characters of a string that are percent-encoded octets using UTF-8 decoding (if needed).
decodeMatrix(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the matrix component of a URI path segment.
decodePath(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path component of a URI as path segments.
decodePath(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path component of a URI as path segments.
decodePathSegment(List<PathSegment>, String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the path segment and add it to the list of path segments.
decodeQuery(URI, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
decodeQuery(String, boolean, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Decode the query component of a URI.
DEFAULT_BUFFER_THRESHOLD - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
Default threshold size for buffer.
DEFAULT_CALLBACK - Static variable in annotation type org.glassfish.jersey.server.JSONP
Default JavaScript callback function name.
DEFAULT_QUERY - Static variable in annotation type org.glassfish.jersey.server.JSONP
Default query parameter name to obtain the JavaScript callback function name from.
DefaultMediaTypePredictor - Class in org.glassfish.jersey.media.multipart.file
DefaultMediaTypePredictor() - Constructor for class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
 
DefaultMediaTypePredictor.CommonMediaTypes - Enum in org.glassfish.jersey.media.multipart.file
This enum represents file extension and MIME types of commonly used file.
defaultPriority(int) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Set the contract default provider priority.
DEFLATE_WITHOUT_ZLIB - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true, DeflateEncoder deflate encoding interceptor will use non-standard version of the deflate content encoding, skipping the zlib wrapper.
DeflateEncoder - Class in org.glassfish.jersey.message
Deflate encoding support.
DeflateEncoder(Configuration) - Constructor for class org.glassfish.jersey.message.DeflateEncoder
Initialize DeflateEncoder.
delete() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
delete(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
delete(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
descriptions() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
destroy() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
destroy() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
digest() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in digest authentication mode initialized without default credentials.
digest(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in digest authentication mode initialized with credentials.
digest(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in digest authentication mode initialized with credentials.
DIGESTAUTH_URI_CACHE_SIZELIMIT - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines the size of digest cache in the HttpAuthenticationFeature.digest() digest filter}.
doAsSubject(PrivilegedAction) - Method in interface org.glassfish.jersey.server.SubjectSecurityContext
Jersey wraps calls to resource methods and sub-resource locators in PrivilegedAction instance and passes it to this method when dispatching a request.
doc - Variable in class com.sun.research.ws.wadl.Application
 
Doc - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Doc() - Constructor for class com.sun.research.ws.wadl.Doc
 
doc - Variable in class com.sun.research.ws.wadl.Grammars
 
doc - Variable in class com.sun.research.ws.wadl.Include
 
doc - Variable in class com.sun.research.ws.wadl.Link
 
doc - Variable in class com.sun.research.ws.wadl.Method
 
doc - Variable in class com.sun.research.ws.wadl.Option
 
doc - Variable in class com.sun.research.ws.wadl.Param
 
doc - Variable in class com.sun.research.ws.wadl.Representation
 
doc - Variable in class com.sun.research.ws.wadl.Request
 
doc - Variable in class com.sun.research.ws.wadl.Resource
 
doc - Variable in class com.sun.research.ws.wadl.Resources
 
doc - Variable in class com.sun.research.ws.wadl.ResourceType
 
doc - Variable in class com.sun.research.ws.wadl.Response
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.glassfish.jersey.servlet.ServletContainer
done() - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Jersey will invoke this method after all component classes have been bound.

E

element - Variable in class com.sun.research.ws.wadl.Representation
 
EMPTY - Static variable in class org.glassfish.jersey.uri.PatternWithGroups
The empty pattern that matches the null or empty string.
EMPTY - Static variable in class org.glassfish.jersey.uri.UriTemplate
The empty URI template that matches the null or empty URI path.
EMPTY_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Empty path pattern matching only empty string.
enableBuffering() - Method in class org.glassfish.jersey.client.ClientRequest
Enable a buffering of serialized entity.
enableBuffering(Configuration) - Method in class org.glassfish.jersey.server.ContainerResponse
Enable a buffering of serialized entity.
enableFor(ResourceConfig, Class<? extends ContentEncoder>...) - Static method in class org.glassfish.jersey.server.filter.EncodingFilter
Enables this filter along with the provided encoders for the supplied ResourceConfig.
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.
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.DeflateEncoder
 
encode(String, OutputStream) - Method in class org.glassfish.jersey.message.GZipEncoder
 
encode(String, OutputStream) - Method in class org.glassfish.jersey.spi.ContentEncoder
Implementations of this method should take the entity stream, wrap it and return a stream that is encoded using the specified encoding.
encode(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encode(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes the characters of string that are either non-ASCII characters or are ASCII characters that must be percent-encoded using the UTF-8 encoding.
encodedParameters(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
If set to true, the parameter values will not be automatically decoded.
encodeTemplateNames(String) - Static method in class org.glassfish.jersey.uri.UriComponent
Encodes a string with template parameters names present, specifically the characters '{' and '}' will be percent-encoded.
encoding(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message encoding.
EncodingFeature - Class in org.glassfish.jersey.client.filter
Feature that configures support for content encodings on the client side.
EncodingFeature(Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
Create a new instance of the feature.
EncodingFeature(String, Class<?>...) - Constructor for class org.glassfish.jersey.client.filter.EncodingFeature
Create a new instance of the feature specifying the default value for the ClientProperties.USE_ENCODING property.
EncodingFilter - Class in org.glassfish.jersey.client.filter
Client filter adding support for content encoding.
EncodingFilter() - Constructor for class org.glassfish.jersey.client.filter.EncodingFilter
 
EncodingFilter - Class in org.glassfish.jersey.server.filter
Container filter that supports encoding-based content negotiation.
EncodingFilter() - Constructor for class org.glassfish.jersey.server.filter.EncodingFilter
 
END_OF_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern matching the end of a URI path.
endsWithSlash() - Method in class org.glassfish.jersey.uri.UriTemplate
Check if the URI template ends in a slash ('/').
entity(Object) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Builder pattern method to return this BodyPart after additional configuration.
entity(Object) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Override the entity set operation on a MultiPart to throw IllegalArgumentException.
equals(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
equals(Object) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
equals(Object) - Method in class org.glassfish.jersey.server.ChunkedOutput
 
equals(Object) - Method in class org.glassfish.jersey.server.model.Parameter
 
equals(Object) - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
equals(Object) - Method in class org.glassfish.jersey.SslConfigurator
 
equals(Object) - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
equals(Object) - Method in class org.glassfish.jersey.uri.UriTemplate
Equality is calculated from the String of the regular expression generated from the templates.
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_DATA_READER_NOT_FOUND() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Message body reader not found for the SSE event data.
EVENT_SOURCE_ALREADY_CLOSED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
This event source has already been closed.
EVENT_SOURCE_ALREADY_CONNECTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
This event source is already open.
EVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Waiting for opening the event source connection has been interrupted.
EVENT_SOURCE_SHUTDOWN_INTERRUPTED(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Waiting for the event source executor for [{0}] to shutdown has been interrupted.
EVENT_SOURCE_SHUTDOWN_TIMEOUT(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Attempt to shutdown the event source executor for [{0}] has timed out.
EventInput - Class in org.glassfish.jersey.media.sse
Inbound Server-Sent Events channel.
EventListener - Interface in org.glassfish.jersey.media.sse
EventSource listener that can be registered to listen for newly received InboundEvent notifications.
EventOutput - Class in org.glassfish.jersey.media.sse
Outbound Server-Sent Events channel.
EventOutput() - Constructor for class org.glassfish.jersey.media.sse.EventOutput
Create new outbound Server-Sent Events channel.
EventSource - Class in org.glassfish.jersey.media.sse
Client for reading and processing incoming Server-Sent Events.
EventSource(WebTarget) - Constructor for class org.glassfish.jersey.media.sse.EventSource
Create new SSE event source and open a connection it to the supplied SSE streaming web target.
EventSource(WebTarget, boolean) - Constructor for class org.glassfish.jersey.media.sse.EventSource
Create new SSE event source pointing at a SSE streaming web target.
EventSource.Builder - Class in org.glassfish.jersey.media.sse
Jersey EventSource builder class.
ExceptionMapperMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of the exception mapper statistics.
ExceptionMappers - Interface in org.glassfish.jersey.spi
Provides lookup of ExceptionMapper instances that can be used to map exceptions to responses.
ExceptionMapperStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of exception mapper executions.
ExecutionStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of execution of one target.
extended(boolean) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Set the flag indicating whether the resource is extended or is a core of exposed RESTful API.
extended(boolean) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
ExtendedConfig - Interface in org.glassfish.jersey
Extended common runtime configuration.
ExtendedExceptionMapper<T extends Throwable> - Interface in org.glassfish.jersey.spi
Extension of a exception mapper interface.
ExtendedMonitoringStatisticsListener - Interface in org.glassfish.jersey.server.monitoring
Extension of the MonitoringStatisticsListener which allows to listen to the event of destroying the application.
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
Jersey extension of ResourceContext.
ExtendedUriInfo - Interface in org.glassfish.jersey.server
Extensions to UriInfo.

F

failure(Throwable) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
Invoked in case the asynchronous request invocation failed.
failure(Throwable) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Propagate an unhandled error to the I/O container.
fatalIssuesFound() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
Convenience method to see if there were fatal issues found.
FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable auto-discovery on the client.
FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable feature auto discovery globally on client/server.
FEATURE_AUTO_DISCOVERY_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable auto discovery on server.
field(String, String) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Builder pattern method to add a named field with a text value, and return this instance.
field(String, Object, MediaType) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Builder pattern method to add a named field with an arbitrary media type and entity, and return this instance.
FileDataBodyPart - Class in org.glassfish.jersey.media.multipart.file
An extension of FormDataBodyPart for associating File File as a body part entity.
FileDataBodyPart() - Constructor for class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
A no-args constructor which expects its client to set the values individually, the attributes to be set are fileEntity and name; the media type will be predicted from the fileEntity if not set explicitly.
FileDataBodyPart(String, File) - Constructor for class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Constructs the body part with the provided name and file, it predicts the MediaType of the file provided.
FileDataBodyPart(String, File, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Constructs the body part with all the attributes set for its proper function.
fileName - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
fileName(String) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Add the "file-name" parameter.
files(String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of file and directory names to scan for components.
files(boolean, String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of file and directory names to scan for components.
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
 
filter(ClientRequestContext) - Method in class org.glassfish.jersey.client.filter.EncodingFilter
 
filter(ClientRequestContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
filter(ClientRequestContext, ClientResponseContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.filter.LoggingFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.CsrfProtectionFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.glassfish.jersey.server.filter.EncodingFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
 
filter(ContainerRequestContext) - Method in class org.glassfish.jersey.server.filter.UriConnegFilter
 
filter(MethodList.Filter) - Method in class org.glassfish.jersey.server.model.MethodList
Created a new method list containing only the methods supported by the method list filter.
FILTER_CONTEXT_PATH - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set, indicates the URL pattern of the Jersey servlet filter context path.
FILTER_FORWARD_ON_404 - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set to true and a 404 response with no entity body is returned from either the runtime or the application then the runtime forwards the request to the next filter in the filter chain.
FILTER_STATIC_CONTENT_REGEX - Static variable in class org.glassfish.jersey.servlet.ServletProperties
If set the regular expression is used to match an incoming servlet path URI to some web page content such as static resources or JSPs to be handled by the underlying servlet engine.
find(Class<T>) - Method in interface org.glassfish.jersey.spi.ExceptionMappers
Get an exception mapping provider for a particular class of exception.
findMapping(T) - Method in interface org.glassfish.jersey.spi.ExceptionMappers
Get an exception mapping provider for a particular exception instance.
fixed - Variable in class com.sun.research.ws.wadl.Param
 
FOLLOW_REDIRECTS - Static variable in class org.glassfish.jersey.client.ClientProperties
Automatic redirection.
forApplication(Application) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance for the supplied application.
forApplicationClass(Class<? extends Application>) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance wrapping the application of the supplied class.
forApplicationClass(Class<? extends Application>, Set<Class<?>>) - Static method in class org.glassfish.jersey.server.ResourceConfig
Returns a ResourceConfig instance wrapping the application of the supplied class.
FormDataBodyPart - Class in org.glassfish.jersey.media.multipart
Subclass of BodyPart with specialized support for media type multipart/form-data.
FormDataBodyPart() - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates an unnamed new FormDataBodyPart with a mediaType of text/plain.
FormDataBodyPart(boolean) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates an unnamed new FormDataBodyPart with mediaType of text/plain and setting the flag for applying the fix for erroneous file name value if content disposition header of messages coming from MS Internet Explorer (see JERSEY-759).
FormDataBodyPart(MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates an unnamed FormDataBodyPart with the specified characteristics.
FormDataBodyPart(Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates an unnamed FormDataBodyPart with the specified characteristics.
FormDataBodyPart(String, String) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates a named FormDataBodyPart with a media type of text/plain and String value.
FormDataBodyPart(String, Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates a named FormDataBodyPart with the specified characteristics.
FormDataBodyPart(FormDataContentDisposition, String) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates a named FormDataBodyPart with the specified characteristics.
FormDataBodyPart(FormDataContentDisposition, Object, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.FormDataBodyPart
Instantiates a named FormDataBodyPart with the specified characteristics.
FormDataContentDisposition - Class in org.glassfish.jersey.media.multipart
A form-data content disposition header.
FormDataContentDisposition(String, String, String, Date, Date, Date, long) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
Constructor for the builder.
FormDataContentDisposition(String) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
 
FormDataContentDisposition(String, boolean) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
 
FormDataContentDisposition(HttpHeaderReader, boolean) - Constructor for class org.glassfish.jersey.media.multipart.FormDataContentDisposition
 
FormDataContentDisposition.FormDataContentDispositionBuilder - Class in org.glassfish.jersey.media.multipart
Builder to build form data content disposition.
FormDataMultiPart - Class in org.glassfish.jersey.media.multipart
Subclass of MultiPart with specialized support for media type multipart/form-data.
FormDataMultiPart() - Constructor for class org.glassfish.jersey.media.multipart.FormDataMultiPart
Instantiates a new FormDataMultiPart instance with default characteristics.
FormDataParam - Annotation Type in org.glassfish.jersey.media.multipart
Binds the named body part(s) of a "multipart/form-data" request entity body to a resource method parameter.
from(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model initialized by introspecting an annotated JAX-RS resource class.
from(Class<?>, boolean) - Static method in class org.glassfish.jersey.server.model.Resource
Create a resource model initialized by introspecting an annotated JAX-RS resource class.
fromString(String) - Method in interface org.glassfish.jersey.spi.StringValueReader
Read a string value and convert to a Java type.
fromValue(String) - Static method in enum com.sun.research.ws.wadl.HTTPMethods
 
fromValue(String) - Static method in enum com.sun.research.ws.wadl.ParamStyle
 

G

generator(Class<? extends WadlGenerator>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
Start to build an instance of WadlGeneratorConfig:
generator(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
get() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
get(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
get(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
getAbortResponse() - Method in class org.glassfish.jersey.client.ClientRequest
Get the request filter chain aborting response if set, or null otherwise.
getAbortResponse() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the request filter chain aborting response if set, or null otherwise.
getAcceptableLanguages() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getAcceptableMediaTypes() - Method in class org.glassfish.jersey.server.ContainerRequest
 
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
 
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.Parameter
 
getAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getAnnotations() - Method in class org.glassfish.jersey.server.model.Parameter
 
getAny() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the any property.
getAny() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the any property.
getApplication() - Method in class org.glassfish.jersey.server.ResourceConfig
Returns JAX-RS application corresponding with this ResourceConfig.
getApplication(UriInfo, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get a new instance of a ApplicationDescription corresponding to all the root resource classes, and configure the base URI.
getApplication(UriInfo, Resource, boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get a new instance of Application for a particular resource.
getApplicationClass() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the application class used for configuration of Jersey application.
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.
getApplicationStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get global statistics about application and configuration of application.
getAttributePrefix() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
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.
getBackgroundThreadFactory() - Method in interface org.glassfish.jersey.spi.RuntimeThreadProvider
Get a ThreadFactory that will create threads that will be used for running background tasks, independently of current request scope.
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.
getBodyParts() - Method in class org.glassfish.jersey.media.multipart.MultiPart
Return a mutable list of BodyParts nested in this MultiPart.
getBufferThreshold() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
Get the size (in bytes) of the entity of an incoming BodyPart before it will be buffered to disk.
getChildResources() - Method in class org.glassfish.jersey.server.model.Resource
Returns the list of child resources available on this resource.
getChildRuntimeResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get child runtime resources of this resource.
getChunkType() - Method in class org.glassfish.jersey.client.ChunkedInput
Get chunk data media type.
getClasses() - Method in class org.glassfish.jersey.client.ClientConfig
 
getClasses() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getClassLoader() - Method in class org.glassfish.jersey.server.ResourceConfig
Get resource and provider class loader.
getClient() - Method in class org.glassfish.jersey.client.ClientConfig
Get the parent Jersey client this configuration is bound to.
getClient() - Method in class org.glassfish.jersey.client.ClientRequest
 
getComment() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get a comment string that accompanies the event.
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
 
getConfigType() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the configuration type of this config.
getConfigType() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getConfigType() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getConfiguration() - Method in class org.glassfish.jersey.client.ClientConfig
 
getConfiguration() - Method in class org.glassfish.jersey.client.ClientRequest
 
getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClient
 
getConfiguration() - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
getConfiguration() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
getConfiguration() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
getConfiguration() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
getConfiguration() - Method in class org.glassfish.jersey.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
Return an immutable representation of the current configuration.
getConfiguration() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
getConfiguration() - Method in class org.glassfish.jersey.simple.SimpleContainer
 
getConfiguratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
Return WadlGeneratorConfig that was used to produce current description instance.
getConnection(URL) - Method in interface org.glassfish.jersey.client.HttpUrlConnectorProvider.ConnectionFactory
Get a HttpURLConnection for a given URL.
getConnector() - Method in class org.glassfish.jersey.client.ClientConfig
Get the client transport connector.
getConnector(Client, Configuration) - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
getConnector(Client, Configuration) - Method in interface org.glassfish.jersey.client.spi.ConnectorProvider
Get a Jersey client connector instance for a given client instance and Jersey client runtime configuration.
getConnectorProvider() - Method in class org.glassfish.jersey.client.ClientConfig
Get the client transport connector provider.
getConstructor() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
Get the underlying java 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
Get container request filters used during the request filtering phase.
getContainerResponse() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the container response.
getContainerResponseFilters() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get container response filters used during the response filtering phase.
getContent() - Method in class com.sun.research.ws.wadl.Doc
Gets the value of the content property.
getContentDisposition() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Gets the content disposition.
getContentDisposition() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Overrides the behaviour on BodyPart to ensure that only instances of FormDataContentDisposition can be obtained.
getContextParams(ServletContext) - Static method in class org.glassfish.jersey.servlet.WebComponent
Extract context params from ServletContext.
getContractMap() - Method in class org.glassfish.jersey.model.ContractProvider
Get the map of contracts and their priorities.
getContracts(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
 
getContracts() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Get the map of contracts for the built contract provider model.
getContracts() - Method in class org.glassfish.jersey.model.ContractProvider
Get provided contracts recognized by Jersey.
getContracts(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
getCookies() - Method in class org.glassfish.jersey.client.ClientRequest
 
getCookies() - Method in class org.glassfish.jersey.client.ClientResponse
 
getCookies() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getCookies() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getCreationDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the creation-date parameter.
getData() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get event data.
getDate() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getDeclaredAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
getDeclaredAnnotations() - Method in class org.glassfish.jersey.server.model.Parameter
 
getDeclaringClassName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the full class name of the class that declares the handling method.
getDefault() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the default property.
getDefaultContext() - Static method in class org.glassfish.jersey.SslConfigurator
Get a new instance of a SSLContext configured using default configuration settings.
getDefaultContext(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
Get a new instance of a SSLContext configured using default configuration settings.
getDefaultMediaType() - Static method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Gets the default MediaType to be used if the user didn't specify any.
getDefaultPriority() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Get the default priority of the built contract provider model.
getDefaultStringValue() - Method in exception org.glassfish.jersey.server.ParamException
Get the default String value.
getDefaultValue() - Method in class org.glassfish.jersey.server.model.Parameter
Get the default parameter value.
getDefinitionMethod() - Method in class org.glassfish.jersey.server.model.Invocable
Getter for the Java method that should be executed.
getDestroyTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationStatistics
Deprecated.
deprecated since 2.5 (destroy time will always be null). Use ContainerLifecycleListener.onShutdown(org.glassfish.jersey.server.spi.Container) to listen on the destroy.
getDoc() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Grammars
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Include
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Request
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the doc property.
getDoc() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the doc property.
getElement() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the element property.
getEntity() - Method in class org.glassfish.jersey.client.ClientResponse
Get the message entity Java instance.
getEntity() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns the entity object to be unmarshalled from a request, or to be marshalled on a response.
getEntity() - Method in class org.glassfish.jersey.media.multipart.MultiPart
Disables access to the entity for a MultiPart.
getEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityAnnotations() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getEntityAs(Class<T>) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns the entity after appropriate conversion to the requested type.
getEntityClass() - Method in 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
 
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
getExceptionMapper() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the ExceptionMapper that was found and used during the exception mapping phase.
getExceptionMapperCount() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
Get the statistics of execution of exception mappers.
getExceptionMapperExecutions() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get the count of exception mapper executions.
getExceptionMapperStatistics() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get statistics about registered exception mappers.
getExtension() - Method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
Gets the file extension.
getField(String) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Gets a form data body part given a control name.
getFields(String) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Gets a list of one or more form data body parts given a control name.
getFields() - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Gets a map of form data body parts where the key is the control name and the value is a list of one or more form data body parts.
getFileEntity() - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Gets the file for this body part.
getFileName() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the filename parameter.
getFilename() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Gets the filename value which is to be used in the content-disposition header of this body part entity.
getFilterConfig() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the corresponding FilterConfig if this WebConfig represents a FilterConfig
getFilterConfig() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getFilterConfig() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
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.
getFormDataContentDisposition() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Gets the form data content disposition.
getFullPathRegex() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get full regular expression of this runtime resource prefixed by regular expression of parent if present.
getGeneratorClass() - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
getGenericParameterTypes() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get generic method parameter types.
getGenericType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get generic data type.
getGrammars() - Method in class com.sun.research.ws.wadl.Application
Gets the value of the grammars property.
getGroupIndexes() - Method in class org.glassfish.jersey.uri.PatternWithGroups
Get the group indexes.
getHandler() - Method in class org.glassfish.jersey.server.model.Invocable
Get the model of the resource method handler that will be used to invoke the handling resource method on.
getHandlerClass() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the resource method handler class.
getHandlerClasses() - Method in class org.glassfish.jersey.server.model.Resource
Get the method handler classes for the resource methods registered on the resource.
getHandlerInstance() - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the raw handler instance that is backing this method handler.
getHandlerInstances() - Method in class org.glassfish.jersey.server.model.Resource
Get the method handler (singleton) instances for the resource methods registered on the resource.
getHandlingMethod() - Method in class org.glassfish.jersey.server.model.Invocable
Getter for the Java method
getHeaders() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns a mutable map of HTTP header value(s) for this BodyPart, keyed by the header name.
getHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getHeaderString(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
getHostnameVerifier() - Method in class org.glassfish.jersey.client.JerseyClient
getHref() - Method in class com.sun.research.ws.wadl.Include
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the href property.
getHref() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the href property.
getHttpMethod() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the associated HTTP method.
getHttpMethod() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the HTTP method of the method.
getId() - Method in class com.sun.research.ws.wadl.Method
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the id property.
getId() - Method in class com.sun.research.ws.wadl.ResourceType
Gets the value of the id property.
getId() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Get event identifier.
getId() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get event identifier.
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.
getInitParameter(String) - Method in interface org.glassfish.jersey.servlet.WebConfig
Get an initialization parameter.
getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getInitParameter(String) - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getInitParameterNames() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the enumeration of initialization parameter names.
getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getInitParameterNames() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getInputStream() - Method in class org.glassfish.jersey.media.multipart.BodyPartEntity
Gets the input stream of the raw bytes of this body part entity.
getInstance() - Static method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
Gets the singleton instance of this class.
getInstance(ServiceLocator) - Method in class org.glassfish.jersey.server.model.MethodHandler
Get the injected resource method handler instance.
getInstances() - Method in class org.glassfish.jersey.client.ClientConfig
 
getInstances() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getInvocable() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the invocable method model.
getIssueList() - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
Returns a list of issues found after ComponentModelValidator.validate(org.glassfish.jersey.server.model.ResourceModelComponent) method has been invoked.
getIssues() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
Get validation issues.
getJAXBContext() - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get the default JAXB context associated with the WadlGenerator for the Web application.
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 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.client.ClientResponse
 
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.
getMarshallerProperties() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Get marshaller properties.
getMatchedModelResource() - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get matched model resource from which the matched resource method was invoked.
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
Get matched resource method that is invoked.
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.
getMediaType() - Method in class com.sun.research.ws.wadl.Option
Gets the value of the mediaType property.
getMediaType() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the mediaType property.
getMediaType() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns the MediaType for this BodyPart.
getMediaType() - Method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
Gets the media type.
getMediaType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get media type of the event data.
getMediaType() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getMediaTypeFromFile(File) - Static method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
A utility method for predicting media type from a file name.
getMediaTypeFromFile(File) - Method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
 
getMediaTypeFromFile(File) - Method in interface org.glassfish.jersey.media.multipart.file.MediaTypePredictor
Get the media type from a file name.
getMediaTypeFromFileName(String) - Static method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
A utility method for predicting media type from a file name.
getMediaTypeFromFileName(String) - Method in class org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor
 
getMediaTypeFromFileName(String) - Method in interface org.glassfish.jersey.media.multipart.file.MediaTypePredictor
Get the media type from a file name.
getMessage() - Method in exception org.glassfish.jersey.server.model.ModelValidationException
 
getMessage() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
Human-readable description of the issue.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body reader that matches a set of criteria.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body reader that matches a set of criteria.
getMessageBodyReaderMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyReaderMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyReadersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a list of MessageBodyReaders that are suitable for the given type.
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body writer that matches a set of criteria.
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, PropertiesDelegate) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a message body writer that matches a set of criteria.
getMessageBodyWriterMediaType(Class<?>, Type, Annotation[], List<MediaType>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the most acceptable media type supported for a Java type given a set of acceptable media types.
getMessageBodyWriterMediaTypes(Class<?>, Type, Annotation[]) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyWriterMediaTypesByType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the list of media types supported for a Java type.
getMessageBodyWritersForType(Class<?>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get a list of MessageBodyWriters that are suitable for the given type.
getMetaMethodAnnotations(Class<T>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get all instances of the specified meta-annotation type found on the method annotations.
getMethod() - Method in class org.glassfish.jersey.client.ClientRequest
 
getMethod() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getMethod() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get the underlying Java 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
Get execution statistics that contain measurements of times only for execution of resource method.
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.
getModificationDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the modification-date parameter.
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 interface org.glassfish.jersey.client.spi.Connector
Get name of current connector.
getName() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Gets the control name.
getName() - Method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition
Get the name parameter.
getName() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Get event name.
getName() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get event name.
getName() - Method in class org.glassfish.jersey.server.model.Resource
Get the resource name.
getName() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMXBean
Get the name of the resource.
getName() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the name of the Web component.
getName() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getName() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Get name bindings of the built contract provider model.
getNameBindings() - Method in class org.glassfish.jersey.model.ContractProvider
 
getNameBindings() - Method in interface org.glassfish.jersey.model.NameBound
Get the collection of name bindings attached to this component.
getNameBindings() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getNames() - Method in class org.glassfish.jersey.server.model.Resource
Return a list of resource names.
getNamespacePrefixMapper() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
getNamespaceSeparator() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
getNumberOfExplicitCharacters() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of characters in the regular expression not resulting from conversion of template variables.
getNumberOfExplicitRegexes() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of explicit regexes declared in template variables.
getNumberOfTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the number of template variables.
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.
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.
getParameterAnnotations() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method parameter annotations.
getParameterizedHeaders() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns an immutable map of parameterized HTTP header value(s) for this BodyPart, keyed by header name.
getParameterName() - Method in exception org.glassfish.jersey.server.ParamException
Get the parameter name.
getParameters() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the parameters.
getParameters() - Method in class org.glassfish.jersey.server.model.HandlerConstructor
 
getParameters() - Method in class org.glassfish.jersey.server.model.Invocable
 
getParameters() - Method in interface org.glassfish.jersey.server.model.Parameterized
Provides access to all parameters associated with given Parameterized instance.
getParameterType() - Method in exception org.glassfish.jersey.server.ParamException
Get the type of the parameter annotation.
getParameterTypes() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method parameter types.
getParent() - Method in class org.glassfish.jersey.media.multipart.BodyPart
Returns the parent MultiPart (if any) for this BodyPart.
getParent() - Method in class org.glassfish.jersey.server.model.Resource
Get the parent resource for this resource model or null in case this resource is a top-level resource and does not have a parent.
getParent() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the parent resource for this resource method model.
getParent() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get parent of this runtime resource.
getParentResources() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Return parent resources of resources from this runtime resource.
getParser() - Method in class org.glassfish.jersey.client.ChunkedInput
Get the underlying chunk parser.
getPath() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the path property.
getPath() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the path property.
getPath(boolean) - Method in class org.glassfish.jersey.server.ContainerRequest
Get the path of the current request relative to the application root (base) URI as a string.
getPath(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Get the resource class @Path annotation.
getPath() - Method in class org.glassfish.jersey.server.model.Resource
 
getPath() - Method in interface org.glassfish.jersey.server.model.Routed
Get the path direct assigned to the component.
getPath() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the sub resource method path of the method.
getPathPattern() - Method in class org.glassfish.jersey.server.model.Resource
 
getPathPattern() - Method in interface org.glassfish.jersey.server.model.Routed
Get the path pattern that can be used for matching the remaining request URI against this component represented by this model.
getPathPattern() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get path pattern for matching purposes.
getPathSegments(String) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the path segments that contain a template variable.
getPathSegments(String, boolean) - Method in interface org.glassfish.jersey.server.ExtendedUriInfo
Get the path segments that contain a template variable.
getPattern() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the URI pattern.
getPredictor() - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Gets the media type predictor.
getPriority(Class<?>) - Method in class org.glassfish.jersey.model.ContractProvider
Get the provider contract priority, if set, default component provider, if not set.
getProducedTypes() - Method in interface org.glassfish.jersey.server.model.Producing
Get the produced media types supported by the component.
getProducedTypes() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getProducesMediaType() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodMXBean
Get the string with media types produced by this method, enclosed in double quotas and separated by a comma (e.g.
getProfile() - Method in class com.sun.research.ws.wadl.Representation
Gets the value of the profile property.
getProperties() - Method in class org.glassfish.jersey.client.ClientConfig
 
getProperties() - Method in 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.client.ClientConfig
 
getProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
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.client.ClientConfig
 
getPropertyNames() - Method in class org.glassfish.jersey.client.ClientRequest
 
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 class org.glassfish.jersey.media.multipart.BodyPart
Returns the configured Providers for this BodyPart.
getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get registered providers available in the runtime.
getProviders() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationStatistics
Get registered providers available in the runtime.
getQueryType() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the queryType property.
getRawData() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Get the raw event data bytes.
getRawResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the resource method raw response type.
getRawRoutingResponseType() - Method in class org.glassfish.jersey.server.model.Invocable
Get the response Class of the Invocable.handlingMethod that will be used during the routing for the purpose of selection of the resource method.
getRawType() - Method in class org.glassfish.jersey.server.model.Parameter
Get raw type information for the parameter.
getReadDate() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the read-date parameter.
getReaderInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
Get reader interceptors of this request.
getReaderInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all writer interceptors applicable to the resource method wrapped by this invoker.
getReaders(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the map of media type to list of message body writers that are compatible with a media type.
getReconnectDelay() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Get new connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE event source is lost.
getReconnectDelay() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get connection retry time in milliseconds the event receiver should wait before attempting to reconnect after a connection to the SSE source is lost.
getRegex() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get regular expression of path pattern of this runtime resource.
getRegex() - Method in class org.glassfish.jersey.uri.PatternWithGroups
Get the regular expression.
getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get resource classes registered by the user in the current application.
getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get a set of string names of resource classes registered by the user.
getRegisteredClasses() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationStatistics
Get resource classes registered by the user in the current application.
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.ApplicationMXBean
Get a set of string names of classes of user registered instances.
getRegisteredInstances() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationStatistics
Get resource instances registered by the user in the current application.
getRel() - Method in class com.sun.research.ws.wadl.Link
Gets the value of the rel property.
getRepeating() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the repeating 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.client.ClientResponse
Get the associated client request context paired with this response context.
getRequestContext() - Method in class org.glassfish.jersey.server.ContainerResponse
Get the associated container request context paired with this response context.
getRequestCount() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Returns the count of requests received measured in the time window.
getRequestExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Get execution statistics that contain measurements of times for whole processing from time when request comes into the Jersey application until the response is written to the underlying IO container.
getRequestFilters() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all bound request filters applicable to the resource method wrapped by this invoker.
getRequestHeader(String) - Method in class org.glassfish.jersey.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.
getRequestingExecutor() - Method in interface org.glassfish.jersey.spi.RequestExecutorProvider
Get request processing executor.
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.
getRequestThreadFactory() - Method in interface org.glassfish.jersey.spi.RuntimeThreadProvider
Get a ThreadFactory that will be used to create threads scoped to the current request.
getRequestUri() - Method in class org.glassfish.jersey.server.ContainerRequest
Get request URI.
getRequired() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the required property.
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.
This method is used in a decorator like manner.
The result return the path (or a colon-separated list of package names) containing jaxb-beans that are added to wadl elements by this WadlGenerator, additionally to the context path of the decorated WadlGenerator (set by WadlGenerator.setWadlGeneratorDelegate(WadlGenerator).
If you do not use custom jaxb beans, then simply return _delegate.getRequiredJaxbContextPath(), otherwise return the delegate's #getRequiredJaxbContextPath() together with your required context path (separated by a colon):
getResolvedRequestUri() - Method in class org.glassfish.jersey.client.ClientResponse
Get the absolute URI of the ultimate request made to receive this response.
getResource() - Method in class com.sun.research.ws.wadl.Resources
Gets the value of the resource property.
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.ApplicationStatistics
Get the resource config.
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
Get a resource method for which this ResourceMethodStatistics are calculated.
getResourceMethodExecutionStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Get execution statistics that contain measurements of times only for execution of resource methods.
getResourceMethods() - Method in class org.glassfish.jersey.server.model.Resource
Provides a non-null list of resource methods available on the resource.
getResourceMethods() - Method in class org.glassfish.jersey.server.model.RuntimeResource
Get resource methods (excluding resource locators) of all resources of this runtime resource.
getResourceMethodStatistics() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Return the statistics for resource method.
getResourceModel() - Method in interface org.glassfish.jersey.server.ExtendedResourceContext
Return resource model from which the current jersey application is built.
getResourceModel() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Get the resource model of the application.
getResourceModels() - Method in interface org.glassfish.jersey.server.model.ResourceModelContext
Get a set of all resource models known within this context.
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.
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.
getRuntimeResourceModel() - Method in class org.glassfish.jersey.server.model.ResourceModel
Return runtime resource model based on this this resource model.
getRuntimeResources() - Method in class org.glassfish.jersey.server.model.RuntimeResourceModel
Get list of runtime resources from this model (excluding child resources which are accessible in the returned resources).
getRuntimeType() - Method in class org.glassfish.jersey.client.ClientConfig
 
getRuntimeType() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getScope() - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Get the scope of the built contract provider model.
getScope() - Method in class org.glassfish.jersey.model.ContractProvider
 
getScope() - Method in interface org.glassfish.jersey.model.Scoped
Get model component scope.
getSecurityContext() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getServiceLocator() - Method in class org.glassfish.jersey.client.ClientRequest
 
getServiceLocator() - Method in class org.glassfish.jersey.client.ClientResponse
 
getServiceLocator(ClientRequestContext) - Static method in class org.glassfish.jersey.client.ServiceLocatorClientProvider
Extract and return service locator from clientRequestContext.
getServiceLocator(ClientResponseContext) - Static method in class org.glassfish.jersey.client.ServiceLocatorClientProvider
Extract and return service locator from clientResponseContext.
getServiceLocator() - Method in class org.glassfish.jersey.server.ApplicationHandler
Returns ServiceLocator relevant to current application.
getServiceLocator(WriterInterceptorContext) - Static method in class org.glassfish.jersey.ServiceLocatorProvider
Extract and return service locator from writerInterceptorContext.
getServiceLocator(ReaderInterceptorContext) - Static method in class org.glassfish.jersey.ServiceLocatorProvider
Extract and return service locator from readerInterceptorContext.
getServiceLocator(FeatureContext) - Static method in class org.glassfish.jersey.ServiceLocatorProvider
Extract and return service locator from featureContext.
getServletConfig() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the corresponding ServletConfig if this WebConfig represents a ServletConfig
getServletConfig() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getServletConfig() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getServletContext() - Method in class org.glassfish.jersey.servlet.ServletContainer
Get the servlet context for the servlet or filter, depending on how this class is registered.
getServletContext() - Method in interface org.glassfish.jersey.servlet.WebConfig
Get the ServletContext.
getServletContext() - Method in class org.glassfish.jersey.servlet.WebFilterConfig
 
getServletContext() - Method in class org.glassfish.jersey.servlet.WebServletConfig
 
getSeverity() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
getSingletons() - Method in class org.glassfish.jersey.server.ResourceConfig
 
getSize() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the size parameter.
getSize(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 
getSource() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter value source type.
getSource() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
The issue source.
getSourceAnnotation() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter source annotation.
getSourceName() - Method in class org.glassfish.jersey.server.model.Parameter
Get the parameter source name, i.e.
getSslContext() - Method in class org.glassfish.jersey.client.JerseyClient
 
getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationMXBean
Get the start time of the application (when application was initialized).
getStartTime() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationStatistics
Get the start time of the application.
getStaticContentPattern() - Method in class org.glassfish.jersey.servlet.ServletContainer
Get the static content path pattern.
getStatus() - Method in class com.sun.research.ws.wadl.Response
Gets the value of the status property.
getStatus() - Method in class org.glassfish.jersey.client.ClientResponse
 
getStatus() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStatusInfo() - Method in class org.glassfish.jersey.client.ClientResponse
 
getStatusInfo() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStreamEntity() - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Gets the underlying stream entity which will form the body part entity.
getStringHeaders() - Method in class org.glassfish.jersey.server.ContainerResponse
 
getStyle() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the style property.
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.
getSupportedEncodings() - Method in class org.glassfish.jersey.spi.ContentEncoder
Returns values of Content-Encoding header supported by this encoder.
getSuspendTimeout() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getSuspendTimeout() - Method in interface org.glassfish.jersey.server.model.Suspendable
Get the suspend timeout value in the given time unit.
getSuspendTimeoutUnit() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
getSuspendTimeoutUnit() - Method in interface org.glassfish.jersey.server.model.Suspendable
Get the suspend timeout value time unit.
getTempDir() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
Get the directory to store temporary files containing body parts of multipart message that extends allowed memory threshold.
getTemplate() - Method in class org.glassfish.jersey.uri.PathPattern
 
getTemplate() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the URI template as a String.
getTemplateVariables() - Method in class org.glassfish.jersey.uri.UriTemplate
Get the list of template variables for the template.
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.
getType() - Method in class com.sun.research.ws.wadl.Param
Gets the value of the type property.
getType() - Method in class com.sun.research.ws.wadl.Resource
Gets the value of the type property.
getType() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Get the type.
getType() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Get data type.
getType() - Method in class org.glassfish.jersey.server.model.Parameter
Get generic type information for the parameter.
getType() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the JAX-RS method type.
getType() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEvent
Return the type of the event.
getType() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Returns the type of this event.
getTypeParameters() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
Get method type parameters.
getUnmarshallerProperties() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Get unmarshaller properties.
getUnsuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperMXBean
Get count of all unsuccessful exception mappings.
getUnsuccessfulMappings() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get count of all unsuccessful exception mappings.
getUri() - Method in class org.glassfish.jersey.client.ClientRequest
 
getUri() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
getUriBuilder() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
getUriInfo() - Method in class org.glassfish.jersey.server.ContainerRequest
 
getUriInfo() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Get the extended uri info associated with this request.
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 org.glassfish.jersey.media.multipart.FormDataBodyPart
Gets the field value for this body part.
getValueAs(Class<T>) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Gets the field value after appropriate conversion to the requested type.
getValueProviders(ServiceLocator) - Method in class org.glassfish.jersey.server.model.Invocable
Returns list of value providers which provides values for parameters of this Invocable returned by Invocable.getParameters().
getValueWrapper() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
getVaryValue() - Method in class org.glassfish.jersey.server.ContainerRequest
Get the value of HTTP Vary response header to be set in the response, or null if no value is to be set.
getWorkers() - Method in class org.glassfish.jersey.client.ClientRequest
Get the message body workers associated with the request.
getWrappedMessageContext() - Method in class org.glassfish.jersey.server.ContainerResponse
Get the wrapped response message context.
getWriterInterceptors() - Method in class org.glassfish.jersey.client.ClientRequest
Get writer interceptors of this request.
getWriterInterceptors() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
Get all reader interceptors applicable to the resource method wrapped by this invoker.
getWriters(MediaType) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Get the map of media type to list of message body writers that are compatible with a media type.
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
 
GrizzlyHttpContainer - Class in org.glassfish.jersey.grizzly2.httpserver
Grizzly 2 Jersey HTTP Container.
GrizzlyHttpContainerProvider - Class in org.glassfish.jersey.grizzly2.httpserver
 
GrizzlyHttpContainerProvider() - Constructor for class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainerProvider
 
GrizzlyHttpServerFactory - Class in org.glassfish.jersey.grizzly2.httpserver
Factory for creating Grizzly Http Server.
GrizzlyWebContainerFactory - Class in org.glassfish.jersey.grizzly2.servlet
Factory for creating and starting Grizzly 2 HttpServer instances for deploying a Servlet.
GZipEncoder - Class in org.glassfish.jersey.message
GZIP encoding support.
GZipEncoder() - Constructor for class org.glassfish.jersey.message.GZipEncoder
Initialize GZipEncoder.

H

handle(HttpExchange) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
handle(ContainerRequest) - Method in class org.glassfish.jersey.server.ApplicationHandler
The main request/response processing entry point for Jersey container implementations.
handle(Request, Response) - Method in class org.glassfish.jersey.simple.SimpleContainer
 
handledBy(Class<?>, Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define a resource method handler binding.
handledBy(Object, Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define a resource method handler binding.
handledBy(Inflector<ContainerRequestContext, ?>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define an inflector-based resource method handler binding.
handledBy(Class<? extends Inflector>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define an inflector-based resource method handler binding.
HandlerConstructor - Class in org.glassfish.jersey.server.model
Abstraction for a resource handler class constructor.
handlingMethod(Method) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define a specific method of the handling class that will be executed.
hasDefaultValue() - Method in class org.glassfish.jersey.server.model.Parameter
Check if the parameter has a default value set.
hasEntity() - Method in class org.glassfish.jersey.server.ContainerResponse
 
hashCode() - Method in class org.glassfish.jersey.client.ClientConfig
 
hashCode() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
 
hashCode() - Method in class org.glassfish.jersey.server.ChunkedOutput
 
hashCode() - Method in class org.glassfish.jersey.server.model.Parameter
 
hashCode() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
hashCode() - Method in class org.glassfish.jersey.SslConfigurator
 
hashCode() - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
hashCode() - Method in class org.glassfish.jersey.uri.UriTemplate
Hashcode is calculated from String of the regular expression generated from the template.
hasLink(String) - Method in class org.glassfish.jersey.server.ContainerResponse
 
hasNumParams(int) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list that have the specific number of parameters.
hasReturnType(Class<?>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list that declare the specified return type.
head() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
header(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
HEADER_NAME - Static variable in class org.glassfish.jersey.client.filter.CsrfProtectionFilter
Name of the header this filter will attach to the request.
HEADER_NAME - Static variable in class org.glassfish.jersey.server.filter.CsrfProtectionFilter
Name of the header this filter will attach to the request.
HeaderDelegateProvider<T> - Interface in org.glassfish.jersey.spi
A provider that supports the conversion of an HTTP header, of type T, to and from a String.
headers(MultivaluedMap<String, Object>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
hostnameVerifier(HostnameVerifier) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
href - Variable in class com.sun.research.ws.wadl.Include
 
href - Variable in class com.sun.research.ws.wadl.Method
 
href - Variable in class com.sun.research.ws.wadl.Param
 
href - Variable in class com.sun.research.ws.wadl.Representation
 
HTTP_AUTHENTICATION_BASIC_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the password for http basic authentication feature for the request.
HTTP_AUTHENTICATION_BASIC_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the username for http basic authentication feature for the request.
HTTP_AUTHENTICATION_DIGEST_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the password for http digest authentication feature for the request.
HTTP_AUTHENTICATION_DIGEST_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the username for http digest authentication feature for the request.
HTTP_AUTHENTICATION_PASSWORD - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the password for http authentication feature for the request.
HTTP_AUTHENTICATION_USERNAME - Static variable in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Key of the property that can be set into the client request using ClientRequestContext.setProperty(String, Object) in order to override the username for http authentication feature for the request.
HTTP_METHOD_OVERRIDE - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines configuration of HTTP method overriding.
HttpAuthenticationFeature - Class in org.glassfish.jersey.client.authentication
Features that provides Http Basic and Digest client authentication (based on RFC 2617).
HttpAuthenticationFeature.BasicBuilder - Interface in org.glassfish.jersey.client.authentication
Extension of HttpAuthenticationFeature.Builder that builds the http authentication feature configured for basic authentication.
HttpAuthenticationFeature.Builder - Interface in org.glassfish.jersey.client.authentication
Builder that creates instances of HttpAuthenticationFeature.
HttpAuthenticationFeature.UniversalBuilder - Interface in org.glassfish.jersey.client.authentication
Extension of HttpAuthenticationFeature.Builder that builds the http authentication feature configured in universal mode that supports basic and digest authentication.
httpMethod(String) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Set the associated HTTP method name.
HttpMethodOverrideFilter - Class in org.glassfish.jersey.server.filter
A pre-matching filter to support HTTP method replacing of a POST request to a request utilizing another HTTP method for the case where proxies or HTTP servers would otherwise block that HTTP method.
HttpMethodOverrideFilter(Configuration) - Constructor for class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Create a filter that reads the configuration (ServerProperties.HTTP_METHOD_OVERRIDE) from the provided ResourceConfig instance.
HttpMethodOverrideFilter(HttpMethodOverrideFilter.Source...) - Constructor for class org.glassfish.jersey.server.filter.HttpMethodOverrideFilter
Initializes this filter setting the sources of information the filter should look for.
HttpMethodOverrideFilter.Source - Enum in org.glassfish.jersey.server.filter
Enumeration representing possible sources of information about the method overriding the filter should look for.
HTTPMethods - Enum in com.sun.research.ws.wadl
Java class for HTTPMethods.
HttpUrlConnectorProvider - Class in org.glassfish.jersey.client
Default Jersey client connector provider that provides connector instances which delegate HTTP requests to HttpURLConnection for processing.
HttpUrlConnectorProvider() - Constructor for class org.glassfish.jersey.client.HttpUrlConnectorProvider
Create new HttpURLConnection-based Jersey client connector provider.
HttpUrlConnectorProvider.ConnectionFactory - Interface in org.glassfish.jersey.client
A factory for HttpURLConnection instances.

I

id - Variable in class com.sun.research.ws.wadl.Method
 
id - Variable in class com.sun.research.ws.wadl.Param
 
id - Variable in class com.sun.research.ws.wadl.Representation
 
id - Variable in class com.sun.research.ws.wadl.Resource
 
id - Variable in class com.sun.research.ws.wadl.ResourceType
 
id(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event id.
IN_EVENT_FIELD_NOT_RECOGNIZED(Object, Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Inbound event field [{0}: {1}] is not a recognized SSE field name and will be ignored.
IN_EVENT_RETRY_PARSE_ERROR(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Unable to parse inbound event retry value [{0}] as decimal number.
InboundEvent - Class in org.glassfish.jersey.media.sse
Inbound event.
include - Variable in class com.sun.research.ws.wadl.Grammars
 
Include - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Include() - Constructor for class com.sun.research.ws.wadl.Include
 
Inflecting<T> - Class in org.glassfish.jersey.server.model
Inflector provider resource model component.
Inflecting() - Constructor for class org.glassfish.jersey.server.model.Inflecting
 
Inflector<DATA,RESULT> - Interface in org.glassfish.jersey.process
A generic interface for transforming data into a result.
init() - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Invoked before all methods related to wadl-building are invoked.
init(WebConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
Initiate the Web component.
init() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
init(FilterConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
initialize(ServiceLocator) - Method in interface org.glassfish.jersey.server.spi.ComponentProvider
Initializes the component provider with a reference to a HK2 service locator instance, which will get used in the application to manage individual components.
initialize(ServiceLocator) - Method in interface org.glassfish.jersey.server.spi.RequestScopedInitializer
Perform request-scoped initialization.
inResponseProcessing() - Method in class org.glassfish.jersey.server.ContainerRequest
Notify this request that the response created from this request is already being processed.
Invocable - Class in org.glassfish.jersey.server.model
A common interface for invocable resource components.
invocation(Link) - Method in class org.glassfish.jersey.client.JerseyClient
 
invoke() - Method in class org.glassfish.jersey.client.JerseyInvocation
 
invoke(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
invoke(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
IO_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
Value of the property indicates the buffer size to be used for I/O operations on byte and character streams.
IO_DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.jersey.message.MessageProperties
The default buffer size (8192) for I/O operations on byte and character streams.
isAcceptable(Class<?>) - Static method in class org.glassfish.jersey.server.model.Resource
Check if the class is acceptable as a JAX-RS provider or resource.
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.glassfish.jersey.server.model.Parameter
 
isAsynchronous() - Method in class org.glassfish.jersey.client.ClientRequest
Returns true if the request is called asynchronously using AsyncInvoker
isChunked() - Method in class org.glassfish.jersey.server.ContainerResponse
Returns true if the response entity is a ChunkedOutput instance.
isClassBased() - Method in class org.glassfish.jersey.server.model.MethodHandler
Return whether the method handler creates instances based on classes.
isClosed() - Method in class org.glassfish.jersey.client.ChunkedInput
Check if the chunked input has been closed.
isClosed() - Method in class org.glassfish.jersey.client.JerseyClient
Check client state.
isClosed() - Method in class org.glassfish.jersey.server.ChunkedOutput
Get state information.
isCommitted() - Method in class org.glassfish.jersey.server.ContainerResponse
Returns true if the entity stream has been committed.
isEmpty() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Check if the event is empty (i.e.
isEnabled(Feature) - Method in class org.glassfish.jersey.client.ClientConfig
 
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.client.ClientConfig
 
isEnabled(Feature) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isEnabled(Class<? extends Feature>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isEncoded() - Method in class org.glassfish.jersey.server.model.Parameter
If true, the injected parameter value should remain encoded.
isExtended() - Method in class org.glassfish.jersey.server.model.Resource
Get the flag indicating whether the resource is extended or is a core of exposed RESTful API.
isExtended() - Method in class org.glassfish.jersey.server.model.ResourceMethod
Get the flag indicating whether the resource method is extended or is a core of exposed RESTful API.
isFormattedOutput() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
isHexCharacter(char) - Static method in class org.glassfish.jersey.uri.UriComponent
Checks whether the character c is hexadecimal character.
isIncludeRoot() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
isInflector() - Method in class org.glassfish.jersey.server.model.Invocable
Check if the invocable represents an inflector processing method.
isManagedAsyncDeclared() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
isManagedAsyncDeclared() - Method in interface org.glassfish.jersey.server.model.Suspendable
Check if the component is marked to be executed asynchronously by using an internal Jersey executor service.
isMappable(T) - Method in interface org.glassfish.jersey.spi.ExtendedExceptionMapper
Determine whether this provider is able to process a supplied exception instance.
isMappedFromException() - Method in class org.glassfish.jersey.server.ContainerResponse
Returns true if the response is result of the exception (for example created during .ExceptionMapper exception mapping).
isMarshalEmptyCollections() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
isNameBound() - Method in class org.glassfish.jersey.model.ContractProvider
 
isNameBound() - Method in interface org.glassfish.jersey.model.NameBound
Check if the component is bound or not.
isNameBound() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
isNotPublic() - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list that are not public.
isOpen() - Method in class org.glassfish.jersey.media.sse.EventSource
Check if this event source instance has already been opened.
isPresentIn(int) - Method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns true if the bit corresponding to this flag is set in a given integer value.
isProperty(String) - Method in class org.glassfish.jersey.client.ClientConfig
 
isProperty(String) - Method in interface org.glassfish.jersey.ExtendedConfig
Get the value of the property with a given name converted to boolean.
isProperty(String) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isQualified() - Method in class org.glassfish.jersey.server.model.Parameter
Check if the parameter is qualified.
isReconnectDelaySet() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Check if the connection retry time has been set in the event.
isReconnectDelaySet() - Method in class org.glassfish.jersey.media.sse.OutboundEvent
Check if the connection retry time has been set in the event.
isRegistered(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
isRegistered(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
 
isRegistered(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isRegistered(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
isResponseSuccessfullyMapped() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Returns true if the response was successfully mapped from an exception by exception mappers.
isResponseWritten() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Returns true if the response has been successfully written.
isSimple() - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
 
isSuccess() - Method in interface org.glassfish.jersey.server.monitoring.RequestEvent
Return true if the request and response has been successfully processed.
isSuspendDeclared() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
isSuspendDeclared() - Method in interface org.glassfish.jersey.server.model.Suspendable
Check if the component is marked for suspending.
isTemplateVariablePresent(String) - Method in class org.glassfish.jersey.uri.UriTemplate
Ascertain if a template variable is a member of this template.
isWadlGenerationEnabled() - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Get WADL generation status.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 
iterator() - Method in class org.glassfish.jersey.server.model.MethodList
Iterator over the list of annotated methods contained in this method list.

J

JAXB_PROCESS_XML_ROOT_ELEMENT - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true then XML root element tag name for collections will be derived from @XmlRootElement annotation value and won't be de-capitalized.
JAXRS_APPLICATION_CLASS - Static variable in class org.glassfish.jersey.servlet.ServletProperties
Application configuration initialization property whose value is a fully qualified class name of a class that implements Application.
JdkHttpHandlerContainer - Class in org.glassfish.jersey.jdkhttp
Container adapter between JDK HttpServer and Jersey application.
JdkHttpHandlerContainerProvider - Class in org.glassfish.jersey.jdkhttp
JdkHttpHandlerContainerProvider() - Constructor for class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainerProvider
 
JdkHttpServerFactory - Class in org.glassfish.jersey.jdkhttp
Factory for creating JDK HttpServer instances adapted to the ApplicationHandler.
JerseyClient - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS JerseyClient contract.
JerseyClient() - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance using a default configuration.
JerseyClient(Configuration, SSLContext, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClient(Configuration, UnsafeValue<SSLContext, IllegalStateException>, HostnameVerifier) - Constructor for class org.glassfish.jersey.client.JerseyClient
Create a new Jersey client instance.
JerseyClientBuilder - Class in org.glassfish.jersey.client
Jersey provider of JAX-RS client builder.
JerseyClientBuilder() - Constructor for class org.glassfish.jersey.client.JerseyClientBuilder
Create new Jersey client builder instance.
JerseyInvocation - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS client-side request invocation contract.
JerseyInvocation.Builder - Class in org.glassfish.jersey.client
Jersey-specific client invocation builder.
JerseyInvocation.Builder(URI, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyInvocation.Builder
Create new Jersey-specific client invocation builder.
JerseyServletContainerInitializer - Class in org.glassfish.jersey.servlet.init
ServletContainerInitializer implementation used for Servlet 3.x deployment.
JerseyServletContainerInitializer() - Constructor for class org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
 
JerseyWebTarget - Class in org.glassfish.jersey.client
Jersey implementation of JAX-RS client target contract.
JerseyWebTarget(UriBuilder, JerseyWebTarget) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JerseyWebTarget(UriBuilder, ClientConfig) - Constructor for class org.glassfish.jersey.client.JerseyWebTarget
Create new web target instance.
JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable configuration of Json Processing (JSR-353) feature on client.
JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable configuration of Json Processing (JSR-353) feature.
JSON_PROCESSING_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable configuration of Json Processing (JSR-353) feature on server.
JSONP - Annotation Type in org.glassfish.jersey.server
Annotation can be used to define the JavaScript callback function name if the valid JSONP format is requested as an acceptable media type of this request.

K

keep(AnnotatedMethod) - Method in interface org.glassfish.jersey.server.model.MethodList.Filter
Decide whether the method should remain in the list or should be filtered out.
KEY_MANAGER_FACTORY_ALGORITHM - Static variable in class org.glassfish.jersey.SslConfigurator
Key manager factory algorithm name.
KEY_MANAGER_FACTORY_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
Key manager factory provider name.
KEY_STORE_FILE - Static variable in class org.glassfish.jersey.SslConfigurator
Key store file name.
KEY_STORE_PASSWORD - Static variable in class org.glassfish.jersey.SslConfigurator
Key store file password - the password used to unlock the trust store file.
KEY_STORE_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
Key store provider name.
KEY_STORE_TYPE - Static variable in class org.glassfish.jersey.SslConfigurator
Key store type (see KeyStore.getType() for more info).
keyManagerFactoryAlgorithm(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key manager factory algorithm.
keyManagerFactoryProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key manager factory provider.
keyPassword(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of the key in the key store.
keyPassword(char[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of the key in the key store.
keyStore(KeyStore, char[]) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
keyStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store instance.
keyStoreBytes(byte[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store payload as byte array.
keyStoreFile(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store file name.
keyStorePassword(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of key store.
keyStorePassword(char[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of key store.
keyStoreProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the key store provider name.
keyStoreType(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the type of key store.

L

lang - Variable in class com.sun.research.ws.wadl.Doc
 
language(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message language.
language(Locale) - Method in class org.glassfish.jersey.client.ClientRequest
Set message language.
LANGUAGE_MAPPINGS - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines mapping of URI extensions to languages.
languageMappings - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
 
LAST_EVENT_ID_HEADER - Static variable in class org.glassfish.jersey.media.sse.SseFeature
"Last-Event-ID" HTTP request header name as defined by SSE specification.
LEGACY_WORKERS_ORDERING - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true, MessageBodyReaders and MessageBodyWriters will be ordered by rules from JAX-RS 1.x, where custom providers have always precedence; providers are sorted by MediaType and afterwards by declaration distance - see MessageBodyFactory.DeclarationDistanceComparator.
Link - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Link() - Constructor for class com.sun.research.ws.wadl.Link
 
link - Variable in class com.sun.research.ws.wadl.Param
 
loadFrom(Configuration) - Method in class org.glassfish.jersey.client.ClientConfig
Load the internal configuration state from an externally provided configuration state.
loadWadlGeneratorsFromConfig(Map<String, Object>) - Static method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigLoader
Load the WadlGeneratorConfig from the provided ResourceConfig using the property ServerProperties.WADL_GENERATOR_CONFIG.
localizableEVENT_DATA_READER_NOT_FOUND() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableEVENT_SOURCE_ALREADY_CLOSED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableEVENT_SOURCE_ALREADY_CONNECTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableEVENT_SOURCE_OPEN_CONNECTION_INTERRUPTED() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableEVENT_SOURCE_SHUTDOWN_INTERRUPTED(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableEVENT_SOURCE_SHUTDOWN_TIMEOUT(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableIN_EVENT_FIELD_NOT_RECOGNIZED(Object, Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableIN_EVENT_RETRY_PARSE_ERROR(Object) - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableOUT_EVENT_DATA_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableOUT_EVENT_DATA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableOUT_EVENT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
localizableOUT_EVENT_NOT_BUILDABLE() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
 
LocalizationMessages - Class in org.glassfish.jersey.media.sse
Defines string formatting method for each constant in the resource file
LocalizationMessages() - Constructor for class org.glassfish.jersey.media.sse.LocalizationMessages
 
LoggingFilter - Class in org.glassfish.jersey.filter
Universal logging filter.
LoggingFilter() - Constructor for class org.glassfish.jersey.filter.LoggingFilter
Create a logging filter logging the request and response to a default JDK logger, named as the fully qualified class name of this class.
LoggingFilter(Logger, boolean) - Constructor for class org.glassfish.jersey.filter.LoggingFilter
Create a logging filter with custom logger and custom settings of entity logging.
LoggingFilter(Logger, int) - Constructor for class org.glassfish.jersey.filter.LoggingFilter
Creates a logging filter with custom logger and entity logging turned on, but potentially limiting the size of entity to be buffered and logged.

M

ManagedAsync - Annotation Type in org.glassfish.jersey.server
Indicates that the resource method to which the annotation has been applied should be executed on a separate thread managed by an internal Jersey executor service.
managedAsync() - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Set the managed async required flag on the method model to true.
map - Variable in class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
marshallerProperty(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Set the value of the property for used Marshaller.
match(CharSequence) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, List<String>, Map<String, String>) - Method in class org.glassfish.jersey.uri.PatternWithGroups
Match against the pattern.
match(CharSequence, Map<String, String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Match a URI against the template.
match(CharSequence, List<String>) - Method in class org.glassfish.jersey.uri.UriTemplate
Match a URI against the template.
matrixParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
MEDIA_TYPE_MAPPINGS - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines mapping of URI extensions to media types.
mediaType - Variable in class com.sun.research.ws.wadl.Option
 
mediaType - Variable in class com.sun.research.ws.wadl.Representation
 
mediaType(MediaType) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set the media type of the event data.
mediaTypeMappings - Variable in class org.glassfish.jersey.server.filter.UriConnegFilter
 
MediaTypePredictor - Interface in org.glassfish.jersey.media.multipart.file
An interface which allows developers implement their own media type predictor.
mergeWith(Resource) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Merge methods from a given resource model into this resource model builder.
mergeWith(Resource.Builder) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Merge methods from a given resource model builder into this resource model builder.
messageBodyWorkers - Variable in class org.glassfish.jersey.media.multipart.BodyPart
 
MessageBodyWorkers - Interface in org.glassfish.jersey.message
An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
MessageProperties - Class in org.glassfish.jersey.message
Jersey configuration properties for message & entity processing.
METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable META-INF/services lookup on client.
METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable META-INF/services lookup globally on client/server.
METAINF_SERVICES_LOOKUP_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable META-INF/services lookup on server.
Method - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Method() - Constructor for class com.sun.research.ws.wadl.Method
 
method(String) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
method(String, Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
MethodHandler - Class in org.glassfish.jersey.server.model
Resource method handler model.
MethodHandler() - Constructor for class org.glassfish.jersey.server.model.MethodHandler
 
MethodList - Class in org.glassfish.jersey.server.model
Iterable list of methods on a single class with convenience getters for additional method information.
MethodList(Class<?>) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list for a class.
MethodList(Class<?>, boolean) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list for a class.
MethodList(Collection<Method>) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list from the given collection of methods.
MethodList(Method...) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list from the given array of methods.
MethodList(AnnotatedMethod...) - Constructor for class org.glassfish.jersey.server.model.MethodList
Create new method list from the given array of annotated methods.
MethodList.Filter - Interface in org.glassfish.jersey.server.model
Method list filter.
methodOrResource - Variable in class com.sun.research.ws.wadl.Resource
 
methodOrResource - Variable in class com.sun.research.ws.wadl.ResourceType
 
ModelProcessor - Interface in org.glassfish.jersey.server.model
Contract for a model processors that processes resource models during application initialization and resource returned by sub resource locators.
ModelValidationException - Exception in org.glassfish.jersey.server.model
Resource model validation exception.
ModelValidationException(String, List<ResourceModelIssue>) - Constructor for exception org.glassfish.jersey.server.model.ModelValidationException
Creates new resource model validation exception with the list of validation issues and the message.
modificationDate - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
modificationDate(Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Add the "modification-date" parameter.
MONITORING_STATISTICS_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then calculation of monitoring statistics will be enabled.
MONITORING_STATISTICS_MBEANS_ENABLED - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then Jersey will expose MBeans with monitoring statistics.
MonitoringStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics return statistic information about application run like number of requests received, duration of request processing, number of successfully processed requests, statistical information about execution of methods and resources, information about matching but also static information about application configuration like application name, registered resource classes and such.
MonitoringStatisticsListener - Interface in org.glassfish.jersey.server.monitoring
A Jersey specific provider that listens to monitoring statistics.
MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.client.ClientProperties
If true then disable configuration of MOXy Json feature on client.
MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.CommonProperties
If true then disable configuration of MOXy Json feature.
MOXY_JSON_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable configuration of MOXy Json feature on server.
MoxyJsonConfig - Class in org.glassfish.jersey.moxy.json
Configuration class for MOXy JSON provider.
MoxyJsonConfig() - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Create a new configuration for MOXyJsonProvider and initialize default properties.
MoxyJsonConfig(boolean) - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Create a new configuration for MOXyJsonProvider.
MoxyJsonFeature - Class in org.glassfish.jersey.moxy.json
Feature used to register MOXy JSON providers.
MoxyJsonFeature() - Constructor for class org.glassfish.jersey.moxy.json.MoxyJsonFeature
 
MoxyXmlFeature - Class in org.glassfish.jersey.moxy.xml
Feature used to register MOXy XML providers.
MoxyXmlFeature() - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
Default constructor creates standard JAXBContext without any activated features and properties.
MoxyXmlFeature(Class<?>...) - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
Constructor which allows MOXy JAXBContext customization.
MoxyXmlFeature(Map<String, Object>, ClassLoader, boolean, Class...) - Constructor for class org.glassfish.jersey.moxy.xml.MoxyXmlFeature
Constructor which allows MOXy JAXBContext customization.
MULTI_PART_CONFIG_RESOURCE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
Name of a properties resource that (if found in the classpath for this application) will be used to configure the settings returned by our getter methods.
MultiPart - Class in org.glassfish.jersey.media.multipart
A mutable model representing a MIME MultiPart entity.
MultiPart() - Constructor for class org.glassfish.jersey.media.multipart.MultiPart
Instantiates a new MultiPart with a mediaType of multipart/mixed.
MultiPart(MediaType) - Constructor for class org.glassfish.jersey.media.multipart.MultiPart
Instantiates a new MultiPart with the specified characteristics.
MULTIPART_ALTERNATIVE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/alternative"
MULTIPART_ALTERNATIVE_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/alternative"
MULTIPART_DIGEST - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/digest"
MULTIPART_DIGEST_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/digest"
MULTIPART_MIXED - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/mixed"
MULTIPART_MIXED_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/mixed"
MULTIPART_PARALLEL - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/parallel"
MULTIPART_PARELLEL_TYPE - Static variable in class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
"multipart/parallel"
MultiPartFeature - Class in org.glassfish.jersey.media.multipart
Feature used to register Multipart providers.
MultiPartFeature() - Constructor for class org.glassfish.jersey.media.multipart.MultiPartFeature
 
MultiPartMediaTypes - Class in org.glassfish.jersey.media.multipart
Convenience MediaType (and associated String) manifest constants.
MultiPartMediaTypes() - Constructor for class org.glassfish.jersey.media.multipart.MultiPartMediaTypes
 
MultiPartProperties - Class in org.glassfish.jersey.media.multipart
Injectable JavaBean containing the configuration parameters for jersey-multipart as used in this particular application.
MultiPartProperties() - Constructor for class org.glassfish.jersey.media.multipart.MultiPartProperties
Load and customize (if necessary) the configuration values for the jersey-multipart injection binder.

N

name - Variable in class com.sun.research.ws.wadl.Method
 
name - Variable in class com.sun.research.ws.wadl.Param
 
name(String) - Static method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition
Start building a form data content disposition.
name(String) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set event name.
name(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Define a new name of the built resource.
nameBindings(Collection<Class<? extends Annotation>>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
nameBindings(Class<? extends Annotation>...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
nameBindings(Annotation...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Adds name bindings.
NameBound - Interface in org.glassfish.jersey.model
Model component that can be name bound.
named(String) - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
Set a custom name for the event source.
nameStartsWith(String) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list with a specified method name prefix.
newInstance() - Static method in class org.glassfish.jersey.SslConfigurator
Get a new & initialized SSL configurator instance.
newInstance(boolean) - Static method in class org.glassfish.jersey.SslConfigurator
Get a new SSL configurator instance.
NO_PRIORITY - Static variable in class org.glassfish.jersey.model.ContractProvider
"No priority" constant.
nonPreemptive() - Method in interface org.glassfish.jersey.client.authentication.HttpAuthenticationFeature.BasicBuilder
Configure the builder to create features in non-preemptive basic authentication mode.
normalize(String) - Static method in class org.glassfish.jersey.uri.UriTemplate
Normalize the URI by resolve the dot & dot-dot path segments as described in RFC 3986.
normalize(URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
Normalize the URI by resolve the dot & dot-dot path segments as described in RFC 3986.

O

ObjectFactory - Class in com.sun.research.ws.wadl
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.research.ws.wadl package.
ObjectFactory() - Constructor for class com.sun.research.ws.wadl.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.research.ws.wadl
onClose(ChunkedOutput<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Called when the chunkedOutput has been closed (either by client closing the connection or by calling ChunkedOutput.close() on the server side.
onClose(ChunkedOutput<T>) - Method in interface org.glassfish.jersey.server.BroadcasterListener
Called when the chunkedOutput has been closed (either by client closing the connection or by calling ChunkedOutput.close() on the server side.
onDestroy() - Method in interface org.glassfish.jersey.server.monitoring.ExtendedMonitoringStatisticsListener
The method is called when application is destroyed.
onEvent(InboundEvent) - Method in interface org.glassfish.jersey.media.sse.EventListener
Called when a new InboundEvent is received by an event source.
onEvent(InboundEvent) - Method in class org.glassfish.jersey.media.sse.EventSource
Called when a new InboundEvent is received by an event source.
onEvent(ApplicationEvent) - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
Process the application event.
onEvent(RequestEvent) - Method in interface org.glassfish.jersey.server.monitoring.RequestEventListener
The method is called when new request event occurs.
onException(ChunkedOutput<T>, Exception) - Method in class org.glassfish.jersey.server.Broadcaster
Called when exception was thrown by a given chunked response when trying to write to it or close it.
onException(ChunkedOutput<T>, Exception) - Method in interface org.glassfish.jersey.server.BroadcasterListener
Called when exception was thrown by a given chunked response when trying to write to it or close it.
onLoaded(ResourceModelContext) - Method in interface org.glassfish.jersey.server.model.ResourceModelListener
 
onReload(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onReload(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoked when the container has been reloaded.
onRequest(RequestEvent) - Method in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
Process a new request and return a request event listener if listening to request events is required.
onShutdown(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onShutdown(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoke at the container shut-down.
onStartup(Container) - Method in class org.glassfish.jersey.server.spi.AbstractContainerLifecycleListener
 
onStartup(Container) - Method in interface org.glassfish.jersey.server.spi.ContainerLifecycleListener
Invoked at the container start-up.
onStartup(Set<Class<?>>, ServletContext) - Method in class org.glassfish.jersey.servlet.init.JerseyServletContainerInitializer
 
onStatistics(MonitoringStatistics) - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatisticsListener
The method is called when new statistics are available and statistics are passed as a argument.
onTimeout(ContainerResponseWriter) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter.TimeoutHandler
Method is called, when ContainerResponseWriter.suspend(...) operation times out.
open() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
Build new SSE event source pointing at a SSE streaming web target.
open() - Method in class org.glassfish.jersey.media.sse.EventSource
Open the connection to the supplied SSE underlying web target and start processing incoming events.
open() - Method in interface org.glassfish.jersey.server.ResourceFinder
Open current resource.
OPEN_ROOT_PATH_PATTERN - Static variable in class org.glassfish.jersey.uri.PathPattern
Path pattern matching the any URI path.
Option - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Option() - Constructor for class com.sun.research.ws.wadl.Option
 
option - Variable in class com.sun.research.ws.wadl.Param
 
options() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
options(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
options(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
OptionsMethodProcessor - Class in org.glassfish.jersey.server.wadl.processor
Model processor enhancing resource model and sub resources by default OPTIONS methods defined by JAX-RS specification.
OptionsMethodProcessor() - Constructor for class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
Creates new instance.
org.glassfish.jersey - package org.glassfish.jersey
Common Jersey core classes.
org.glassfish.jersey.client - package org.glassfish.jersey.client
Jersey client-side classes.
org.glassfish.jersey.client.authentication - package org.glassfish.jersey.client.authentication
Provides core client authentication mechanisms.
org.glassfish.jersey.client.filter - package org.glassfish.jersey.client.filter
Provides core client filters.
org.glassfish.jersey.client.spi - package org.glassfish.jersey.client.spi
Jersey client SPI classes/interfaces.
org.glassfish.jersey.filter - package org.glassfish.jersey.filter
Jersey Request & Response Filtering support & utility classes.
org.glassfish.jersey.grizzly2.httpserver - package org.glassfish.jersey.grizzly2.httpserver
Jersey Grizzly 2.x container classes.
org.glassfish.jersey.grizzly2.servlet - package org.glassfish.jersey.grizzly2.servlet
Jersey Grizzly 2.x Servlet container classes.
org.glassfish.jersey.jdkhttp - package org.glassfish.jersey.jdkhttp
The container adapter between JDK HTTP server and Jersey Jersey application handler classes.
org.glassfish.jersey.media.multipart - package org.glassfish.jersey.media.multipart
JAX-RS Integration with MIME MultiPart Message Formats
org.glassfish.jersey.media.multipart.file - package org.glassfish.jersey.media.multipart.file
Provides support for body parts that are file attachments.
org.glassfish.jersey.media.sse - package org.glassfish.jersey.media.sse
Support for Server Sent events in Jersey.
org.glassfish.jersey.message - package org.glassfish.jersey.message
Common Jersey messaging classes.
org.glassfish.jersey.model - package org.glassfish.jersey.model
Common Jersey model related classes and interfaces.
org.glassfish.jersey.moxy.json - package org.glassfish.jersey.moxy.json
Jersey classes supporting JSON media type processing based on Moxy.
org.glassfish.jersey.moxy.xml - package org.glassfish.jersey.moxy.xml
Jersey classes supporting XML media type processing based on Moxy.
org.glassfish.jersey.process - package org.glassfish.jersey.process
Common Jersey processing classes.
org.glassfish.jersey.server - package org.glassfish.jersey.server
Jersey server-side classes.
org.glassfish.jersey.server.filter - package org.glassfish.jersey.server.filter
Provides core server filters.
org.glassfish.jersey.server.model - package org.glassfish.jersey.server.model
Jersey server-side application & resource modeling classes.
org.glassfish.jersey.server.monitoring - package org.glassfish.jersey.server.monitoring
Jersey server-side monitoring JMX MBeans interfaces.
org.glassfish.jersey.server.spi - package org.glassfish.jersey.server.spi
Jersey server-side service provider contract (SPI) classes.
org.glassfish.jersey.server.wadl - package org.glassfish.jersey.server.wadl
Jersey server-side WADL support public classes and interfaces.
org.glassfish.jersey.server.wadl.config - package org.glassfish.jersey.server.wadl.config
Jersey server-side WADL configuration classes.
org.glassfish.jersey.server.wadl.processor - package org.glassfish.jersey.server.wadl.processor
Jersey server-side WADL model processor classes that extends resource model with resources and resource methods that produce WADL content.
org.glassfish.jersey.servlet - package org.glassfish.jersey.servlet
Jersey generic Servlet container integration classes.
org.glassfish.jersey.servlet.async - package org.glassfish.jersey.servlet.async
Jersey servlet container asynchronous support classes.
org.glassfish.jersey.servlet.init - package org.glassfish.jersey.servlet.init
Jersey servlet container initialization classes.
org.glassfish.jersey.servlet.spi - package org.glassfish.jersey.servlet.spi
SPI for Jersey generic Servlet container support.
org.glassfish.jersey.simple - package org.glassfish.jersey.simple
Jersey Simple 5.x container classes.
org.glassfish.jersey.spi - package org.glassfish.jersey.spi
Common Jersey service provider contract (SPI) classes.
org.glassfish.jersey.uri - package org.glassfish.jersey.uri
Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components.
OUT_EVENT_DATA_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Outbound event data must not be explicitly set to 'null'.
OUT_EVENT_DATA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Outbound event data type must not be explicitly set to 'null'.
OUT_EVENT_MEDIA_TYPE_NULL() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Outbound event data media type must not be explicitly set to 'null'.
OUT_EVENT_NOT_BUILDABLE() - Static method in class org.glassfish.jersey.media.sse.LocalizationMessages
Cannot build outbound event.
OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.client.ClientProperties
An integer value that defines the buffer size used to buffer client-side request entity in order to determine its size and set the value of HTTP "Content-Length" header.
OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.CommonProperties
An integer value that defines the buffer size used to buffer the outbound message entity in order to determine its size and set the value of HTTP "Content-Length" header.
OUTBOUND_CONTENT_LENGTH_BUFFER - Static variable in class org.glassfish.jersey.server.ServerProperties
An integer value that defines the buffer size used to buffer server-side response entity in order to determine its size and set the value of HTTP "Content-Length" header.
OutboundEvent - Class in org.glassfish.jersey.media.sse
Representation of a single outbound SSE event.
OutboundEvent.Builder - Class in org.glassfish.jersey.media.sse
Used for creating OutboundEvent instances.
OutboundEvent.Builder() - Constructor for class org.glassfish.jersey.media.sse.OutboundEvent.Builder
 
overrideSource(Parameter, Parameter.Source) - Static method in class org.glassfish.jersey.server.model.Parameter
Create new parameter model by overriding source of the original parameter model.

P

packages(String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of package names which will be used to scan for components.
packages(boolean, String...) - Method in class org.glassfish.jersey.server.ResourceConfig
Adds array of package names which will be used to scan for components.
Param - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Param() - Constructor for class com.sun.research.ws.wadl.Param
 
param - Variable in class com.sun.research.ws.wadl.Representation
 
param - Variable in class com.sun.research.ws.wadl.Request
 
param - Variable in class com.sun.research.ws.wadl.Resource
 
param - Variable in class com.sun.research.ws.wadl.ResourceType
 
param - Variable in class com.sun.research.ws.wadl.Response
 
Parameter - Class in org.glassfish.jersey.server.model
Method parameter model.
Parameter.Source - Enum in org.glassfish.jersey.server.model
Parameter injection sources type.
Parameterized - Interface in org.glassfish.jersey.server.model
Used in the resource model to capture information on method parameters.
ParamException - Exception in org.glassfish.jersey.server
An abstract extension of WebApplicationException for the class of parameter-based exceptions.
ParamException(Throwable, Response.StatusType, Class<? extends Annotation>, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException
 
ParamException.CookieParamException - Exception in org.glassfish.jersey.server
A parameter exception for errors with CookieParam.
ParamException.CookieParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.CookieParamException
 
ParamException.FormParamException - Exception in org.glassfish.jersey.server
A parameter exception for errors with FormParam.
ParamException.FormParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.FormParamException
 
ParamException.HeaderParamException - Exception in org.glassfish.jersey.server
A parameter exception for errors with HeaderParam.
ParamException.HeaderParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.HeaderParamException
 
ParamException.MatrixParamException - Exception in org.glassfish.jersey.server
A URI-parameter-based exception for errors with MatrixParam.
ParamException.MatrixParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.MatrixParamException
 
ParamException.PathParamException - Exception in org.glassfish.jersey.server
A URI-parameter-based exception for errors with PathParam.
ParamException.PathParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.PathParamException
 
ParamException.QueryParamException - Exception in org.glassfish.jersey.server
A URI-parameter-based exception for errors with QueryParam.
ParamException.QueryParamException(Throwable, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.QueryParamException
 
ParamException.UriParamException - Exception in org.glassfish.jersey.server
An abstract parameter exception for the class of URI-parameter-based exceptions.
ParamException.UriParamException(Throwable, Class<? extends Annotation>, String, String) - Constructor for exception org.glassfish.jersey.server.ParamException.UriParamException
 
ParamQualifier - Annotation Type in org.glassfish.jersey.server.model
A meta-annotation that identifies an annotation as a parameter-based annotation.
ParamStyle - Enum in com.sun.research.ws.wadl
Java class for ParamStyle.
path - Variable in class com.sun.research.ws.wadl.Param
 
path - Variable in class com.sun.research.ws.wadl.Resource
 
path(String) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
path(String) - Method in class org.glassfish.jersey.server.model.Resource.Builder
Define a new path for the built resource.
PathPattern - Class in org.glassfish.jersey.uri
A path pattern that is a regular expression generated from a URI path template.
PathPattern(String) - Constructor for class org.glassfish.jersey.uri.PathPattern
Create a path pattern and post fix with PathPattern.RightHandPath.capturingZeroOrMoreSegments.
PathPattern(PathTemplate) - Constructor for class org.glassfish.jersey.uri.PathPattern
Create a path pattern and post fix with PathPattern.RightHandPath.capturingZeroOrMoreSegments.
PathPattern(String, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
Create a path pattern and post fix with a right hand path pattern.
PathPattern(PathTemplate, PathPattern.RightHandPath) - Constructor for class org.glassfish.jersey.uri.PathPattern
Create a path pattern and post fix with a right hand path pattern.
PathPattern.RightHandPath - Enum in org.glassfish.jersey.uri
The set of right hand path patterns that may be appended to a path pattern.
PathTemplate - Class in org.glassfish.jersey.uri
A URI template for a URI path.
PathTemplate(String) - Constructor for class org.glassfish.jersey.uri.PathTemplate
Create a URI path template and encode (percent escape) any characters of the template that are not valid URI characters.
PatternWithGroups - Class in org.glassfish.jersey.uri
A pattern for matching a string against a regular expression and returning capturing group values for any capturing groups present in the expression.
PatternWithGroups() - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct an empty pattern.
PatternWithGroups(String) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(String, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(Pattern) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
PatternWithGroups(Pattern, int[]) - Constructor for class org.glassfish.jersey.uri.PatternWithGroups
Construct a new pattern.
post(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
post(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
post(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
predictMediaType() - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Predicts the media type of the current fileEntity.
predictMediaType(File) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Predicts the media type of the provided File.
preInitialize() - Method in class org.glassfish.jersey.client.JerseyClient
Pre initializes the configuration of this client in order to improve performance during the first request.
preInitialize() - Method in class org.glassfish.jersey.client.JerseyWebTarget
Pre initializes the configuration of this web target in order to improve performance during the first request.
processResourceModel(ResourceModel, Configuration) - Method in interface org.glassfish.jersey.server.model.ModelProcessor
Process resourceModel and return the processed model.
processResourceModel(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
 
processResourceModel(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
 
processSubResource(ResourceModel, Configuration) - Method in interface org.glassfish.jersey.server.model.ModelProcessor
Process subResourceModel which was returned a sub resource locator.
processSubResource(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.OptionsMethodProcessor
 
processSubResource(ResourceModel, Configuration) - Method in class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
 
produces(String...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
produces(MediaType...) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
produces(Collection<MediaType>) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Add produced media types supported by the component.
Producing - Interface in org.glassfish.jersey.server.model
Model component that is able to produce media types.
profile - Variable in class com.sun.research.ws.wadl.Representation
 
prop(String, Object) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
Specify the property value for the current WadlGenerator.
property(String, Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClient
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
property(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
property(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Set the value of the property for both Marshaller / Unmarshaller.
property(String, Object) - Method in class org.glassfish.jersey.server.ResourceConfig
 
PROVIDER_CLASSNAMES - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines one or more class names that implement application-specific resources and providers.
PROVIDER_CLASSPATH - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines class-path that contains application-specific resources and providers.
PROVIDER_PACKAGES - Static variable in class org.glassfish.jersey.server.ServerProperties
Defines one or more packages that contain application-specific resources and providers.
PROVIDER_SCANNING_RECURSIVE - Static variable in class org.glassfish.jersey.server.ServerProperties
Sets the recursion strategy for package scanning.
PROVIDER_WEB_APP - Static variable in class org.glassfish.jersey.servlet.ServletProperties
Indicates that Jersey should scan the whole web app for application-specific resources and providers.
PROXY_PASSWORD - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines a user password which will be used for HTTP proxy authentication.
PROXY_URI - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines a URI of a HTTP proxy the client connector should use.
PROXY_USERNAME - Static variable in class org.glassfish.jersey.client.ClientProperties
The property defines a user name which will be used for HTTP proxy authentication.
put(Entity<?>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
put(Entity<?>, Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
put(Entity<?>, GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 

Q

queryParam(String, Object...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
queryType - Variable in class com.sun.research.ws.wadl.Resource
 

R

read() - Method in class org.glassfish.jersey.client.ChunkedInput
Read next chunk from the response stream and convert it to a Java instance using the chunk media type.
READ_TIMEOUT - Static variable in class org.glassfish.jersey.client.ClientProperties
Read timeout interval, in milliseconds.
readChunk(InputStream) - Method in interface org.glassfish.jersey.client.ChunkParser
Invoked by ChunkedInput to get the data for the next chunk.
readData() - Method in class org.glassfish.jersey.media.sse.InboundEvent
Get the original event data string String.
readData(Class<T>) - Method in class org.glassfish.jersey.media.sse.InboundEvent
Read event data as a given Java type.
readData(GenericType<T>) - Method in class org.glassfish.jersey.media.sse.InboundEvent
Read event data as a given generic type.
readData(Class<T>, MediaType) - Method in class org.glassfish.jersey.media.sse.InboundEvent
Read event data as a given Java type.
readData(GenericType<T>, MediaType) - Method in class org.glassfish.jersey.media.sse.InboundEvent
Read event data as a given generic type.
readDate - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
readDate(Date) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Add the "read-date" parameter.
readEntity(Class<T>) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>, Annotation[]) - Method in class org.glassfish.jersey.client.ClientResponse
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(Class<T>) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readEntity(Class<T>, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readEntity(Class<T>, Type) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readEntity(Class<T>, Type, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerRequest
Read entity from a context entity input stream.
readersToString(Map<MediaType, List<MessageBodyReader>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Convert a map media type to list of message body readers to a string.
readFrom(Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, PropertiesDelegate, InputStream, Iterable<ReaderInterceptor>, boolean) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Reads a type from the entityStream using interceptors.
RECONNECT_DEFAULT - Static variable in class org.glassfish.jersey.media.sse.EventSource
Default SSE EventSource reconnect delay value in milliseconds.
RECONNECT_NOT_SET - Static variable in class org.glassfish.jersey.media.sse.SseFeature
A "reconnection not set" value for the SSE reconnect delay set via retry field.
reconnectDelay(long) - Method in class org.glassfish.jersey.media.sse.OutboundEvent.Builder
Set reconnection delay (in milliseconds) that indicates how long the event receiver should wait before attempting to reconnect in case a connection to SSE event source is lost.
reconnectingEvery(long, TimeUnit) - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
Set the initial reconnect delay to be used by the event source.
register(Class<?>) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, int) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.ClientConfig
 
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClient
 
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
register(Class<?>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Class<?>, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object, int) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
register(EventListener) - Method in class org.glassfish.jersey.media.sse.EventSource
Register new event listener to receive all streamed SSE events.
register(EventListener, String, String...) - Method in class org.glassfish.jersey.media.sse.EventSource
Add name-bound event listener which will be called only for incoming SSE events whose name is equal to the specified name(s).
register(Class<?>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Class<?>, int) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Class<?>, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object, int) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object, Class<?>...) - Method in class org.glassfish.jersey.server.ResourceConfig
 
register(Object, Map<Class<?>, Integer>) - Method in class org.glassfish.jersey.server.ResourceConfig
 
registerAdditionalBinders(Iterable<Binder>) - Method in class org.glassfish.jersey.server.ApplicationHandler
Registers HK2 binders into the HK2 service register.
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
Add a ResourceFinder to 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 or HK2 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 or HK2 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
 
relativize(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
Relativize URI with respect to a base URI.
releaseRequestingExecutor(ExecutorService) - Method in interface org.glassfish.jersey.spi.RequestExecutorProvider
Release the executor previously retrieved via RequestExecutorProvider.getRequestingExecutor() call.
reload() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
reload() - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.jdkhttp.JdkHttpHandlerContainer
 
reload() - Method in interface org.glassfish.jersey.server.spi.Container
Reload the hosted Jersey application using the current configuration.
reload(ResourceConfig) - Method in interface org.glassfish.jersey.server.spi.Container
Reload the hosted Jersey application using a new configuration.
reload() - Method in class org.glassfish.jersey.servlet.ServletContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.servlet.ServletContainer
 
reload() - Method in class org.glassfish.jersey.simple.SimpleContainer
 
reload(ResourceConfig) - Method in class org.glassfish.jersey.simple.SimpleContainer
 
remove(OUT) - Method in class org.glassfish.jersey.server.Broadcaster
Un-register ChunkedOutput from this Broadcaster instance.
remove(BroadcasterListener<T>) - Method in class org.glassfish.jersey.server.Broadcaster
Un-register BroadcasterListener.
remove() - Method in interface org.glassfish.jersey.server.ResourceFinder

This operation is not supported by ResourceFinder & throws UnsupportedOperationException when invoked.

removeProperty(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
removeProperty(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
repeating - Variable in class com.sun.research.ws.wadl.Param
 
Representation - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Representation() - Constructor for class com.sun.research.ws.wadl.Representation
 
representation - Variable in class com.sun.research.ws.wadl.Request
 
representation - Variable in class com.sun.research.ws.wadl.Response
 
request - Variable in class com.sun.research.ws.wadl.Method
 
Request - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Request() - Constructor for class com.sun.research.ws.wadl.Request
 
request() - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
request(String...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
request(MediaType...) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
REQUEST_ENTITY_PROCESSING - Static variable in class org.glassfish.jersey.client.ClientProperties
The property specified how the entity should be serialized to the output stream by the connector; if the buffering should be used or the entity is streamed in chunked encoding.
RequestEntityProcessing - Enum in org.glassfish.jersey.client
Defines values for the ClientProperties.REQUEST_ENTITY_PROCESSING property.
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
Non-registrable provider that listens to request events.
RequestExecutorProvider - Interface in org.glassfish.jersey.spi
Pluggable provider of executor service instance used to run different parts of Jersey request and response processing code.
RequestProcessingInitializationStage - Class in org.glassfish.jersey.client
Function that can be put to an acceptor chain to properly initialize the client-side request-scoped processing injection for the current request and response exchange.
RequestProcessingInitializationStage(Provider<Ref<ClientRequest>>, Provider<MessageBodyWorkers>, ServiceLocator) - Constructor for class org.glassfish.jersey.client.RequestProcessingInitializationStage
Create new MessageBodyWorkers initialization function for requests and responses.
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
Reset the ResourceFinder instance.
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(Type, MediaType) - Method in interface org.glassfish.jersey.spi.ContextResolvers
Get ContextResolver<T> instance for a given type and media type.
resolve(URI, String) - Static method in class org.glassfish.jersey.uri.UriTemplate
Resolve a relative URI reference against a base URI as defined in RFC 3986.
resolve(URI, URI) - Static method in class org.glassfish.jersey.uri.UriTemplate
Resolve a relative URI reference against a base URI as defined in RFC 3986.
resolveProperty(String, Class<T>) - Method in class org.glassfish.jersey.client.ClientRequest
Resolve a property value for the specified property name.
resolveProperty(String, T) - Method in class org.glassfish.jersey.client.ClientRequest
Resolve a property value for the specified property name.
resolver() - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
Create a context resolver for a current state of this MultiPartProperties.
resolver() - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Create a context resolver for a current state of this MoxyJsonConfig.
resolveTemplate(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplate(String, Object, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplateFromEncoded(String, Object) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplates(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplates(Map<String, Object>, boolean) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.glassfish.jersey.client.JerseyWebTarget
 
resolveTemplateValues(UriComponent.Type, String, boolean, Map<String, ?>) - Static method in class org.glassfish.jersey.uri.UriTemplate
Resolves template variables in the given template from _mapValues.
Resource - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Resource() - Constructor for class com.sun.research.ws.wadl.Resource
 
resource - Variable in class com.sun.research.ws.wadl.Resources
 
Resource - Class in org.glassfish.jersey.server.model
Model of a single resource component.
Resource.Builder - Class in org.glassfish.jersey.server.model
Resource model component builder.
RESOURCE_VALIDATION_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then the extensive validation of application resource model is disabled.
RESOURCE_VALIDATION_IGNORE_ERRORS - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then validation of application resource models does not fail even in case of a fatal validation errors.
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.
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 "assisted" injection helper.
ResourceMethodInvoker.Builder() - Constructor for class org.glassfish.jersey.server.model.ResourceMethodInvoker.Builder
 
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
Builder used to create resource model instances.
ResourceModel.Builder(ResourceModel, boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder pre initialized with resourceModel.
ResourceModel.Builder(List<Resource>, boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder pre initialized with resource.
ResourceModel.Builder(boolean) - Constructor for class org.glassfish.jersey.server.model.ResourceModel.Builder
Create new builder with empty resources.
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.
ResourceModelContext - Interface in org.glassfish.jersey.server.model
Abstraction for abstract resources enclosed within a specific context (such as an application).
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.
ResourceModelListener - Interface in org.glassfish.jersey.server.model
To get notifications on abstract resource model events, implement this interface and register your implementation class with the corresponding application.
ResourceModelVisitor - Interface in org.glassfish.jersey.server.model
Following the visitor pattern, this interface allows implementing processors traversing all abstract model components present in a given model.
ResourceMXBean - Interface in org.glassfish.jersey.server.monitoring
MXBean interface of resource MXBeans.
resources - Variable in class com.sun.research.ws.wadl.Application
 
Resources - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Resources() - Constructor for class com.sun.research.ws.wadl.Resources
 
ResourceStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of the resource.
resourceType - Variable in class com.sun.research.ws.wadl.Link
 
ResourceType - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
ResourceType() - Constructor for class com.sun.research.ws.wadl.ResourceType
 
resourceTypeOrMethodOrRepresentation - Variable in class com.sun.research.ws.wadl.Application
 
response - Variable in class com.sun.research.ws.wadl.Method
 
Response - Class in com.sun.research.ws.wadl
Java class for anonymous complex type.
Response() - Constructor for class com.sun.research.ws.wadl.Response
 
response(ClientResponse) - Method in interface org.glassfish.jersey.client.spi.AsyncConnectorCallback
Invoked when a response for the asynchronously invoked request is available.
RESPONSE_SET_STATUS_OVER_SEND_ERROR - Static variable in class org.glassfish.jersey.server.ServerProperties
Whenever response status is 4xx or 5xx it is possible to choose between sendError or setStatus on container specific Response implementation.
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.
retrieve(Properties) - Method in class org.glassfish.jersey.SslConfigurator
Retrieve the SSL context configuration from the supplied properties.
rev - Variable in class com.sun.research.ws.wadl.Link
 
RolesAllowedDynamicFeature - Class in org.glassfish.jersey.server.filter
A DynamicFeature supporting the javax.annotation.security.RolesAllowed, javax.annotation.security.PermitAll and javax.annotation.security.DenyAll on resource methods and sub-resource methods.
RolesAllowedDynamicFeature() - Constructor for class org.glassfish.jersey.server.filter.RolesAllowedDynamicFeature
 
Routed - Interface in org.glassfish.jersey.server.model
Marker interface for all resource model components that contain path information usable for routing.
routingResponseType(Type) - Method in class org.glassfish.jersey.server.model.ResourceMethod.Builder
Define the response entity type used during the routing for selection of the resource methods.
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.
RuntimeThreadProvider - Interface in org.glassfish.jersey.spi
An extension contract for providing pluggable thread factory providers that produce thread factories used by Jersey runtime whenever a new thread factory is needed to create Jersey runtime threads.

S

scope(Class<? extends Annotation>) - Method in class org.glassfish.jersey.model.ContractProvider.Builder
Change contract provider scope.
Scoped - Interface in org.glassfish.jersey.model
Scoped Jersey application model component.
securityProtocol(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the SSLContext protocol.
selectVariant(List<Variant>) - Method in class org.glassfish.jersey.server.ContainerRequest
 
SERVER_SENT_EVENTS - Static variable in class org.glassfish.jersey.media.sse.SseFeature
String representation of Server sent events media type.
SERVER_SENT_EVENTS_TYPE - Static variable in class org.glassfish.jersey.media.sse.SseFeature
Server sent events media type.
ServerConfig - Interface in org.glassfish.jersey.server
TODO: javadoc.
ServerProperties - Class in org.glassfish.jersey.server
Jersey server-side configuration properties.
service(Request, Response) - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
service(ServletRequest, ServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Dispatches client requests to the protected service method.
service(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Receives standard HTTP requests from the public service method and dispatches them to the doXXX methods defined in this class.
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.ServletContainer
Dispatch client requests to a resource class.
service(URI, URI, HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.jersey.servlet.WebComponent
Dispatch client requests to a resource class.
ServiceLocatorClientProvider - Class in org.glassfish.jersey.client
Extension of ServiceLocatorProvider which contains helper static methods that extract ServiceLocator from client specific JAX-RS components.
ServiceLocatorClientProvider() - Constructor for class org.glassfish.jersey.client.ServiceLocatorClientProvider
 
ServiceLocatorProvider - Class in org.glassfish.jersey
Utility class with static methods that extract service locator from various JAX-RS components.
ServiceLocatorProvider() - Constructor for class org.glassfish.jersey.ServiceLocatorProvider
 
ServletContainer - Class in org.glassfish.jersey.servlet
A Servlet or Filter for deploying root resource classes.
ServletContainer() - Constructor for class org.glassfish.jersey.servlet.ServletContainer
Create Jersey Servlet container.
ServletContainer(ResourceConfig) - Constructor for class org.glassfish.jersey.servlet.ServletContainer
Create Jersey Servlet container.
ServletProperties - Class in org.glassfish.jersey.servlet
Jersey servlet container configuration properties.
SET_METHOD_WORKAROUND - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
A value of true declares that the client will try to set unsupported HTTP method to HttpURLConnection via reflection.
setApplicationName(String) - Method in class org.glassfish.jersey.server.ResourceConfig
Set the name of the application.
setAttributePrefix(String) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setBase(String) - Method in class com.sun.research.ws.wadl.Resources
Sets the value of the base property.
setChunkType(MediaType) - Method in class org.glassfish.jersey.client.ChunkedInput
Set custom chunk data media type.
setChunkType(String) - Method in class org.glassfish.jersey.client.ChunkedInput
Set custom chunk data media type from a string value.
setClassLoader(ClassLoader) - Method in class org.glassfish.jersey.server.ResourceConfig
Set ClassLoader which will be used for resource discovery.
setContentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Sets the content disposition.
setContentDisposition(ContentDisposition) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Overrides the behaviour on BodyPart to ensure that only instances of FormDataContentDisposition can be set.
setDefault(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the default property.
setElement(QName) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the element property.
setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Set the entity object to be unmarshalled from a request, or to be marshalled on a response.
setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
This operation is not supported from this implementation.
setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
This operation is not supported from this implementation.
setEntity(Object) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Disables access to the entity for a MultiPart.
setEntity(Object) - Method in class org.glassfish.jersey.server.ContainerResponse
Set a new message message entity.
setEntity(Object, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
Set a new message message entity.
setEntity(Object, Type, Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
Set a new message message entity.
setEntity(Object, Annotation[], MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setEntityAnnotations(Annotation[]) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the annotations attached to the entity.
setEntityStream(InputStream) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setEntityStream(OutputStream) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setEntityType(Type) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the message entity type information.
setFileEntity(File) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Sets the fileEntity for this FormDataBodyPart.
setFileEntity(File, MediaType) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Sets the MediaType and fileEntity for this FormDataBodyPart.
setFilename(String) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Sets the body part entity filename value to be used in the content-disposition header.
setFixed(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the fixed property.
setFormattedOutput(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setFormDataContentDisposition(FormDataContentDisposition) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Sets the form data content disposition.
setGeneratorClass(Class<? extends WadlGenerator>) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
setGrammars(Grammars) - Method in class com.sun.research.ws.wadl.Application
Sets the value of the grammars property.
setHref(String) - Method in class com.sun.research.ws.wadl.Include
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the href property.
setHref(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the href property.
setId(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the id property.
setId(String) - Method in class com.sun.research.ws.wadl.ResourceType
Sets the value of the id property.
setIncludeRoot(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setLang(String) - Method in class com.sun.research.ws.wadl.Doc
Sets the value of the lang property.
setLink(Link) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the link property.
setMappedFromException(boolean) - Method in class org.glassfish.jersey.server.ContainerResponse
Sets the flag indicating whether the response was created based on the exception.
setMarshalEmptyCollections(boolean) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setMarshallerProperties(Map<String, Object>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Add properties from the given map to the existing marshaller properties.
setMediaType(String) - Method in class com.sun.research.ws.wadl.Option
Sets the value of the mediaType property.
setMediaType(String) - Method in class com.sun.research.ws.wadl.Representation
Sets the value of the mediaType property.
setMediaType(MediaType) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Sets the MediaType for this BodyPart.
setMediaType(MediaType) - Method in class org.glassfish.jersey.media.multipart.FormDataMultiPart
Disables changing the media type to anything other than multipart/form-data.
setMediaType(MediaType) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Sets the MediaType for this MultiPart.
setMediaType(MediaType) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the message content media type.
setMessageBodyWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Set message body workers used to transform an entity stream into particular Java type.
setMethod(String) - Method in class org.glassfish.jersey.client.ClientRequest
 
setMethod(String) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setMethodWithoutException(String) - Method in class org.glassfish.jersey.server.ContainerRequest
Like ContainerRequest.setMethod(String) but does not throw IllegalStateException if the method is invoked in other than pre-matching phase.
setName(String) - Method in class com.sun.research.ws.wadl.Method
Sets the value of the name property.
setName(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the name property.
setName(String) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Sets the control name.
setNamespacePrefixMapper(Map<String, String>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setNamespaceSeparator(char) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setParent(MultiPart) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Sets the parent MultiPart (if any) for this BodyPart.
setParser(ChunkParser) - Method in class org.glassfish.jersey.client.ChunkedInput
Set new chunk parser.
setPath(String) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the path property.
setPath(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the path property.
setPredictor(MediaTypePredictor) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
Sets the media type predictor.
setProperties(Map<String, ?>) - Method in class org.glassfish.jersey.server.ResourceConfig
Set new configuration properties replacing all previously set properties.
setProperties(Properties) - Method in class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
setProperty(String, Object) - Method in class org.glassfish.jersey.client.ClientRequest
 
setProperty(String, Object) - Method in class org.glassfish.jersey.server.ContainerRequest
 
setProviders(Providers) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Sets the configured Providers for this BodyPart.
setQueryType(String) - Method in class com.sun.research.ws.wadl.Resource
Sets the value of the queryType property.
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.
setResolvedRequestUri(URI) - Method in class org.glassfish.jersey.client.ClientResponse
Set the absolute URI of the ultimate request that was made to receive this response.
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.client.ClientResponse
 
setStatus(int) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.client.ClientResponse
 
setStatusInfo(Response.StatusType) - Method in class org.glassfish.jersey.server.ContainerResponse
 
setStreamEntity(InputStream) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Allows to explicitly set the body part entity.
setStreamEntity(InputStream, MediaType) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Allows to explicitly set the value and the MIME type of the body part entity.
setStreamProvider(OutboundMessageContext.StreamProvider) - Method in class org.glassfish.jersey.server.ContainerResponse
Set the output stream provider callback.
setStyle(ParamStyle) - Method in class com.sun.research.ws.wadl.Param
Sets the value of the style property.
setSuspendTimeout(long, TimeUnit) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Set the suspend timeout.
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.
setUnmarshallerProperties(Map<String, Object>) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Add properties from the given map to the existing unmarshaller properties.
setUri(URI) - Method in class org.glassfish.jersey.client.ClientRequest
 
setValue(String) - Method in class com.sun.research.ws.wadl.Option
Sets the value of the value property.
setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.file.FileDataBodyPart
This operation is not supported from this implementation.
setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
This operation is not supported from this implementation.
setValue(String) - Method in class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
This operation is not supported from this implementation.
setValue(String) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Sets the field value for this body part.
setValue(MediaType, Object) - Method in class org.glassfish.jersey.media.multipart.FormDataBodyPart
Sets the field media type and value for this body part.
setValueWrapper(String) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
 
setWadlGenerationEnabled(boolean) - Method in interface org.glassfish.jersey.server.wadl.WadlApplicationContext
Enable/disable WADL generation.
setWadlGeneratorDelegate(WadlGenerator) - Method in interface org.glassfish.jersey.server.wadl.WadlGenerator
Sets the delegate that is decorated by this wadl generator.
setWorkers(MessageBodyWorkers) - Method in class org.glassfish.jersey.client.ClientRequest
Set the message body workers associated with the request.
setWriter(ContainerResponseWriter) - Method in class org.glassfish.jersey.server.ContainerRequest
Set the container response writer for the current request.
Severity - Enum in org.glassfish.jersey
Common severity.
SimpleContainer - Class in org.glassfish.jersey.simple
Simple Jersey HTTP Container.
SimpleContainerFactory - Class in org.glassfish.jersey.simple
Factory for creating and starting Simple server containers.
SimpleContainerProvider - Class in org.glassfish.jersey.simple
SimpleContainerProvider() - Constructor for class org.glassfish.jersey.simple.SimpleContainerProvider
 
size - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
size(long) - Method in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
Add the "size" parameter.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ApplicationStatistics
Get the immutable consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExceptionMapperStatistics
Get the immutable consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ExecutionStatistics
Get the immutable consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.MonitoringStatistics
Get the immutable consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceMethodStatistics
Get the immutable and consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResourceStatistics
Get the immutable and consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.ResponseStatistics
Get the immutable and consistent snapshot of the monitoring statistics.
snapshot() - Method in interface org.glassfish.jersey.server.monitoring.TimeWindowStatistics
Get the immutable and consistent snapshot of the monitoring statistics.
SseBroadcaster - Class in org.glassfish.jersey.media.sse
Used for broadcasting SSE to multiple EventOutput instances.
SseBroadcaster() - Constructor for class org.glassfish.jersey.media.sse.SseBroadcaster
Creates a new instance.
SseBroadcaster(Class<? extends SseBroadcaster>) - Constructor for class org.glassfish.jersey.media.sse.SseBroadcaster
Can be used by subclasses to override the default functionality of adding self to the set of listeners.
SseFeature - Class in org.glassfish.jersey.media.sse
A JAX-RS feature that enables Server-Sent Events support.
SseFeature() - Constructor for class org.glassfish.jersey.media.sse.SseFeature
 
SslConfigurator - Class in org.glassfish.jersey
Utility class, which helps to configure SSLContext instances.
sslContext(SSLContext) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
start() - Method in class org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer
 
status - Variable in class com.sun.research.ws.wadl.Response
 
StreamDataBodyPart - Class in org.glassfish.jersey.media.multipart.file
Represents an InputStream based file submission as a part of the multipart/form-data.
StreamDataBodyPart() - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Default constructor which forces user to manually set the required (name and streamEntity) properties.
StreamDataBodyPart(String, InputStream) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Convenience constructor which assumes the defaults for: filename (part's name) and mediaType ( MediaType.APPLICATION_OCTET_STREAM_TYPE).
StreamDataBodyPart(String, InputStream, String) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
Convenience constructor which assumes the defaults for the mediaType (MediaType.APPLICATION_OCTET_STREAM_TYPE).
StreamDataBodyPart(String, InputStream, String, MediaType) - Constructor for class org.glassfish.jersey.media.multipart.file.StreamDataBodyPart
All-arguments constructor with all requested parameters set by the caller.
StringValueReader<T> - Interface in org.glassfish.jersey.spi
Read a string value and convert to a Java type.
StringValueReader.ValidateDefaultValue - Annotation Type in org.glassfish.jersey.spi
Declares whether validation of a default value should occur before any value – default or otherwise – is actually required.
style - Variable in class com.sun.research.ws.wadl.Param
 
SubjectSecurityContext - Interface in org.glassfish.jersey.server
Security context that allows establishing a subject before a resource method or a sub-resource locator is called.
submit() - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
submit(InvocationCallback<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation
 
supports(Class<?>) - Method in interface org.glassfish.jersey.spi.HeaderDelegateProvider
Ascertain if the Provider supports a particular type.
SUPPRESS_HTTP_COMPLIANCE_VALIDATION - Static variable in class org.glassfish.jersey.client.ClientProperties
If true, the strict validation of HTTP specification compliance will be suppressed.
suspend(long, TimeUnit, ContainerResponseWriter.TimeoutHandler) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Suspend the request/response processing.
suspend() - Method in interface org.glassfish.jersey.servlet.spi.AsyncContextDelegate
Invoked by the superior ContainerResponseWriter responsible for writing the response when processing is to be suspended.
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.

T

target(String) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(URI) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(UriBuilder) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(Link) - Method in class org.glassfish.jersey.client.JerseyClient
 
target(WebTarget) - Static method in class org.glassfish.jersey.media.sse.EventSource
Create a new event source builder that provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance.
TEMP_DIRECTORY - Static variable in class org.glassfish.jersey.media.multipart.MultiPartProperties
Name of the resource property for the directory to store temporary files containing body parts of multipart message that extends allowed memory threshold..
tempDir(String) - Method in class org.glassfish.jersey.media.multipart.MultiPartProperties
Set the path to the directory to store temporary files containing body parts of multipart message that extends allowed memory threshold.
TimeWindowStatistics - Interface in org.glassfish.jersey.server.monitoring
Monitoring statistics of execution of any target (resource, resource method, application).
title - Variable in class com.sun.research.ws.wadl.Doc
 
toString() - Method in class org.glassfish.jersey.client.ClientResponse
 
toString() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
Convert the disposition to a "Content-Disposition" header value.
toString() - Method in class org.glassfish.jersey.media.sse.InboundEvent
 
toString() - Method in class org.glassfish.jersey.server.ChunkedOutput
 
toString() - Method in class org.glassfish.jersey.server.model.AnnotatedMethod
 
toString() - Method in class org.glassfish.jersey.server.model.Invocable
 
toString() - Method in class org.glassfish.jersey.server.model.Parameter
 
toString() - Method in class org.glassfish.jersey.server.model.Resource
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceMethod
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceMethodInvoker
 
toString() - Method in class org.glassfish.jersey.server.model.ResourceModelIssue
 
toString() - Method in class org.glassfish.jersey.uri.PatternWithGroups
 
toString() - Method in class org.glassfish.jersey.uri.UriTemplate
 
toStringBuffer() - Method in class org.glassfish.jersey.media.multipart.ContentDisposition
 
toStringBuffer() - Method in class org.glassfish.jersey.media.multipart.FormDataContentDisposition
 
trace() - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
trace(Class<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
trace(GenericType<T>) - Method in class org.glassfish.jersey.client.JerseyInvocation.Builder
 
TRACING - Static variable in class org.glassfish.jersey.server.ServerProperties
Enable tracing support.
TRACING_THRESHOLD - Static variable in class org.glassfish.jersey.server.ServerProperties
Set level o tracing information.
TracingConfig - Enum in org.glassfish.jersey.server
Enumeration of possible values of property ServerProperties.TRACING.
triggerEvent(RequestEvent.Type) - Method in class org.glassfish.jersey.server.ContainerRequest
Trigger a new monitoring event for the current request.
TRUST_MANAGER_FACTORY_ALGORITHM - Static variable in class org.glassfish.jersey.SslConfigurator
Trust manager factory algorithm name.
TRUST_MANAGER_FACTORY_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
Trust manager factory provider name.
TRUST_STORE_FILE - Static variable in class org.glassfish.jersey.SslConfigurator
Trust store file name.
TRUST_STORE_PASSWORD - Static variable in class org.glassfish.jersey.SslConfigurator
Trust store file password - the password used to unlock the trust store file.
TRUST_STORE_PROVIDER - Static variable in class org.glassfish.jersey.SslConfigurator
Trust store provider name.
TRUST_STORE_TYPE - Static variable in class org.glassfish.jersey.SslConfigurator
Trust store type (see KeyStore.getType() for more info).
trustManagerFactoryAlgorithm(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust manager factory algorithm.
trustManagerFactoryProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust manager factory provider.
trustStore(KeyStore) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
trustStore(KeyStore) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store instance.
trustStoreBytes(byte[]) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store payload as byte array.
trustStoreFile(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store file name.
trustStorePassword(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the password of trust store.
trustStoreProvider(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the trust store provider name.
trustStoreType(String) - Method in class org.glassfish.jersey.SslConfigurator
Set the type of trust store.
type - Variable in class com.sun.research.ws.wadl.Param
 
type - Variable in class com.sun.research.ws.wadl.Resource
 
type(MediaType) - Method in class org.glassfish.jersey.client.ClientRequest
Set message content type.
type(String) - Method in class org.glassfish.jersey.client.ClientRequest
Set message content type.
type(MediaType) - Method in class org.glassfish.jersey.media.multipart.BodyPart
Builder pattern method to return this BodyPart after additional configuration.
type - Variable in class org.glassfish.jersey.media.multipart.ContentDisposition.ContentDispositionBuilder
 
type(String) - Static method in class org.glassfish.jersey.media.multipart.ContentDisposition
Start building content disposition.
type(MediaType) - Method in class org.glassfish.jersey.media.multipart.MultiPart
Builder pattern method to return this MultiPart after additional configuration.

U

universal(String, byte[]) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in combined mode supporting both, basic and digest authentication.
universal(String, String) - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the http authentication feature in combined mode supporting both, basic and digest authentication.
universalBuilder() - Static method in class org.glassfish.jersey.client.authentication.HttpAuthenticationFeature
Create the builder that builds http authentication feature in combined mode supporting both, basic and digest authentication.
unmarshallerProperty(String, Object) - Method in class org.glassfish.jersey.moxy.json.MoxyJsonConfig
Set the value of the property for used Unmarshaller.
Uri - Annotation Type in org.glassfish.jersey.server
Injects a resource target pointing at a resource identified by the resolved URI into a method parameter, class field or a bean property.
UriComponent - Class in org.glassfish.jersey.uri
Utility class for validating, encoding and decoding components of a URI.
UriComponent.Type - Enum in org.glassfish.jersey.uri
The URI component type.
UriConnegFilter - Class in org.glassfish.jersey.server.filter
A URI-based content negotiation filter mapping a dot-declared suffix in URI to media type that is the value of the Accept header or a language that is the value of the Accept-Language header.
UriConnegFilter(Configuration) - Constructor for class org.glassfish.jersey.server.filter.UriConnegFilter
Create a filter that reads the configuration (media type and language mappings) from the provided ResourceConfig instance.
UriConnegFilter(Map<String, MediaType>, Map<String, String>) - Constructor for class org.glassfish.jersey.server.filter.UriConnegFilter
Create a filter with suffix to media type mappings and suffix to language mappings.
UriTemplate - Class in org.glassfish.jersey.uri
A URI template.
UriTemplate(String) - Constructor for class org.glassfish.jersey.uri.UriTemplate
Construct a new URI template.
UriTemplate(UriTemplateParser) - Constructor for class org.glassfish.jersey.uri.UriTemplate
Construct a new URI template.
USE_ENCODING - Static variable in class org.glassfish.jersey.client.ClientProperties
If EncodingFilter is registered, this property indicates the value of Content-Encoding property the filter should be adding.
USE_FIXED_LENGTH_STREAMING - Static variable in class org.glassfish.jersey.client.HttpUrlConnectorProvider
If true, the HttpUrlConnector (if used) will assume the content length from the value of "Content-Length" request header (if present).
useFixedLengthStreaming() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Instruct the provided connectors to use the fixed-length streaming mode on the underlying HTTP URL connection instance when sending requests.
usePersistentConnections() - Method in class org.glassfish.jersey.media.sse.EventSource.Builder
Instruct event source to use persistent HTTP connections when connecting (or reconnecting) to the SSE endpoint, provided the mechanism is supported by the underlying client Connector.
useSetMethodWorkaround() - Method in class org.glassfish.jersey.client.HttpUrlConnectorProvider
Instruct the provided connectors to use reflection when setting the HTTP method value.See HttpUrlConnectorProvider.SET_METHOD_WORKAROUND property documentation for more details.

V

valid(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
valid(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(ResourceModelComponent) - Method in class org.glassfish.jersey.server.model.ComponentModelValidator
The validate method validates a component and adds possible issues found to it's list.
validate(String, UriComponent.Type) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
validate(String, UriComponent.Type, boolean) - Static method in class org.glassfish.jersey.uri.UriComponent
Validates the legal characters of a percent-encoded string that represents a URI component type.
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.client.RequestEntityProcessing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.model.Parameter.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.server.TracingConfig
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.servlet.WebConfig.ConfigType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sun.research.ws.wadl.HTTPMethods
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sun.research.ws.wadl.ParamStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.client.RequestEntityProcessing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.media.multipart.file.DefaultMediaTypePredictor.CommonMediaTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.filter.HttpMethodOverrideFilter.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.model.Parameter.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.model.ResourceMethod.JaxrsType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.ExceptionCause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.monitoring.RequestEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.server.TracingConfig
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.servlet.WebConfig.ConfigType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.uri.PathPattern.RightHandPath
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.jersey.uri.UriComponent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
variant(Variant) - Method in class org.glassfish.jersey.client.ClientRequest
Set message content variant (type, language and encoding).
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.
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.
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.
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
 

W

WADL_FEATURE_DISABLE - Static variable in class org.glassfish.jersey.server.ServerProperties
If true then disable WADL generation.
WADL_GENERATOR_CONFIG - Static variable in class org.glassfish.jersey.server.ServerProperties
If set the wadl generator configuration that provides a WadlGenerator.
WadlApplicationContext - Interface in org.glassfish.jersey.server.wadl
A context to obtain WADL-based information.
WadlFeature - Class in org.glassfish.jersey.server.wadl
Feature enabling WADL processing.
WadlFeature() - Constructor for class org.glassfish.jersey.server.wadl.WadlFeature
 
WadlGenerator - Interface in org.glassfish.jersey.server.wadl
A WadlGenerator creates artifacts related to wadl.
WadlGenerator.ExternalGrammarDefinition - Class in org.glassfish.jersey.server.wadl
And internal storage object to store the grammar definitions and any type resolvers that are created along the way.
WadlGenerator.ExternalGrammarDefinition() - Constructor for class org.glassfish.jersey.server.wadl.WadlGenerator.ExternalGrammarDefinition
 
WadlGenerator.Resolver - Interface in org.glassfish.jersey.server.wadl
Call back interface that the create external grammar can use to allow other parts of the code to attach the correct grammar information
WadlGeneratorConfig - Class in org.glassfish.jersey.server.wadl.config
Provides a configured WadlGenerator with all decorations (the default wadl generator decorated by other generators).
WadlGeneratorConfig() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig
 
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder - Class in org.glassfish.jersey.server.wadl.config
 
WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfig.WadlGeneratorConfigDescriptionBuilder
 
WadlGeneratorConfigLoader - Class in org.glassfish.jersey.server.wadl.config
Loads a WadlGeneratorConfig and provides access to the WadlGenerator provided by the loaded WadlGeneratorConfig.
If no WadlGeneratorConfig is provided, the default WadlGenerator will be loaded.
WadlGeneratorConfigLoader() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorConfigLoader
 
WadlGeneratorDescription - Class in org.glassfish.jersey.server.wadl.config
This is the model for the definition of wadl generators via configuration properties.
The properties refer to the properties of the WadlGenerator implementation with the specified WadlGeneratorDescription.getGeneratorClass().
WadlGeneratorDescription() - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
WadlGeneratorDescription(Class<? extends WadlGenerator>, Properties) - Constructor for class org.glassfish.jersey.server.wadl.config.WadlGeneratorDescription
 
WadlModelProcessor - Class in org.glassfish.jersey.server.wadl.processor
WADL model processor which enhance resource model by WADL related resources (like "/application.wadl").
WadlModelProcessor() - Constructor for class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor
 
WadlModelProcessor.OptionsHandler - Class in org.glassfish.jersey.server.wadl.processor
 
WadlModelProcessor.OptionsHandler() - Constructor for class org.glassfish.jersey.server.wadl.processor.WadlModelProcessor.OptionsHandler
 
WebComponent - Class in org.glassfish.jersey.servlet
An common Jersey web component that may be extended by a Servlet and/or Filter implementation, or encapsulated by a Servlet or Filter implementation.
WebComponent(WebConfig, ResourceConfig) - Constructor for class org.glassfish.jersey.servlet.WebComponent
Create and initialize new web component instance.
WebConfig - Interface in org.glassfish.jersey.servlet
The Web configuration for accessing initialization parameters of a Web component and the ServletContext.
WebConfig.ConfigType - Enum in org.glassfish.jersey.servlet
The web configuration type.
WebFilterConfig - Class in org.glassfish.jersey.servlet
A filter based web config.
WebFilterConfig(FilterConfig) - Constructor for class org.glassfish.jersey.servlet.WebFilterConfig
 
WebServletConfig - Class in org.glassfish.jersey.servlet
A servlet based web config.
WebServletConfig(ServletContainer) - Constructor for class org.glassfish.jersey.servlet.WebServletConfig
 
withAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list with a specified method-level annotation declared.
withConfig(Configuration) - Method in class org.glassfish.jersey.client.JerseyClientBuilder
 
withMetaAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list with a method-level annotation declared that is itself annotated with a specified meta-annotation.
withoutAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list without a specified method-level annotation declared.
withoutMetaAnnotation(Class<T>) - Method in class org.glassfish.jersey.server.model.MethodList
Get a new sub-list of methods containing all the methods from this method list without any method-level annotation declared that would itself be annotated with a specified meta-annotation.
write(T) - Method in class org.glassfish.jersey.server.ChunkedOutput
Write a chunk.
writeEntity() - Method in class org.glassfish.jersey.client.ClientRequest
Write (serialize) the entity set in this request into the entity stream.
writeResponseStatusAndHeaders(long, ContainerResponse) - Method in interface org.glassfish.jersey.server.spi.ContainerResponseWriter
Write the status and headers of the response and return an output stream for the web application to write the entity of the response.
writersToString(Map<MediaType, List<MessageBodyWriter>>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Convert a map media type to list of message body writers to a string.
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, PropertiesDelegate, OutputStream, Iterable<WriterInterceptor>) - Method in interface org.glassfish.jersey.message.MessageBodyWorkers
Writers a type to the entityStream using interceptors.
writeTo(ChunkedOutput<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.glassfish.jersey.server.ChunkedResponseWriter
 

X

XML_FORMAT_OUTPUT - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true indicates that produced XML output should be formatted if possible (see below).
XML_SECURITY_DISABLE - Static variable in class org.glassfish.jersey.message.MessageProperties
If set to true XML security features when parsing XML documents will be disabled.
XmlHeader - Annotation Type in org.glassfish.jersey.message
Allows to specify XML header for XML output produced by a resource method it is attached to.

_

_default - Variable in class com.sun.research.ws.wadl.Param
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.