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

A

A128CBC_HS256() - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
 
A128GCM() - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
 
A256CBC_HS512() - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
 
A256GCM() - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
 
AbortedResponse - Class in org.jboss.resteasy.client.jaxrs.internal
 
AbortedResponse(ClientConfiguration, Response) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.AbortedResponse
 
abortedWithResponse - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
abortIfClosed() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
abortIfClosed() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
abortIfClosed() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
abortWith(Response) - Method in interface javax.ws.rs.client.ClientRequestContext
Abort the filter chain with a response.
abortWith(Response) - Method in interface javax.ws.rs.container.ContainerRequestContext
Abort the filter chain with a response.
abortWith(Response) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
abortWith(Response) - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
abortWith(Response) - Method in class org.jboss.resteasy.core.interception.ResponseContainerRequestContext
 
AbstractAsynchronousResponse - Class in org.jboss.resteasy.core
 
AbstractAsynchronousResponse(SynchronousDispatcher, HttpRequest, HttpResponse) - Constructor for class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
AbstractCollectionFormInjector<T> - Class in org.jboss.resteasy.core
Abstract implementation of NestedFormInjector that can inject collections.
AbstractCollectionFormInjector(Class, Class, String, Pattern, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.AbstractCollectionFormInjector
Creates an injector to inject a collection.
AbstractCollectionProcessor<T> - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors
 
AbstractCollectionProcessor(String) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.AbstractCollectionProcessor
 
AbstractDigitalSigningHeaderDecorator - Class in org.jboss.resteasy.security.doseta
 
AbstractDigitalSigningHeaderDecorator() - Constructor for class org.jboss.resteasy.security.doseta.AbstractDigitalSigningHeaderDecorator
 
AbstractDigitalVerificationHeaderDecorator - Class in org.jboss.resteasy.security.doseta
 
AbstractDigitalVerificationHeaderDecorator() - Constructor for class org.jboss.resteasy.security.doseta.AbstractDigitalVerificationHeaderDecorator
 
AbstractEntityProvider<T> - Class in org.jboss.resteasy.plugins.providers
A AbstractEntityProvider.
AbstractEntityProvider() - Constructor for class org.jboss.resteasy.plugins.providers.AbstractEntityProvider
 
AbstractExecutionContext - Class in org.jboss.resteasy.core
 
AbstractExecutionContext(SynchronousDispatcher, HttpRequest, HttpResponse) - Constructor for class org.jboss.resteasy.core.AbstractExecutionContext
 
AbstractInvocationCollectionProcessor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
 
AbstractInvocationCollectionProcessor(String) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.AbstractInvocationCollectionProcessor
 
AbstractJAXBContextFinder - Class in org.jboss.resteasy.plugins.providers.jaxb
 
AbstractJAXBContextFinder() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 
AbstractJAXBContextFinder.CacheKey - Class in org.jboss.resteasy.plugins.providers.jaxb
 
AbstractJAXBContextFinder.CacheKey(Class[]) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder.CacheKey
 
AbstractJAXBProvider<T> - Class in org.jboss.resteasy.plugins.providers.jaxb
A AbstractJAXBProvider.
AbstractJAXBProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
AbstractJsonpProvider - Class in org.jboss.resteasy.plugins.providers.jsonp
 
AbstractJsonpProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jsonp.AbstractJsonpProvider
 
AbstractMultipartFormDataWriter - Class in org.jboss.resteasy.plugins.providers.multipart
 
AbstractMultipartFormDataWriter() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartFormDataWriter
 
AbstractMultipartRelatedWriter - Class in org.jboss.resteasy.plugins.providers.multipart
Helper base class for multipart/related producing providers.
AbstractMultipartRelatedWriter() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartRelatedWriter
 
AbstractMultipartWriter - Class in org.jboss.resteasy.plugins.providers.multipart
 
AbstractMultipartWriter() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
 
AbstractMultivaluedMap<K,V> - Class in javax.ws.rs.core
Abstract skeleton implementation of a MultivaluedMap that is backed by a [key, multi-value] store represented as a Map<K, List<V>>.
AbstractMultivaluedMap(Map<K, List<V>>) - Constructor for class javax.ws.rs.core.AbstractMultivaluedMap
Initialize the backing store in the abstract parent multivalued map implementation.
AbstractOAuthClient - Class in org.jboss.resteasy.skeleton.key
 
AbstractOAuthClient() - Constructor for class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
AbstractReaderInterceptorContext - Class in org.jboss.resteasy.core.interception
 
AbstractReaderInterceptorContext(MediaType, ResteasyProviderFactory, Annotation[], ReaderInterceptor[], MultivaluedMap<String, String>, Type, Class, InputStream) - Constructor for class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
AbstractTokenAuthFilter - Class in org.jboss.resteasy.keystone.core
 
AbstractTokenAuthFilter(X509Certificate) - Constructor for class org.jboss.resteasy.keystone.core.AbstractTokenAuthFilter
 
AbstractURITemplateAnnotationResolver - Class in org.jboss.resteasy.spi.touri
 
AbstractURITemplateAnnotationResolver() - Constructor for class org.jboss.resteasy.spi.touri.AbstractURITemplateAnnotationResolver
 
AbstractValidatorContextResolver - Class in org.jboss.resteasy.plugins.validation
 
AbstractValidatorContextResolver() - Constructor for class org.jboss.resteasy.plugins.validation.AbstractValidatorContextResolver
 
AbstractValidatorContextResolver - Class in org.jboss.resteasy.plugins.validation.hibernate
 
AbstractValidatorContextResolver() - Constructor for class org.jboss.resteasy.plugins.validation.hibernate.AbstractValidatorContextResolver
 
AbstractWebTargetCollectionProcessor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget
 
AbstractWebTargetCollectionProcessor(String) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.AbstractWebTargetCollectionProcessor
 
AbstractWriterInterceptorContext - Class in org.jboss.resteasy.core.interception
 
AbstractWriterInterceptorContext(WriterInterceptor[], Annotation[], Object, Type, MediaType, Class, OutputStream, ResteasyProviderFactory, MultivaluedMap<String, Object>) - Constructor for class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
accept() - Method in class Acme.Serve.SelectorAcceptor
 
accept() - Method in interface Acme.Serve.Serve.Acceptor
 
accept() - Method in class Acme.Serve.SimpleAcceptor
 
accept() - Method in class Acme.Serve.SSLAcceptor
 
accept(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add the accepted response media types.
accept(MediaType...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add the accepted response media types.
ACCEPT - Static variable in interface javax.ws.rs.core.HttpHeaders
accept(Class, Method) - Method in class org.jboss.resteasy.client.cache.CacheInterceptor
Deprecated.
 
accept(MediaType) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
accept(String) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
accept(String...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
accept(MediaType...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
accept(String...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
accept(MediaType...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
accept(List<MediaType>) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
accept(MediaType) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
accept(String) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
accept - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
 
accept(Class, Method) - Method in class org.jboss.resteasy.security.doseta.DigitalSigningHeaderDecoratorClientExecutionInterceptor
 
accept(Class, Method) - Method in class org.jboss.resteasy.security.doseta.DigitalVerificationHeaderDecoratorClientExecutionInterceptor
 
accept(Class, Method) - Method in interface org.jboss.resteasy.spi.interception.AcceptedByMethod
Deprecated.
 
ACCEPT - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
ACCEPT_CHARSET - Static variable in interface javax.ws.rs.core.HttpHeaders
ACCEPT_CHARSET - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
ACCEPT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
ACCEPT_ENCODING - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
ACCEPT_LANGUAGE - Static variable in class Acme.Serve.Serve.ServeConnection
 
ACCEPT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
ACCEPT_LANGUAGE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
ACCEPT_RANGES - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
accepted() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an ACCEPTED status.
accepted(Object) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an ACCEPTED status that contains a representation.
AcceptedByMethod - Interface in org.jboss.resteasy.spi.interception
Deprecated. 
acceptEncoding(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add acceptable encodings.
acceptEncoding(String...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
acceptEncoding(String...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
AcceptEncodingGZIPFilter - Class in org.jboss.resteasy.plugins.interceptors.encoding
Must be used in conjunction with GZIPDecodingInterceptor

Sets

AcceptEncodingGZIPFilter() - Constructor for class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter
 
AcceptEncodingGZIPInterceptor - Class in org.jboss.resteasy.plugins.interceptors.encoding
Must be used in conjunction with GZIPDecodingInterceptor

Sets

AcceptEncodingGZIPInterceptor() - Constructor for class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor
 
AcceptHeaderByFileSuffixFilter - Class in org.jboss.resteasy.core
Modifies Accept and Accept-Language headers by looking at path file suffix i.e.
AcceptHeaderByFileSuffixFilter() - Constructor for class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter
 
AcceptHeaders - Class in org.jboss.resteasy.core.request
 
AcceptHeaders() - Constructor for class org.jboss.resteasy.core.request.AcceptHeaders
 
acceptLanguage(Locale...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add acceptable languages.
acceptLanguage(String...) - Method in interface javax.ws.rs.client.Invocation.Builder
Add acceptable languages.
acceptLanguage(Locale...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
acceptLanguage(String...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
acceptLanguage(Locale...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
acceptLanguage(String...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
acceptor - Variable in class Acme.Serve.Serve
 
AcceptParameterHttpPreprocessor - Class in org.jboss.resteasy.core
Enables content negotiation through a query parameter, instead of the Accept Header.
AcceptParameterHttpPreprocessor(String) - Constructor for class org.jboss.resteasy.core.AcceptParameterHttpPreprocessor
Create a new AcceptParameterHttpPreprocessor.
AcceptParser - Class in org.jboss.resteasy.util
Returns a sorted list of values by their qualifier 'q' with parameters pulled off.
AcceptParser() - Constructor for class org.jboss.resteasy.util.AcceptParser
 
accepts - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
accepts - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
access - Variable in class org.jboss.resteasy.keystone.as7.SignedSkeletonKeyStoneLoginModule
 
access - Variable in class org.jboss.resteasy.keystone.as7.SkeletonKeyStoneLoginModule
 
Access - Class in org.jboss.resteasy.keystone.model
 
Access() - Constructor for class org.jboss.resteasy.keystone.model.Access
 
Access(Access.Token, List<Access.Service>, Access.User, Map<String, Object>) - Constructor for class org.jboss.resteasy.keystone.model.Access
 
Access.Service - Class in org.jboss.resteasy.keystone.model
 
Access.Service() - Constructor for class org.jboss.resteasy.keystone.model.Access.Service
 
Access.Service.Endpoint - Class in org.jboss.resteasy.keystone.model
 
Access.Service.Endpoint() - Constructor for class org.jboss.resteasy.keystone.model.Access.Service.Endpoint
 
Access.Token - Class in org.jboss.resteasy.keystone.model
 
Access.Token() - Constructor for class org.jboss.resteasy.keystone.model.Access.Token
 
Access.Token(String, Calendar, Project) - Constructor for class org.jboss.resteasy.keystone.model.Access.Token
 
Access.User - Class in org.jboss.resteasy.keystone.model
 
Access.User() - Constructor for class org.jboss.resteasy.keystone.model.Access.User
 
Access.User(String, String, String, Set<Role>) - Constructor for class org.jboss.resteasy.keystone.model.Access.User
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.jboss.resteasy.spi.CorsHeaders
 
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.jboss.resteasy.spi.CorsHeaders
 
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.jboss.resteasy.spi.CorsHeaders
 
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.jboss.resteasy.spi.CorsHeaders
 
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.jboss.resteasy.spi.CorsHeaders
 
ACCESS_CONTROL_MAX_AGE - Static variable in class org.jboss.resteasy.spi.CorsHeaders
 
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.jboss.resteasy.spi.CorsHeaders
 
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.jboss.resteasy.spi.CorsHeaders
 
accessCodeLifespan - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
accessCodeLifespan - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
accessCodeLifetime - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
accessCodeMap - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
accessCodeMap - Variable in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
accessRequest(String, MultivaluedMap<String, String>) - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
accessTokenGrant(String, MultivaluedMap<String, String>) - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
OAuth Section 4.4 Client Credentials Grant
accessTokenResponse(PrivateKey, SkeletonKeyToken) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
accessTokenResponse(PrivateKey, SkeletonKeyToken) - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
AccessTokenResponse - Class in org.jboss.resteasy.skeleton.key.representations
OAuth 2.0 Access Token Response json
AccessTokenResponse() - Constructor for class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
accessTokenResponseWriter - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
Acme - package Acme
 
Acme.Serve - package Acme.Serve
 
actualProviderClasses - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
actualResourceClasses - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
add(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Add a value to the current list of values for the supplied key.
add(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
Add a value to the current list of values for the supplied key.
add() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Add the current combination of metadata to the list of supported variants, after this method is called the current combination of metadata is emptied.
add(MediaType, T) - Method in class org.jboss.resteasy.core.MediaTypeMap
Add an object to the media type map.
add(String, MediaType, CacheControl, MultivaluedMap<String, Object>, byte[], String) - Method in class org.jboss.resteasy.plugins.cache.server.InfinispanCache
 
add(String, MediaType, CacheControl, MultivaluedMap<String, Object>, byte[], String) - Method in interface org.jboss.resteasy.plugins.cache.server.ServerCache
 
add(String, MediaType, CacheControl, MultivaluedMap<String, Object>, byte[], String) - Method in class org.jboss.resteasy.plugins.cache.server.SimpleServerCache
Deprecated.
 
add(String, Object) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
add(K, V) - Method in class org.jboss.resteasy.specimpl.MultivaluedMapImpl
 
add(K, V) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
add() - Method in class org.jboss.resteasy.specimpl.VariantListBuilderImpl
 
add(K, V) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
addAccess(String) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
addAccessKey(String, String, String, String[]) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
addAll(K, V...) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addAll(K, V...) - Method in interface javax.ws.rs.core.MultivaluedMap
Add multiple values to the current list of values for the supplied key.
addAll(K, List<V>) - Method in interface javax.ws.rs.core.MultivaluedMap
Add all the values from the supplied value list to the current list of values for the supplied key.
addAll(String, Object...) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
addAll(String, List<Object>) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
addAll(K, V...) - Method in class org.jboss.resteasy.specimpl.MultivaluedMapImpl
 
addAll(K, List<V>) - Method in class org.jboss.resteasy.specimpl.MultivaluedMapImpl
 
addAll(MultivaluedMapImpl<K, V>) - Method in class org.jboss.resteasy.specimpl.MultivaluedMapImpl
 
addAll(MultivaluedMap<K, V>, MultivaluedMap<K, V>) - Static method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
addAll(K, V...) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
addAll(K, List<V>) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
addAll(K, V...) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
addAll(K, List<V>) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
addClassViolation(ResteasyConstraintViolation) - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
addClientErrorInterceptor(ClientErrorInterceptor) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
addClientErrorInterceptor(ClientErrorInterceptor) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Add a ClientErrorInterceptor to this provider factory instance.
addClientExceptionMapper(Class<? extends ClientExceptionMapper<?>>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
addClientExceptionMapper(ClientExceptionMapper<?>, Type) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
addClientExceptionMapper(ClientExceptionMapper<?>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
addClientExceptionMapper(ClientExceptionMapper<?>, Class<?>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
addClientExceptionMapper(Class<? extends ClientExceptionMapper<?>>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addClientExceptionMapper(ClientExceptionMapper<?>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addClientExceptionMapper(ClientExceptionMapper<?>, Class<?>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addClientExceptionMapper(ClientExceptionMapper<?>, Type) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addClientMessageBodyReader(ResteasyProviderFactory.SortedKey<MessageBodyReader>, Consumes) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addClientMessageBodyWriter(Produces, ResteasyProviderFactory.SortedKey<MessageBodyWriter>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addConsumer(String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
addContextDataLevel() - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addContextResolver(Class<? extends ContextResolver>, boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addContextResolver(ContextResolver) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addContextResolver(ContextResolver, boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addContextResolver(ContextResolver, Class, boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addContextResolver(ContextResolver, Type, Class, boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addCookie(Cookie) - Method in class Acme.Serve.Serve.ServeConnection
 
addCookie(Cookie) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
addDateHeader(String, long) - Method in class Acme.Serve.Serve.ServeConnection
 
addDateHeader(String, long) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
addDefaultServlets(String) - Method in class Acme.Serve.Serve
 
addDefaultServlets(String, String) - Method in class Acme.Serve.Serve
Register a standard set of Servlets, with optional throttles.
addDiscovery(T, UriInfo, ResourceMethodRegistry) - Static method in class org.jboss.resteasy.links.impl.RESTUtils
 
addEncodedPathParameter(String, String) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
addEntry(String, Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JaxbMap
 
addExceptionMapper(Class<? extends ExceptionMapper>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addExceptionMapper(ExceptionMapper) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addExceptionMapper(ExceptionMapper, Class) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addExceptionMapper(ExceptionMapper, Type) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addExpression(String, ClassExpression) - Method in class org.jboss.resteasy.core.registry.RootClassNode
 
addExpression(String, ResourceInvoker) - Method in class org.jboss.resteasy.core.registry.RootNode
 
addExpression(MethodExpression) - Method in class org.jboss.resteasy.core.registry.SegmentNode
 
addExtendedProperty(Serializable, Serializable) - Method in class org.jboss.resteasy.client.cache.CacheEntry
Deprecated.
 
addExtendedProperty(Serializable, Serializable) - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheEntry
 
addFieldViolation(ResteasyConstraintViolation) - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
addFileMapping(String, File) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
addFileMapping(String, File) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer.FileMappingServe
 
addFirst(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirst(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
Add a value to the first position in the current list of values for the supplied key.
addFirst(String, Object) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
addFirst(K, V) - Method in class org.jboss.resteasy.specimpl.MultivaluedMapImpl
 
addFirst(K, V) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
addFirst(K, V) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
addFirstNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Define the behavior for adding a null values to the first position in the value list.
addFormData(String, Object, MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput
 
addFormData(String, Object, MediaType, String) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput
 
addFormData(String, Object, GenericType<?>, MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput
 
addFormData(String, Object, GenericType<?>, MediaType, String) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput
 
addFormData(String, Object, Class<?>, Type, MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput
 
addFormData(String, Object, Class<?>, Type, MediaType, String) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput
 
addFormHeader(String, String) - Method in class org.jboss.resteasy.mock.MockHttpRequest
Set CONTENT-TYPE to ""application/x-www-form-urlencoded"
addHeader(String, String) - Method in class Acme.Serve.Serve.ServeConnection
 
addHeader(String, String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
addHeader(String, Object) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
addHeader(String) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
Add a reference to a header within the signature calculation
addHeaderDelegate(Class, RuntimeDelegate.HeaderDelegate) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
addHeaderDelegate(Class, RuntimeDelegate.HeaderDelegate) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addHeaderToHeadlessStream(InputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
addHttpPreprocessor(HttpRequestPreprocessor) - Method in interface org.jboss.resteasy.core.Dispatcher
 
addHttpPreprocessor(HttpRequestPreprocessor) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
addIntHeader(String, int) - Method in class Acme.Serve.Serve.ServeConnection
 
addIntHeader(String, int) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
addInvoker(String, String, ResourceInvoker) - Method in class org.jboss.resteasy.core.registry.RootClassNode
 
addInvoker(String, ResourceInvoker) - Method in class org.jboss.resteasy.core.registry.RootNode
 
addItem(Item) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
FIXME Comment this
addJndiResource(String) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addJndiResource(String, String) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addJndiResource(String, ResourceClass) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addJndiResource(String, ResourceClass, String) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addJndiResource(String) - Method in interface org.jboss.resteasy.spi.Registry
Add a JAX-RS endpoint that exists in JNDI
addJndiResource(String, String) - Method in interface org.jboss.resteasy.spi.Registry
Add a JAX-RS endpoint that exists in JNDI.
addJndiResource(String, ResourceClass) - Method in interface org.jboss.resteasy.spi.Registry
 
addJndiResource(String, ResourceClass, String) - Method in interface org.jboss.resteasy.spi.Registry
 
addLink(Link) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
addLink(String, String, String, String) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
addLink(URI, String) - Method in class org.jboss.resteasy.links.RESTServiceDiscovery
 
addLink(Link) - Method in class org.jboss.resteasy.spi.LinkHeader
 
addLink(String, String, String, String) - Method in class org.jboss.resteasy.spi.LinkHeader
 
addLink(Link) - Method in class org.jboss.resteasy.spi.LinkHeaders
 
addLinkObjects(MultivaluedMap<String, Object>, HeaderValueProcessor) - Method in class org.jboss.resteasy.spi.LinkHeaders
 
AddLinks - Annotation Type in org.jboss.resteasy.links
Use on any JAX-RS method if you want RESTEasy to inject the RESTServiceDiscovery to every entity in the response.
addLinks(MultivaluedMap<String, String>) - Method in class org.jboss.resteasy.spi.LinkHeaders
 
addMessageBodyReader(Class<? extends MessageBodyReader>, boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addMessageBodyReader(MessageBodyReader) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addMessageBodyReader(MessageBodyReader, boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addMessageBodyReader(MessageBodyReader, Class<?>, boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Specify the provider class.
addMessageBodyWriter(Class<? extends MessageBodyWriter>, boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addMessageBodyWriter(MessageBodyWriter) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addMessageBodyWriter(MessageBodyWriter, Class<?>, boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Specify the provider class.
addMethodAnnotations(Annotation[]) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
addMultiple(K, Collection<V>) - Method in class org.jboss.resteasy.specimpl.MultivaluedMapImpl
 
addNew() - Method in class org.jboss.resteasy.security.doseta.Verifier
 
addNewCookie(NewCookie) - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
addNewCookie(NewCookie) - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
addNewCookie(NewCookie) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
addNewCookie(NewCookie) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
addNewCookie(NewCookie) - Method in interface org.jboss.resteasy.spi.HttpResponse
 
addNewInterceptor(List<T>, Object) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
addNull(List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Define the behavior for adding a null values to the value list.
addParameterViolation(ResteasyConstraintViolation) - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
addPart(Object, MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
addPart(Object, MediaType, String) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
addPart(Object, GenericType<?>, MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
addPart(Object, GenericType<?>, MediaType, String) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
addPart(Object, Class<?>, Type, MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
addPart(Object, Class<?>, Type, MediaType, String) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
addPart(Object, MediaType, String, String) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedOutput
Used to add parts to the multipart output message.
addPerRequestResource(Class, String) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addPerRequestResource(Class) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
Register a vanilla JAX-RS resource class
addPerRequestResource(ResourceClass) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addPerRequestResource(ResourceClass, String) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addPerRequestResource(Class<?>) - Method in interface org.jboss.resteasy.spi.Registry
Add a JAX-RS endpoint.
addPerRequestResource(Class<?>, String) - Method in interface org.jboss.resteasy.spi.Registry
Add a JAX-RS endpoint.
addPerRequestResource(ResourceClass) - Method in interface org.jboss.resteasy.spi.Registry
 
addPerRequestResource(ResourceClass, String) - Method in interface org.jboss.resteasy.spi.Registry
 
addPerRequestResource(Class<?>) - Static method in class org.jboss.resteasy.test.BaseResourceTest
 
addPrecedence(String, int) - Method in class org.jboss.resteasy.core.interception.LegacyPrecedence
 
addPrivate(String, PrivateKey) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
addPropertyViolation(ResteasyConstraintViolation) - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
addPublic(String, PublicKey) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
addRequestKey(String, String, String, String, String[]) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
addResourceFactory(ResourceFactory) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
Bind an endpoint ResourceFactory.
addResourceFactory(ResourceFactory, String) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
ResourceFactory.getScannableClass() defines what class should be scanned for JAX-RS annotations.
addResourceFactory(ResourceFactory, String, Class<?>) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
ResourceFactory.getScannableClass() is not used, only the clazz parameter and not any implemented interfaces of the clazz parameter.
addResourceFactory(ResourceFactory, String, Class<?>[]) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
ResourceFactory.getScannableClass() is not used, only the clazz parameter and not any implemented interfaces of the clazz parameter.
addResourceFactory(ResourceFactory, String, ResourceClass) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addResourceFactory(ResourceFactory) - Method in interface org.jboss.resteasy.spi.Registry
Add a custom resource implementation endpoint.
addResourceFactory(ResourceFactory, String) - Method in interface org.jboss.resteasy.spi.Registry
Add a custom resource implementation endpoint.
addResourceFactory(ResourceFactory, String, Class<?>) - Method in interface org.jboss.resteasy.spi.Registry
ResourceFactory.getScannableClass() is not used, only the clazz parameter and not any implemented interfaces of the clazz parameter.
addResourceFactory(ResourceFactory, String, Class<?>[]) - Method in interface org.jboss.resteasy.spi.Registry
 
addResourceFactory(ResourceFactory, String, ResourceClass) - Method in interface org.jboss.resteasy.spi.Registry
 
addResponse(AsyncResponse, String) - Static method in class org.jboss.resteasy.test.async.callback.Resource
 
addResponse(AsyncResponse, String) - Static method in class org.jboss.resteasy.test.async.Resource
 
addResponseHeader(String, Object) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
addReturnValueViolation(ResteasyConstraintViolation) - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
addRole(String, String) - Method in class org.jboss.resteasy.plugins.server.embedded.SimpleSecurityDomain
 
addRole(String) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken.Access
 
addRoles(String, String[]) - Method in class org.jboss.resteasy.plugins.server.embedded.SimpleSecurityDomain
 
addServerMessageBodyReader(ResteasyProviderFactory.SortedKey<MessageBodyReader>, Consumes) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addServerMessageBodyWriter(Produces, ResteasyProviderFactory.SortedKey<MessageBodyWriter>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addServlet(String, String) - Method in class Acme.Serve.Serve
 
addServlet(String, String, Hashtable) - Method in class Acme.Serve.Serve
Adds a servlet to run
addServlet(String, Servlet) - Method in class Acme.Serve.Serve
Register a Servlet.
addServlet(String, Servlet, Hashtable) - Method in class Acme.Serve.Serve
Register a Servlet
addServlet(String, HttpServlet) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
addServlet(String, HttpServlet, Hashtable) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
addServlet(String, HttpServlet, Hashtable<String, String>, Hashtable<String, String>) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
addSiblingNames(Serve.PathTreeDictionary.Node, Vector, String) - Method in class Acme.Serve.Serve.PathTreeDictionary
 
addSiblingObjects(Serve.PathTreeDictionary.Node, Vector) - Method in class Acme.Serve.Serve.PathTreeDictionary
 
addSingletonResource(Object) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addSingletonResource(Object, String) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addSingletonResource(Object, ResourceClass) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addSingletonResource(Object, ResourceClass, String) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
addSingletonResource(Object) - Method in interface org.jboss.resteasy.spi.Registry
Add a JAX-RS endpoint.
addSingletonResource(Object, String) - Method in interface org.jboss.resteasy.spi.Registry
Add a JAX-RS endpoint.
addSingletonResource(Object, ResourceClass) - Method in interface org.jboss.resteasy.spi.Registry
 
addSingletonResource(Object, ResourceClass, String) - Method in interface org.jboss.resteasy.spi.Registry
 
addStringConverter(Class<? extends StringConverter>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addStringConverter(StringConverter) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addStringConverter(StringConverter, Class) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addStringConverter(StringConverter, Type) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addStringParameterUnmarshaller(Class<? extends StringParameterUnmarshaller>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
addStringParameterUnmarshaller(Class<? extends StringParameterUnmarshaller>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
addTo(T, String, Object) - Method in class org.jboss.resteasy.core.AbstractCollectionFormInjector
Adds the item to the collection.
addTo(List, String, Object) - Method in class org.jboss.resteasy.core.ListFormInjector
Adds the item to the collection.
addTo(Map, String, Object) - Method in class org.jboss.resteasy.core.MapFormInjector
Adds the item to the collection.
addUser(String, String, String[]) - Method in class org.jboss.resteasy.plugins.server.embedded.SimpleSecurityDomain
 
addUserRole(String, String, String) - Method in interface org.jboss.resteasy.keystone.client.ProjectsResource
 
addUserRole(String, String, String) - Method in class org.jboss.resteasy.keystone.server.ProjectsService
 
addUserRoleMapping(User, Role) - Method in class org.jboss.resteasy.keystone.model.StoredProject
 
addViolations(Set<? extends ResteasyConstraintViolation>) - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
addWarDeployer(String, String) - Method in class Acme.Serve.Serve
 
admin - Variable in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
admin() - Method in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
adminLogout(Request, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
adminRole - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
adminRole - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
After - Annotation Type in org.jboss.resteasy.annotations.security.doseta
Used to add an expiration attribute when signing or as a stale check for verification.
after() - Static method in class org.jboss.resteasy.test.BaseResourceTest
 
afterPropertiesSet() - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
 
afterPropertiesSet() - Method in class org.jboss.resteasy.plugins.spring.AsyncronousDispatcherManager
 
afterPropertiesSet() - Method in class org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
 
afterPropertiesSet() - Method in class org.jboss.resteasy.springmvc.JettyLifecycleManager
 
afterPropertiesSet() - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
afterPropertiesSet() - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
afterUnmarshal(Unmarshaller, Object) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Item
JAXB Callback method used to reassociate the item with the owning Order.
afterUnmarshal(Unmarshaller, Object) - Method in class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
JAXB Callback method used to reassociate the item with the owning Order.
AGE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
Algorithm - Enum in org.jboss.resteasy.jose.jwe
 
Algorithm - Enum in org.jboss.resteasy.jose.jws
 
ALGORITHM - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
algorithm - Variable in class org.jboss.resteasy.security.doseta.Verification
 
ALLOW - Static variable in interface javax.ws.rs.core.HttpHeaders
allow(String...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the list of allowed methods for the resource.
allow(Set<String>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the list of allowed methods for the resource.
allow(String...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
allow(Set<String>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
allow(String...) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
allow(Set<String>) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
ALLOW - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
allowAnyHostname - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
allowCredentials - Variable in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
allowedHeaders - Variable in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
allowedMethods - Variable in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
allowedOrigins - Variable in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
ALPHA - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
alpha = lowalpha | upalpha
ALPHA - Static variable in class org.jboss.resteasy.util.URLUtils
alpha = lowalpha | upalpha
ALPHANUM - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
alphanum = alpha | digit
ALPHANUM - Static variable in class org.jboss.resteasy.util.URLUtils
alphanum = alpha | digit
alreadyQuoted(String) - Static method in class org.jboss.resteasy.plugins.delegates.ServerCookie
 
alternateMediaType - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
annotatedMethod - Variable in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
annotatedMethod - Variable in class org.jboss.resteasy.spi.metadata.SetterParameter
 
AnnotationFactory - Class in org.jboss.resteasy.plugins.providers.jaxb
 
AnnotationFactory() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.AnnotationFactory
 
AnnotationResolver - Class in org.jboss.resteasy.util
 
AnnotationResolver() - Constructor for class org.jboss.resteasy.util.AnnotationResolver
 
annotations - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
annotations - Variable in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
annotations - Variable in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
annotations - Variable in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
annotations - Variable in class org.jboss.resteasy.specimpl.BuiltResponse
 
annotations - Variable in class org.jboss.resteasy.spi.metadata.ConstructorParameter
 
annotations - Variable in class org.jboss.resteasy.spi.metadata.MethodParameter
 
any - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
 
any - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace
 
ApacheHttpClient4Engine - Class in org.jboss.resteasy.client.jaxrs.engines
 
ApacheHttpClient4Engine() - Constructor for class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
ApacheHttpClient4Engine(HttpClient) - Constructor for class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
ApacheHttpClient4Engine(HttpClient, boolean) - Constructor for class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
ApacheHttpClient4Engine(HttpClient, HttpContext) - Constructor for class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
ApacheHttpClient4Engine.MemoryUnit - Enum in org.jboss.resteasy.client.jaxrs.engines
Enumeration to represent memory units.
ApacheHttpClient4ExceptionMapper - Class in org.jboss.resteasy.client.exception.mapper
 
ApacheHttpClient4ExceptionMapper() - Constructor for class org.jboss.resteasy.client.exception.mapper.ApacheHttpClient4ExceptionMapper
 
ApacheHttpClient4Executor - Class in org.jboss.resteasy.client.core.executors
 
ApacheHttpClient4Executor() - Constructor for class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
ApacheHttpClient4Executor(HttpClient) - Constructor for class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
ApacheHttpClient4Executor(HttpClient, HttpContext) - Constructor for class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
AppAccept - Class in org.jboss.resteasy.plugins.providers.atom.app
Per RFC5023:
AppAccept() - Constructor for class org.jboss.resteasy.plugins.providers.atom.app.AppAccept
 
AppAccept(String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.app.AppAccept
 
AppCategories - Class in org.jboss.resteasy.plugins.providers.atom.app
The app:categories element can contain a "fixed" attribute, with a value of either "yes" or "no", indicating whether the list of categories is a fixed or an open set.
AppCategories() - Constructor for class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
 
AppCategories(List<Category>, Boolean, String, String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
 
AppCollection - Class in org.jboss.resteasy.plugins.providers.atom.app
Per RFC5023:
AppCollection() - Constructor for class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
 
AppCollection(String, String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
 
AppCommonAttributes - Class in org.jboss.resteasy.plugins.providers.atom.app
Attributes common across all atom app types
AppCommonAttributes() - Constructor for class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes
 
appendCookieValue(StringBuffer, int, String, String, String, String, String, int, boolean) - Static method in class org.jboss.resteasy.plugins.delegates.ServerCookie
 
appendInterceptorPrecedence(String) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
appendInterceptorPrecedence(String) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Append interceptor predence
appendPrecedence(String) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
appendPrecedence(String) - Method in class org.jboss.resteasy.core.interception.LegacyPrecedence
 
appendURIFragments(String...) - Static method in class org.jboss.resteasy.jsapi.MethodMetaData
 
appendURIFragments(ServiceRegistry, Path, Path) - Static method in class org.jboss.resteasy.jsapi.MethodMetaData
 
Application - Class in javax.ws.rs.core
Defines the components of a JAX-RS application and supplies additional meta-data.
Application() - Constructor for class javax.ws.rs.core.Application
 
application - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
APPLICATION_ATOM_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing ""application/atom+xml"" media type.
APPLICATION_ATOM_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing ""application/atom+xml"" media type.
APPLICATION_FORM_URLENCODED - Static variable in class javax.ws.rs.core.MediaType
A String constant representing ""application/x-www-form-urlencoded"" media type.
APPLICATION_FORM_URLENCODED_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing ""application/x-www-form-urlencoded"" media type.
APPLICATION_JAVASCRIPT_MEDIA_TYPE - Static variable in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
"application/javascript" media type.
APPLICATION_JAVASCRIPT_MEDIA_TYPE - Static variable in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
"application/javascript" media type.
APPLICATION_JSON - Static variable in class javax.ws.rs.core.MediaType
A String constant representing ""application/json"" media type.
APPLICATION_JSON_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing ""application/json"" media type.
APPLICATION_OCTET_STREAM - Static variable in class javax.ws.rs.core.MediaType
A String constant representing ""application/octet-stream"" media type.
APPLICATION_OCTET_STREAM_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing ""application/octet-stream"" media type.
APPLICATION_PLUS_JSON_TYPE - Static variable in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
"application/*+json" media type.
APPLICATION_PLUS_JSON_TYPE - Static variable in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
"application/*+json" media type.
APPLICATION_SERIALIZABLE - Static variable in class org.jboss.resteasy.plugins.providers.SerializableProvider
 
APPLICATION_SERIALIZABLE_TYPE - Static variable in class org.jboss.resteasy.plugins.providers.SerializableProvider
 
APPLICATION_SVG_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing ""application/svg+xml"" media type.
APPLICATION_SVG_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing ""application/svg+xml"" media type.
APPLICATION_XHTML_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing ""application/xhtml+xml"" media type.
APPLICATION_XHTML_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing ""application/xhtml+xml"" media type.
APPLICATION_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing ""application/xml"" media type.
APPLICATION_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing ""application/xml"" media type.
APPLICATION_XOP_XML - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.MultipartConstants
"application/xop+xml"
APPLICATION_XOP_XML_TYPE - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.MultipartConstants
"application/xop+xml"
applicationClass - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
ApplicationException - Exception in org.jboss.resteasy.spi
This exception is thrown internally by Resteasy runtime.
ApplicationException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.ApplicationException
 
ApplicationException(Throwable) - Constructor for exception org.jboss.resteasy.spi.ApplicationException
 
ApplicationPath - Annotation Type in javax.ws.rs
Identifies the application path that serves as the base URI for all resource URIs provided by Path.
applicationScopedLiteral - Static variable in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
apply(T, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.AbstractCollectionProcessor
 
apply(ClientInvocationBuilder, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.FormParamProcessor
 
apply(ClientInvocationBuilder, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.HeaderParamProcessor
 
apply(WebTarget, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.MatrixParamProcessor
 
apply(WebTarget, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.QueryParamProcessor
 
applyClientInvokerModifier(ClientInvokerModifier) - Method in interface org.jboss.resteasy.client.core.marshallers.ResteasyClientProxy
 
applyDefaultInterceptors(ClientInterceptorRepositoryImpl, ResteasyProviderFactory) - Static method in class org.jboss.resteasy.client.core.ClientInvokerInterceptorFactory
 
applyDefaultInterceptors(ClientInterceptorRepositoryImpl, ResteasyProviderFactory, Class, Method) - Static method in class org.jboss.resteasy.client.core.ClientInvokerInterceptorFactory
 
AppService - Class in org.jboss.resteasy.plugins.providers.atom.app
Per RFC 5023:
AppService() - Constructor for class org.jboss.resteasy.plugins.providers.atom.app.AppService
 
AppWorkspace - Class in org.jboss.resteasy.plugins.providers.atom.app
Per RFC5023:
AppWorkspace() - Constructor for class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace
 
ARG_ACCEPTOR_CLASS - Static variable in class Acme.Serve.Serve
 
ARG_ACCESS_LOG_FMT - Static variable in class Acme.Serve.Serve
 
ARG_ALGORITHM - Static variable in class Acme.Serve.SSLAcceptor
 
ARG_ALIASES - Static variable in class Acme.Serve.Serve
 
ARG_BACKLOG - Static variable in class Acme.Serve.Serve
 
ARG_BACKLOG - Static variable in class Acme.Serve.SSLAcceptor
 
ARG_BINDADDRESS - Static variable in class Acme.Serve.Serve
 
ARG_CGI_PATH - Static variable in class Acme.Serve.Serve
 
ARG_CLIENTAUTH - Static variable in class Acme.Serve.SSLAcceptor
 
ARG_ERR - Static variable in class Acme.Serve.Serve
 
ARG_IFADDRESS - Static variable in class Acme.Serve.SSLAcceptor
 
ARG_JSP - Static variable in class Acme.Serve.Serve
 
ARG_KEEPALIVE - Static variable in class Acme.Serve.Serve
 
ARG_KEEPALIVE_TIMEOUT - Static variable in class Acme.Serve.Serve
 
ARG_KEYPASS - Static variable in class Acme.Serve.SSLAcceptor
 
ARG_KEYSTOREFILE - Static variable in class Acme.Serve.SSLAcceptor
 
ARG_KEYSTOREPASS - Static variable in class Acme.Serve.SSLAcceptor
 
ARG_KEYSTORETYPE - Static variable in class Acme.Serve.SSLAcceptor
 
ARG_LOG_DIR - Static variable in class Acme.Serve.Serve
 
ARG_LOG_OPTIONS - Static variable in class Acme.Serve.Serve
 
ARG_MAX_ACTIVE_SESSIONS - Static variable in class Acme.Serve.Serve
 
ARG_MAX_CONN_USE - Static variable in class Acme.Serve.Serve
 
ARG_NOHUP - Static variable in class Acme.Serve.Serve
 
ARG_OUT - Static variable in class Acme.Serve.Serve
 
ARG_PORT - Static variable in class Acme.Serve.Serve
 
ARG_PORT - Static variable in class Acme.Serve.SSLAcceptor
 
ARG_PROTOCOL - Static variable in class Acme.Serve.SSLAcceptor
 
ARG_REALMS - Static variable in class Acme.Serve.Serve
 
ARG_SERVLETS - Static variable in class Acme.Serve.Serve
 
ARG_SESSION_PERSIST - Static variable in class Acme.Serve.Serve
 
ARG_SESSION_SEED - Static variable in class Acme.Serve.Serve
 
ARG_SESSION_TIMEOUT - Static variable in class Acme.Serve.Serve
 
ARG_THREAD_POOL_SIZE - Static variable in class Acme.Serve.Serve
 
ARG_THROTTLES - Static variable in class Acme.Serve.Serve
 
ARG_WAR - Static variable in class Acme.Serve.Serve
 
ARG_WORK_DIRECTORY - Static variable in class Acme.Serve.Serve
 
arguments - Variable in class Acme.Serve.Serve
 
aroundReadFrom(ReaderInterceptorContext) - Method in interface javax.ws.rs.ext.ReaderInterceptor
aroundReadFrom(ReaderInterceptorContext) - Method in class org.jboss.resteasy.core.interception.ReaderInterceptorRegistry.ReaderInterceptorFacade
 
aroundReadFrom(ReaderInterceptorContext) - Method in class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor
 
aroundReadFrom(ReaderInterceptorContext) - Method in class org.jboss.resteasy.security.doseta.DigitalVerificationInterceptor
 
aroundWriteTo(WriterInterceptorContext) - Method in interface javax.ws.rs.ext.WriterInterceptor
aroundWriteTo(WriterInterceptorContext) - Method in class org.jboss.resteasy.core.interception.WriterInterceptorRegistry.WriterInterceptorFacade
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.jboss.resteasy.plugins.cache.server.ServerCacheInterceptor
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.jboss.resteasy.plugins.interceptors.encoding.ClientContentEncodingAnnotationFilter
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.jboss.resteasy.plugins.interceptors.encoding.ServerContentEncodingAnnotationFilter
 
aroundWriteTo(WriterInterceptorContext) - Method in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
aroundWriteTo(WriterInterceptorContext) - Method in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
aroundWriteTo(WriterInterceptorContext) - Method in class org.jboss.resteasy.security.doseta.DigitalSigningInterceptor
 
as(Class<T>) - Method in interface org.jboss.resteasy.client.core.marshallers.ResteasyClientProxy
 
asMap() - Method in class javax.ws.rs.core.Form
Returns multivalued map representation of the form.
asMap() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
asString(Object, String) - Static method in class org.jboss.resteasy.core.messagebody.WriterUtility
 
async() - Method in interface javax.ws.rs.client.Invocation.Builder
Access the asynchronous uniform request invocation interface to asynchronously invoke the built request.
async() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
asyncExecutor - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
asyncExecutor(ExecutorService) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
Executor to use to run AsyncInvoker invocations
asynchronous - Variable in class org.jboss.resteasy.spi.metadata.ResourceMethod
 
asynchronousContext - Variable in class org.jboss.resteasy.mock.MockHttpRequest
 
asynchronousContext - Variable in class org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest
 
asynchronousDelivery(HttpRequest, HttpResponse, Response) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
AsynchronousDispatcher - Class in org.jboss.resteasy.core
 
AsynchronousDispatcher(ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.AsynchronousDispatcher
 
asynchronousExceptionDelivery(HttpRequest, HttpResponse, Throwable) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
AsynchronousInvoke - Class in org.jboss.resteasy.client.jaxrs.internal
 
AsynchronousInvoke(ClientInvocation) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
asynchronousResponse - Variable in class org.jboss.resteasy.core.SynchronousExecutionContext
 
AsynchronousResponse - Interface in org.jboss.resteasy.spi
This is injected into a jax-rs method via the @Suspend annotation.
AsynchronousResponseInjector - Class in org.jboss.resteasy.core
 
AsynchronousResponseInjector() - Constructor for class org.jboss.resteasy.core.AsynchronousResponseInjector
 
asyncInvocationExecutor - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
asyncInvocationExecutor() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
AsyncInvoker - Interface in javax.ws.rs.client
Uniform interface for asynchronous invocation of HTTP methods.
asyncJobServiceBasePath - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
asyncJobServiceEnabled - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
asyncJobServiceMaxJobResults - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
asyncJobServiceMaxWait - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
asyncJobServiceThreadPoolSize - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
AsyncResponse - Interface in javax.ws.rs.container
An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
AsyncResponseBlockingQueue - Class in org.jboss.resteasy.test.async
 
AsyncResponseBlockingQueue(int) - Constructor for class org.jboss.resteasy.test.async.AsyncResponseBlockingQueue
 
AsyncResponseBlockingQueue - Class in org.jboss.resteasy.test.async.callback
 
AsyncResponseBlockingQueue(int) - Constructor for class org.jboss.resteasy.test.async.callback.AsyncResponseBlockingQueue
 
AsyncronousDispatcherManager - Class in org.jboss.resteasy.plugins.spring
 
AsyncronousDispatcherManager() - Constructor for class org.jboss.resteasy.plugins.spring.AsyncronousDispatcherManager
 
asyncScheduler - Variable in class org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest
 
AtomEntryProvider - Class in org.jboss.resteasy.plugins.providers.atom
 
AtomEntryProvider() - Constructor for class org.jboss.resteasy.plugins.providers.atom.AtomEntryProvider
 
AtomFeedProvider - Class in org.jboss.resteasy.plugins.providers.atom
 
AtomFeedProvider() - Constructor for class org.jboss.resteasy.plugins.providers.atom.AtomFeedProvider
 
attribute(String, String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
attributeExceptionsTo - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
attributes - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
attributes - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
attributes - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
attributes - Variable in class org.jboss.resteasy.mock.MockHttpRequest
 
attributes - Variable in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
attributes - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
attributes - Variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
attributes - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
audience - Variable in class org.jboss.resteasy.jwt.JsonWebToken
 
audience(String) - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
audience(String) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
authenticate(String, String) - Method in interface org.jboss.resteasy.plugins.server.embedded.SecurityDomain
 
authenticate(String, String) - Method in class org.jboss.resteasy.plugins.server.embedded.SimpleSecurityDomain
 
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.jboss.resteasy.skeleton.key.as7.BearerTokenAuthenticatorValve
 
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
authenticate(Realm, User, MultivaluedMap<String, String>) - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
authenticate(Request, HttpServletResponse, LoginConfig) - Method in class org.jboss.security.web.DomainDelegatingAuthenticator
 
AUTHENTICATE_HEADER - Static variable in class org.jboss.resteasy.auth.oauth.OAuthUtils
HTTP WWW-Authenticate header
authenticateTarget(String, WebTarget) - Method in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
AUTHENTICATION - Static variable in class javax.ws.rs.Priorities
Security authentication filter/interceptor priority.
authentication(String) - Method in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
Authentication - Class in org.jboss.resteasy.keystone.model
 
Authentication() - Constructor for class org.jboss.resteasy.keystone.model.Authentication
 
Authentication.ApiAccessKeyCredentials - Class in org.jboss.resteasy.keystone.model
 
Authentication.ApiAccessKeyCredentials() - Constructor for class org.jboss.resteasy.keystone.model.Authentication.ApiAccessKeyCredentials
 
Authentication.PasswordCredentials - Class in org.jboss.resteasy.keystone.model
 
Authentication.PasswordCredentials() - Constructor for class org.jboss.resteasy.keystone.model.Authentication.PasswordCredentials
 
Authentication.Token - Class in org.jboss.resteasy.keystone.model
 
Authentication.Token() - Constructor for class org.jboss.resteasy.keystone.model.Authentication.Token
 
authoriseRequestToken(String, String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
authoriseRequestToken(String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
authoriseRequestToken(String, String) - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
Authorises the given Request Token for the given Consumer and return a new Verifier to be returned to the Client.
authoriseRequestToken(String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
AUTHORIZATION - Static variable in interface javax.ws.rs.core.HttpHeaders
AUTHORIZATION - Static variable in class javax.ws.rs.Priorities
Security authorization filter/interceptor priority.
AUTHORIZATION - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
AUTHORIZATION_HEADER - Static variable in class org.jboss.resteasy.auth.oauth.OAuthUtils
HTTP Authorization header
authorizationUrl - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
authScheme - Variable in class org.jboss.resteasy.plugins.server.netty.NettySecurityContext
 
AuthServerConfig - Class in org.jboss.resteasy.skeleton.key.config
 
AuthServerConfig() - Constructor for class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
authUrl - Variable in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
authUrl - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
authUrl - Variable in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
available() - Method in class Acme.Serve.Serve.ServeInputStream
Available bytes to read without blocking.
available() - Method in class org.jboss.resteasy.util.InputStreamToByteArray
 
available() - Method in class org.jboss.resteasy.util.NoContentInputStreamDelegate
 

B

backgroundThread - Variable in class Acme.Serve.Serve
 
BACKLOG - Static variable in class Acme.Serve.SSLAcceptor
default backlog
BadgerContext - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
BadgerContext(Class...) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerContext
 
BadgerContext(String) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerContext
 
BadgerFish - Annotation Type in org.jboss.resteasy.annotations.providers.jaxb.json
A JSONConfig.
BadgerMarshaller - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
BadgerMarshaller(JAXBContext) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
BadgerUnmarshaller - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
BadgerUnmarshaller(JAXBContext) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
BadRequestException - Exception in javax.ws.rs
A runtime exception indicating a bad client request.
BadRequestException() - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Response) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Response) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Throwable) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(Response, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException(String, Response, Throwable) - Constructor for exception javax.ws.rs.BadRequestException
Construct a new bad client request exception.
BadRequestException - Exception in org.jboss.resteasy.spi
Thrown by RESTEasy when HTTP Bad Request (400) is encountered
BadRequestException(String) - Constructor for exception org.jboss.resteasy.spi.BadRequestException
 
BadRequestException(String, Response) - Constructor for exception org.jboss.resteasy.spi.BadRequestException
 
BadRequestException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.BadRequestException
 
BadRequestException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.BadRequestException
 
BadRequestException(Throwable) - Constructor for exception org.jboss.resteasy.spi.BadRequestException
 
BadRequestException(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.BadRequestException
 
baos - Variable in class org.jboss.resteasy.mock.MockHttpResponse
 
Base64 - Class in org.jboss.resteasy.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.jboss.resteasy.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.InputStream(InputStream) - Constructor for class org.jboss.resteasy.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
Base64.InputStream(InputStream, int) - Constructor for class org.jboss.resteasy.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
Base64.OutputStream - Class in org.jboss.resteasy.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream(OutputStream) - Constructor for class org.jboss.resteasy.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
Base64.OutputStream(OutputStream, int) - Constructor for class org.jboss.resteasy.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.
BASE64ARRAY - Static variable in class Acme.Utils
 
base64Decode(String, String) - Static method in class Acme.Utils
base 64 decoding
base64Encode(String, String) - Static method in class Acme.Utils
base 64 encoding, string converted to bytes using specified encoding
base64Encode(byte[]) - Static method in class Acme.Utils
base 64 encoding, array of bytes converted to bytes using specified encoding
Base64Url - Class in org.jboss.resteasy.jose
 
Base64Url() - Constructor for class org.jboss.resteasy.jose.Base64Url
 
BaseClientResponse<T> - Class in org.jboss.resteasy.client.core
 
BaseClientResponse(BaseClientResponse.BaseClientResponseStreamFactory, ClientExecutor) - Constructor for class org.jboss.resteasy.client.core.BaseClientResponse
 
BaseClientResponse(BaseClientResponse.BaseClientResponseStreamFactory) - Constructor for class org.jboss.resteasy.client.core.BaseClientResponse
 
BaseClientResponse.BaseClientResponseStreamFactory - Interface in org.jboss.resteasy.client.core
 
BaseELResolver - Class in org.jboss.resteasy.links.impl
 
BaseELResolver(Object) - Constructor for class org.jboss.resteasy.links.impl.BaseELResolver
 
baseGenericType - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
BaseHttpRequest - Class in org.jboss.resteasy.plugins.server
Helper for creating HttpRequest implementations.
BaseHttpRequest(ResteasyUriInfo) - Constructor for class org.jboss.resteasy.plugins.server.BaseHttpRequest
 
BaseLink - Class in org.jboss.resteasy.plugins.providers.atom
If invoked within the context of a JAX-RS call, it will automatically build a URI based the base URI of the JAX-RS application.
BaseLink() - Constructor for class org.jboss.resteasy.plugins.providers.atom.BaseLink
 
BaseLink(String, String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.BaseLink
 
BaseLink(String, String, MediaType) - Constructor for class org.jboss.resteasy.plugins.providers.atom.BaseLink
 
BaseLink(String, String, String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.BaseLink
 
BaseMarshaller - Class in org.jboss.resteasy.plugins.providers.jaxb
 
BaseMarshaller() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.BaseMarshaller
 
BaseResourceTest - Class in org.jboss.resteasy.test
 
BaseResourceTest() - Constructor for class org.jboss.resteasy.test.BaseResourceTest
 
baseType - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
baseUri(URI) - Method in interface javax.ws.rs.core.Link.Builder
Set the base URI for resolution of relative URIs.
baseUri(String) - Method in interface javax.ws.rs.core.Link.Builder
Set the base URI as a string for resolution of relative URIs.
baseUri - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
baseUri - Variable in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
baseUri - Variable in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
baseUri(URI) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
baseUri(String) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
BASIC_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Basic authentication.
basicAuth(Request, Response) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
BasicAuthentication - Class in org.jboss.resteasy.client.jaxrs
Client filter that will do basic authentication.
BasicAuthentication(String, String) - Constructor for class org.jboss.resteasy.client.jaxrs.BasicAuthentication
 
basicAuthError(Response) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
BasicAuthFilter - Class in org.jboss.resteasy.plugins.server.sun.http
 
BasicAuthFilter(SecurityDomain) - Constructor for class org.jboss.resteasy.plugins.server.sun.http.BasicAuthFilter
 
BasicAuthHelper - Class in org.jboss.resteasy.util
 
BasicAuthHelper() - Constructor for class org.jboss.resteasy.util.BasicAuthHelper
 
BEAN_MANAGER_ATTRIBUTE_PREFIX - Static variable in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
beanFactory - Variable in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
beanName - Variable in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
BeanNameFilter - Class in org.jboss.resteasy.plugins.spring
 
BeanNameFilter() - Constructor for class org.jboss.resteasy.plugins.spring.BeanNameFilter
 
BeanParam - Annotation Type in javax.ws.rs
The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class field, property or resource method parameter.
beanParam() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
BeanUtils - Class in org.jboss.resteasy.links.impl
 
BeanUtils() - Constructor for class org.jboss.resteasy.links.impl.BeanUtils
 
bearer(Request, HttpServletResponse, boolean) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
bearer(boolean, Request, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
BearerTokenAuthenticatorValve - Class in org.jboss.resteasy.skeleton.key.as7
Uses a configured remote auth server to do Bearer token authentication only.
BearerTokenAuthenticatorValve() - Constructor for class org.jboss.resteasy.skeleton.key.as7.BearerTokenAuthenticatorValve
 
before() - Static method in class org.jboss.resteasy.test.BaseResourceTest
 
BGCOLOR - Static variable in class Acme.Serve.Serve
 
bind(Class, AccessibleObject) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
bind(HttpServer) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
bindForList(Class, AccessibleObject) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
binding(Class, AccessibleObject, Object) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
Deprecated.
 
Body - Annotation Type in org.jboss.resteasy.annotations
 
body - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
body(String, Object) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
body(MediaType, Object) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
body(MediaType, Object, GenericType) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
body(MediaType, Object, Type) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
body(MediaType, Object, Class, Type, Annotation[]) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
BODY_HASH - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
bodyAnnotations - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
bodyContentType - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
bodyCount() - Static method in class org.jboss.resteasy.core.MessageBodyParameterInjector
 
BodyEntityExtractor - Class in org.jboss.resteasy.client.core.extractors
BodyEntityExtractor extract body objects from responses.
BodyEntityExtractor(Method) - Constructor for class org.jboss.resteasy.client.core.extractors.BodyEntityExtractor
 
BodyEntityExtractor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
BodyEntityExtractor extract body objects from responses.
BodyEntityExtractor(Method) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.BodyEntityExtractor
 
bodyGenericType - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
bodyHashRequired - Variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
bodyHashRequired - Variable in class org.jboss.resteasy.security.doseta.Verification
 
bodyType - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
BooleanAdapter - Class in org.jboss.resteasy.plugins.providers.atom.app
 
BooleanAdapter() - Constructor for class org.jboss.resteasy.plugins.providers.atom.app.BooleanAdapter
 
Bootstrap - Class in org.jboss.resteasy.example.oauth
Stupid init code to load up the truststore so we can make appropriate SSL connections You really should use a better way of initializing this stuff.
Bootstrap() - Constructor for class org.jboss.resteasy.example.oauth.Bootstrap
 
bootstrap - Variable in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
BOOTSTRAP_CLASSES - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrapClasses
 
BouncyIntegration - Class in org.jboss.resteasy.security
 
BouncyIntegration() - Constructor for class org.jboss.resteasy.security.BouncyIntegration
 
BouncyIntegration - Class in org.jboss.resteasy.skeleton.key
 
BouncyIntegration() - Constructor for class org.jboss.resteasy.skeleton.key.BouncyIntegration
 
boundary - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
boundContext - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
bounded - Variable in class org.jboss.resteasy.core.registry.RootClassNode
 
bounded - Variable in class org.jboss.resteasy.core.registry.RootNode
 
BrowserCache - Interface in org.jboss.resteasy.client.cache
Deprecated. 
BrowserCache - Interface in org.jboss.resteasy.client.jaxrs.cache
 
BrowserCache.Entry - Interface in org.jboss.resteasy.client.cache
Deprecated.
 
BrowserCache.Entry - Interface in org.jboss.resteasy.client.jaxrs.cache
 
BrowserCache.Header - Class in org.jboss.resteasy.client.cache
Deprecated.
 
BrowserCache.Header(String, String) - Constructor for class org.jboss.resteasy.client.cache.BrowserCache.Header
Deprecated.
 
BrowserCache.Header - Class in org.jboss.resteasy.client.jaxrs.cache
 
BrowserCache.Header(String, String) - Constructor for class org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Header
 
BrowserCacheFeature - Class in org.jboss.resteasy.client.jaxrs.cache
 
BrowserCacheFeature() - Constructor for class org.jboss.resteasy.client.jaxrs.cache.BrowserCacheFeature
 
bufferedEntity - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
bufferEntity() - Method in class javax.ws.rs.core.Response
Buffer the message entity data.
bufferEntity() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
bufferEntity() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
bufferEntity() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
build() - Method in class javax.ws.rs.client.ClientBuilder
Build a new client instance using all the configuration previously specified in this client builder.
build(String) - Method in interface javax.ws.rs.client.Invocation.Builder
Build a request invocation using an arbitrary request method name.
build(String, Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
Build a request invocation using an arbitrary request method name and request entity.
build(Object...) - Method in interface javax.ws.rs.core.Link.Builder
Finish building this link using the supplied values as URI parameters.
build() - Method in class javax.ws.rs.core.Response.ResponseBuilder
Create a Response instance from the current ResponseBuilder.
build(Object...) - Method in class javax.ws.rs.core.UriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build(Object[], boolean) - Method in class javax.ws.rs.core.UriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build() - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Add the current combination of metadata to the list of supported variants (provided the current combination of metadata is not empty) and build a list of representation variants from the current state of the builder.
build(ClientRequest, Object) - Method in class org.jboss.resteasy.client.core.marshallers.CookieParamMarshaller
 
build(ClientRequest, Object) - Method in class org.jboss.resteasy.client.core.marshallers.FormMarshaller
 
build(ClientRequest, Object) - Method in class org.jboss.resteasy.client.core.marshallers.FormParamMarshaller
 
build(ClientRequest, Object) - Method in class org.jboss.resteasy.client.core.marshallers.HeaderParamMarshaller
 
build(ClientRequest, Object) - Method in interface org.jboss.resteasy.client.core.marshallers.Marshaller
 
build(ClientRequest, Object) - Method in class org.jboss.resteasy.client.core.marshallers.MatrixParamMarshaller
 
build(ClientRequest, Object) - Method in class org.jboss.resteasy.client.core.marshallers.MessageBodyParameterMarshaller
 
build(ClientRequest, Object) - Method in class org.jboss.resteasy.client.core.marshallers.NOOPMarshaller
 
build(ClientRequest, Object) - Method in class org.jboss.resteasy.client.core.marshallers.PathParamMarshaller
 
build(ClientRequest, Object) - Method in class org.jboss.resteasy.client.core.marshallers.QueryParamMarshaller
 
build(ClientRequest, Object) - Method in class org.jboss.resteasy.client.core.marshallers.URIParamMarshaller
 
build(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
build(String, Entity<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
build(WebTarget, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
 
build(ClientRequest, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.MessageBodyParameterProcessor
 
build(WebTarget, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.AbstractWebTargetCollectionProcessor
 
build(WebTarget, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.PathParamProcessor
 
build(WebTarget, Object) - Method in interface org.jboss.resteasy.client.jaxrs.internal.proxy.processors.WebTargetProcessor
 
build() - Method in class org.jboss.resteasy.client.jaxrs.ProxyBuilder
 
build() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
build(Class<T>, URI) - Static method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
 
build(Class<T>, String) - Static method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
 
build(Object...) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
build() - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
build(Object...) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
build(Object[], boolean) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
build() - Method in class org.jboss.resteasy.specimpl.VariantListBuilderImpl
 
buildClass() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceClassBuilder
 
buildConstructor() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ConstructorParameterBuilder
 
buildConstructor() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceConstructorBuilder
 
buildDelete() - Method in interface javax.ws.rs.client.Invocation.Builder
Build a DELETE request invocation.
buildDelete() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
buildEntity(ClientRequest) - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
Build the HttpEntity to be sent to the Service as part of (POST) request.
buildEntity(ClientInvocation) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
Build the HttpEntity to be sent to the Service as part of (POST) request.
builder(Class<T>, WebTarget) - Static method in class org.jboss.resteasy.client.jaxrs.ProxyBuilder
 
buildField() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.FieldParameterBuilder
 
buildFromEncoded(Object...) - Method in class javax.ws.rs.core.UriBuilder
Build a URI.
buildFromEncoded(Object...) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
buildFromEncodedMap(Map<String, ?>) - Method in class javax.ws.rs.core.UriBuilder
Build a URI.
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
buildFromMap(Map<String, ?>) - Method in class javax.ws.rs.core.UriBuilder
Build a URI.
buildFromMap(Map<String, ?>, boolean) - Method in class javax.ws.rs.core.UriBuilder
Build a URI.
buildFromMap(Map<String, ? extends Object>) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
buildFromMap(Map<String, ?>, boolean) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
buildFromValues(boolean, boolean, Object...) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
buildGet() - Method in interface javax.ws.rs.client.Invocation.Builder
Build a GET request invocation.
buildGet() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
buildIt(T, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.AbstractCollectionProcessor
 
buildMethod() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.LocatorMethodParameterBuilder
 
buildMethod() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceLocatorBuilder
 
buildMethod() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
buildPost(Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
Build a POST request invocation.
buildPost(Entity<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
buildPut(Entity<?>) - Method in interface javax.ws.rs.client.Invocation.Builder
Build a PUT request invocation.
buildPut(Entity<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
buildRelativized(URI, Object...) - Method in interface javax.ws.rs.core.Link.Builder
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the supplied URI.
buildRelativized(URI, Object...) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
buildResponse(Object, String, Response.Status) - Method in class org.jboss.resteasy.api.validation.ResteasyViolationExceptionMapper
 
buildSetter() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.SetterParameterBuilder
 
buildToken(GenericPrincipal) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
buildTokenString(PrivateKey, SkeletonKeyToken) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
buildUriFromMap(Map<String, ? extends Object>, boolean, boolean) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
buildViolationReportResponse(ResteasyViolationException, Response.Status) - Method in class org.jboss.resteasy.api.validation.ResteasyViolationExceptionMapper
 
builtinsRegistered - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
BuiltResponse - Class in org.jboss.resteasy.specimpl
A response object not attached to a client or server invocation.
BuiltResponse() - Constructor for class org.jboss.resteasy.specimpl.BuiltResponse
 
BuiltResponse(int, Headers<Object>, Object, Annotation[]) - Constructor for class org.jboss.resteasy.specimpl.BuiltResponse
 
busyThreads - Variable in class Acme.Utils.ThreadPool
 
BYTE_MEMORY_UNIT - Static variable in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
ByteArrayProvider - Class in org.jboss.resteasy.plugins.providers
 
ByteArrayProvider() - Constructor for class org.jboss.resteasy.plugins.providers.ByteArrayProvider
 
byteArrayToHexString(byte[]) - Static method in class org.jboss.resteasy.plugins.cache.server.ServerCacheInterceptor
 
bytes - Variable in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
bytes - Variable in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 

C

Cache - Annotation Type in org.jboss.resteasy.annotations.cache
Set response Cache-Control header automatically.
cache - Variable in class org.jboss.resteasy.client.cache.CacheInterceptor
Deprecated.
 
cache - Variable in class org.jboss.resteasy.client.cache.MapCache
Deprecated.
 
cache - Variable in class org.jboss.resteasy.client.jaxrs.cache.BrowserCacheFeature
 
cache - Variable in class org.jboss.resteasy.client.jaxrs.cache.CacheInterceptor
 
cache - Variable in class org.jboss.resteasy.client.jaxrs.cache.MapCache
 
cache - Variable in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
cache - Variable in class org.jboss.resteasy.plugins.cache.server.InfinispanCache
 
cache - Variable in class org.jboss.resteasy.plugins.cache.server.ServerCacheFeature
 
cache - Variable in class org.jboss.resteasy.plugins.cache.server.ServerCacheHitFilter
 
cache - Variable in class org.jboss.resteasy.plugins.cache.server.ServerCacheInterceptor
 
cache - Variable in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
CACHE_CONTROL - Static variable in interface javax.ws.rs.core.HttpHeaders
CACHE_CONTROL - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
cacheControl(CacheControl) - Method in interface javax.ws.rs.client.Invocation.Builder
Set the cache control data of the message.
CacheControl - Class in javax.ws.rs.core
An abstraction for the value of a HTTP Cache-Control response header.
CacheControl() - Constructor for class javax.ws.rs.core.CacheControl
Create a new instance of CacheControl.
cacheControl(CacheControl) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the cache control data of the message.
cacheControl(CacheControl) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
cacheControl(CacheControl) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
cacheControl - Variable in class org.jboss.resteasy.plugins.interceptors.CacheControlFilter
 
cacheControl(CacheControl) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
CacheControlDelegate - Class in org.jboss.resteasy.plugins.delegates
 
CacheControlDelegate() - Constructor for class org.jboss.resteasy.plugins.delegates.CacheControlDelegate
 
CacheControlFeature - Class in org.jboss.resteasy.plugins.interceptors
 
CacheControlFeature() - Constructor for class org.jboss.resteasy.plugins.interceptors.CacheControlFeature
 
CacheControlFilter - Class in org.jboss.resteasy.plugins.interceptors
 
CacheControlFilter(CacheControl) - Constructor for class org.jboss.resteasy.plugins.interceptors.CacheControlFilter
 
cachedPreMatch - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
cachedSubresources - Variable in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
CacheEntry - Class in org.jboss.resteasy.client.cache
Deprecated. 
CacheEntry(String, MultivaluedMap<String, String>, byte[], int, String, String, MediaType) - Constructor for class org.jboss.resteasy.client.cache.CacheEntry
Deprecated.
 
CacheEntry - Class in org.jboss.resteasy.client.jaxrs.cache
 
CacheEntry(String, MultivaluedMap<String, String>, byte[], int, String, String, MediaType) - Constructor for class org.jboss.resteasy.client.jaxrs.cache.CacheEntry
 
CacheFactory - Class in org.jboss.resteasy.client.cache
Deprecated. 
CacheFactory() - Constructor for class org.jboss.resteasy.client.cache.CacheFactory
Deprecated.
 
cacheIfPossible(ClientRequest, BaseClientResponse) - Method in class org.jboss.resteasy.client.cache.CacheInterceptor
Deprecated.
 
cacheIfPossible(ClientRequestContext, ClientResponseContext) - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheInterceptor
 
CacheInterceptor - Class in org.jboss.resteasy.client.cache
Deprecated. 
CacheInterceptor(BrowserCache) - Constructor for class org.jboss.resteasy.client.cache.CacheInterceptor
Deprecated.
 
CacheInterceptor - Class in org.jboss.resteasy.client.jaxrs.cache
 
CacheInterceptor(BrowserCache) - Constructor for class org.jboss.resteasy.client.jaxrs.cache.CacheInterceptor
 
cacheTimeout - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
calculateClassPath(ClassLoader) - Static method in class Acme.Utils
calculate local file based class path for class loader if possible (servlet classes must be located there)
calculateOrder(Class<?>) - Method in class org.jboss.resteasy.core.interception.LegacyPrecedence
 
CallbackResource - Class in org.jboss.resteasy.test.async.callback
 
CallbackResource() - Constructor for class org.jboss.resteasy.test.async.callback.CallbackResource
 
CALLER_PRINCIPAL - Static variable in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
CALLER_PRINCIPAL - Static variable in class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
cancel() - Method in interface javax.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
cancel(int) - Method in interface javax.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
cancel(Date) - Method in interface javax.ws.rs.container.AsyncResponse
Cancel the suspended request processing.
cancel() - Method in class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
cancel(int) - Method in class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
cancel(Date) - Method in class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
cancel(String) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
cancel(AsyncResponse) - Method in class org.jboss.resteasy.test.async.JaxrsResource
 
cancel(String) - Method in class org.jboss.resteasy.test.async.Resource
 
cancelDate(String, String) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
cancelDate(String, String) - Method in class org.jboss.resteasy.test.async.Resource
 
cancelled - Variable in class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
cancelled - Variable in class org.jboss.resteasy.test.async.JaxrsResource
 
cancelPropagation - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
cancelPropagation - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
cancelretry(String, String) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
cancelretry(String, String) - Method in class org.jboss.resteasy.test.async.Resource
 
CANONICALIZATION - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
canonicalizePath(String) - Static method in class Acme.Utils
 
CASE_INSENSITIVE_ORDER - Static variable in class org.jboss.resteasy.util.CaseInsensitiveMap
 
CaseInsensitiveMap<V> - Class in org.jboss.resteasy.util
 
CaseInsensitiveMap() - Constructor for class org.jboss.resteasy.util.CaseInsensitiveMap
 
CatalinaBearerTokenAuthenticator - Class in org.jboss.resteasy.skeleton.key.as7
 
CatalinaBearerTokenAuthenticator(ResourceMetadata, boolean, boolean) - Constructor for class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
CatalinaManagedResourceConfigLoader - Class in org.jboss.resteasy.skeleton.key.as7.config
 
CatalinaManagedResourceConfigLoader(Context) - Constructor for class org.jboss.resteasy.skeleton.key.as7.config.CatalinaManagedResourceConfigLoader
 
CatalinaSecurityContextHelper - Class in org.jboss.resteasy.skeleton.key.as7
 
CatalinaSecurityContextHelper() - Constructor for class org.jboss.resteasy.skeleton.key.as7.CatalinaSecurityContextHelper
 
categories - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
 
category - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
 
Category - Class in org.jboss.resteasy.plugins.providers.atom
Per RFC4287:
Category() - Constructor for class org.jboss.resteasy.plugins.providers.atom.Category
 
cdiConstructor(Class<?>) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
CdiConstructorInjector - Class in org.jboss.resteasy.cdi
This ConstructorInjector implementation uses CDI's BeanManager to obtain a contextual instance of a bean.
CdiConstructorInjector(Type, BeanManager) - Constructor for class org.jboss.resteasy.cdi.CdiConstructorInjector
 
CdiInjectorFactory - Class in org.jboss.resteasy.cdi
 
CdiInjectorFactory() - Constructor for class org.jboss.resteasy.cdi.CdiInjectorFactory
 
CdiNettyJaxrsServer - Class in org.jboss.resteasy.plugins.server.netty.cdi
A CDI aware Netty Jaxrs Server.
CdiNettyJaxrsServer() - Constructor for class org.jboss.resteasy.plugins.server.netty.cdi.CdiNettyJaxrsServer
 
CdiPropertyInjector - Class in org.jboss.resteasy.cdi
JAX-RS property injection is performed twice on CDI Beans.
CdiPropertyInjector(PropertyInjector, Class<?>, Map<Class<?>, Type>, BeanManager) - Constructor for class org.jboss.resteasy.cdi.CdiPropertyInjector
 
CdiRequestDispatcher - Class in org.jboss.resteasy.plugins.server.netty.cdi
A request dispatcher that starts a RequestContext during invocation.
CdiRequestDispatcher(SynchronousDispatcher, ResteasyProviderFactory, SecurityDomain) - Constructor for class org.jboss.resteasy.plugins.server.netty.cdi.CdiRequestDispatcher
 
certificate - Variable in class org.jboss.resteasy.keystone.core.AbstractTokenAuthFilter
 
certificate - Variable in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
certificate - Variable in class org.jboss.resteasy.security.smime.SMIMEOutput
 
CgiServlet - Class in Acme.Serve
 
CgiServlet() - Constructor for class Acme.Serve.CgiServlet
 
challenge - Variable in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
challengeResponse(HttpServletResponse, String, String) - Method in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
challengeResponse(ContainerRequestContext, String, String) - Method in class org.jboss.resteasy.skeleton.key.jaxrs.JaxrsBearerTokenFilter
 
channel - Variable in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
charSet - Variable in class Acme.Serve.FileServlet
 
charset - Variable in class org.jboss.resteasy.plugins.providers.jaxb.BaseMarshaller
 
CHARSET_PARAMETER - Static variable in class javax.ws.rs.core.MediaType
The media type charset parameter name.
ChatApplication - Class in org.jboss.example.jaxrs2.async
 
ChatApplication() - Constructor for class org.jboss.example.jaxrs2.async.ChatApplication
 
ChatClient - Class in <Unnamed>
 
ChatClient - Class in <Unnamed>
 
ChatClient() - Constructor for class ChatClient
 
ChatListener - Class in org.jboss.example.jaxrs2.async
 
ChatListener(List<AsyncResponse>) - Constructor for class org.jboss.example.jaxrs2.async.ChatListener
 
ChatSpeaker - Class in org.jboss.example.jaxrs2.async
 
ChatSpeaker(List<AsyncResponse>) - Constructor for class org.jboss.example.jaxrs2.async.ChatSpeaker
 
checkClientTrusted(X509Certificate[], String) - Method in class org.jboss.resteasy.client.jaxrs.engines.PassthroughTrustManager
 
checkFailureStatus() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
checkForConstraintViolations(HttpRequest, Exception) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
checkForConstraintViolations(HttpRequest, Exception) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
checkForConstraintViolations(HttpRequest, Exception) - Method in interface org.jboss.resteasy.spi.validation.GeneralValidatorCDI
Throws a ResteasyViolationException if either a ConstraintViolationException or a ResteasyConstraintViolationException is embedded in the cause hierarchy of e.
checkInitialize() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
checkInitialize() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.OnDemandInterceptorFactory
 
checkIsMethodValidatable(Method) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
checkIsValidatable(Class<?>) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
checkLoggedIn(Request, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
checkLoggedIn(Request, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
checkName(String) - Static method in class org.jboss.resteasy.plugins.delegates.ServerCookie
Deprecated.
- Not used
checkOrigin(ContainerRequestContext, String) - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
checkServerTrusted(X509Certificate[], String) - Method in class org.jboss.resteasy.client.jaxrs.engines.PassthroughTrustManager
 
checkStateCookie() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
checkTimestamp(OAuthToken, long) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
checkTimestamp(OAuthToken, long) - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
Checks that the given timestamp is valid for the given OAuth Token.
checkTimestamp(OAuthToken, long) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
checkViolations(HttpRequest) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
checkViolations(HttpRequest) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
checkViolations(HttpRequest) - Method in interface org.jboss.resteasy.spi.validation.GeneralValidator
Throws a ResteasyViolationException if any validation violations have been detected.
checkViolationsfromCDI(HttpRequest) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
checkViolationsfromCDI(HttpRequest) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
checkViolationsfromCDI(HttpRequest) - Method in interface org.jboss.resteasy.spi.validation.GeneralValidatorCDI
Throws a ResteasyViolationException if any validation violations have been detected.
children - Variable in class org.jboss.resteasy.core.registry.ClassNode
 
children - Variable in class org.jboss.resteasy.core.registry.SegmentNode
 
CHUNKED - Static variable in class Acme.Serve.Serve.ServeConnection
 
chunking(boolean) - Method in class Acme.Serve.Serve.ServeInputStream
 
ChunkOutputStream - Class in org.jboss.resteasy.plugins.server.netty
Class to help application that are built to write to an OutputStream to chunk the content
CID_URL_SCHEME - Static variable in class org.jboss.resteasy.plugins.providers.multipart.ContentIDUtils
 
classContracts - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
classes - Variable in class org.jboss.resteasy.skeleton.key.idm.service.SkeletonKeyApplication
 
ClassExpression - Class in org.jboss.resteasy.core.registry
 
ClassExpression(String) - Constructor for class org.jboss.resteasy.core.registry.ClassExpression
 
classloader(ClassLoader) - Method in class org.jboss.resteasy.client.jaxrs.ProxyBuilder
 
classloader(ClassLoader) - Method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
 
ClassNode - Class in org.jboss.resteasy.core.registry
 
ClassNode(String) - Constructor for class org.jboss.resteasy.core.registry.ClassNode
 
clazz - Variable in class org.jboss.resteasy.client.core.marshallers.FormMarshaller
 
clazz - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
 
clazz - Variable in class org.jboss.resteasy.core.PropertyInjectorImpl
 
clazz - Variable in class org.jboss.resteasy.spi.metadata.ResourceClass
 
clazzes - Variable in class org.jboss.resteasy.test.application.MyApplication
 
cleanup() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
cleanup() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
cleanUpAfterExecute(HttpRequestBase) - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
If passed httpMethod is of type HttpPost then obtain its entity.
cleanUpAfterExecute(HttpRequestBase) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
If passed httpMethod is of type HttpPost then obtain its entity.
cleanupExecutor - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
clear() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
clear() - Method in interface org.jboss.resteasy.client.cache.BrowserCache
Deprecated.
 
clear() - Method in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
clear() - Method in class org.jboss.resteasy.client.cache.MapCache
Deprecated.
 
clear() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
Clear this request's state so that it can be re-used
clear() - Method in interface org.jboss.resteasy.client.jaxrs.cache.BrowserCache
 
clear() - Method in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
clear() - Method in class org.jboss.resteasy.client.jaxrs.cache.MapCache
 
clear() - Method in class org.jboss.resteasy.plugins.cache.server.InfinispanCache
 
clear() - Method in interface org.jboss.resteasy.plugins.cache.server.ServerCache
 
clear() - Method in class org.jboss.resteasy.plugins.cache.server.SimpleServerCache
Deprecated.
 
clear() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
clear() - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
clear() - Method in class org.jboss.resteasy.test.async.callback.Resource
 
clear() - Method in class org.jboss.resteasy.test.async.Resource
 
clear() - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
clear() - Method in class org.jboss.resteasy.util.ThreadLocalStack
 
clear() - Static method in class org.jboss.security.web.ThreadContext
 
clearBodies() - Static method in class org.jboss.resteasy.core.MessageBodyParameterInjector
 
clearContextData() - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
clearContextData() - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
clearInstanceIfEqual(ResteasyProviderFactory) - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
Client - Interface in javax.ws.rs.client
Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.
client - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
client - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
client - Variable in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
client - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
client - Variable in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
client - Variable in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
CLIENT_CERT_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Client Certificate authentication.
ClientBuilder - Class in javax.ws.rs.client
Main entry point to the client API used to bootstrap Client instances.
ClientBuilder() - Constructor for class javax.ws.rs.client.ClientBuilder
Allows custom implementations to extend the ClientBuilder class.
ClientConfiguration - Class in org.jboss.resteasy.client.jaxrs.internal
 
ClientConfiguration(ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
ClientConfiguration(ClientConfiguration) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
ClientContentEncodingAnnotationFeature - Class in org.jboss.resteasy.plugins.interceptors.encoding
 
ClientContentEncodingAnnotationFeature() - Constructor for class org.jboss.resteasy.plugins.interceptors.encoding.ClientContentEncodingAnnotationFeature
 
ClientContentEncodingAnnotationFilter - Class in org.jboss.resteasy.plugins.interceptors.encoding
 
ClientContentEncodingAnnotationFilter(String) - Constructor for class org.jboss.resteasy.plugins.interceptors.encoding.ClientContentEncodingAnnotationFilter
 
ClientContext - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
 
ClientContext(ClientInvocation, ClientResponse, EntityExtractorFactory) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ClientContext
 
clientCredentials - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
ClientDigitalSigningHeaderDecoratorFeature - Class in org.jboss.resteasy.security.doseta
 
ClientDigitalSigningHeaderDecoratorFeature() - Constructor for class org.jboss.resteasy.security.doseta.ClientDigitalSigningHeaderDecoratorFeature
 
ClientDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator - Class in org.jboss.resteasy.security.doseta
 
ClientDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator(Signed) - Constructor for class org.jboss.resteasy.security.doseta.ClientDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator
 
ClientDigitalVerificationHeaderDecoratorFeature - Class in org.jboss.resteasy.security.doseta
 
ClientDigitalVerificationHeaderDecoratorFeature() - Constructor for class org.jboss.resteasy.security.doseta.ClientDigitalVerificationHeaderDecoratorFeature
 
ClientDigitalVerificationHeaderDecoratorFeature.DigitalVerificationHeaderDecorator - Class in org.jboss.resteasy.security.doseta
 
ClientDigitalVerificationHeaderDecoratorFeature.DigitalVerificationHeaderDecorator(Verify, Verifications) - Constructor for class org.jboss.resteasy.security.doseta.ClientDigitalVerificationHeaderDecoratorFeature.DigitalVerificationHeaderDecorator
 
clientDynamicFeatures - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
ClientErrorException - Exception in javax.ws.rs
A base runtime application exception indicating a client request error (HTTP 4xx status codes).
ClientErrorException(Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(int) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, int) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ClientErrorException
Construct a new client error exception.
ClientErrorHandler - Class in org.jboss.resteasy.client.core.extractors
This class handles client errors (of course...).
ClientErrorHandler(List<ClientErrorInterceptor>) - Constructor for class org.jboss.resteasy.client.core.extractors.ClientErrorHandler
 
clientErrorHandling(BaseClientResponse, RuntimeException) - Method in class org.jboss.resteasy.client.core.extractors.ClientErrorHandler
 
ClientErrorInterceptor - Interface in org.jboss.resteasy.client.core
ClientErrorInterceptor provides a hook into the proxy ClientResponse request lifecycle.
clientErrorInterceptors - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
ClientExceptionMapper<E extends Throwable> - Interface in org.jboss.resteasy.client.exception.mapper
 
clientExceptionMappers - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
ClientExecutionContext - Interface in org.jboss.resteasy.spi.interception
Deprecated. 
ClientExecutionContextImpl - Class in org.jboss.resteasy.core.interception
Deprecated. 
ClientExecutionContextImpl(List<ClientExecutionInterceptor>, ClientExecutor, ClientRequest) - Constructor for class org.jboss.resteasy.core.interception.ClientExecutionContextImpl
Deprecated.
 
ClientExecutionInterceptor - Interface in org.jboss.resteasy.spi.interception
Deprecated. 
clientExecutionInterceptorRegistry - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
ClientExecutor - Interface in org.jboss.resteasy.client
Deprecated. 
ClientHttpEngine - Interface in org.jboss.resteasy.client.jaxrs
 
clientId - Variable in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
clientId - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
clientId - Variable in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
ClientInterceptor - Annotation Type in org.jboss.resteasy.annotations.interception
Identifies an interceptor as a client-side interceptor
ClientInterceptorRepository - Interface in org.jboss.resteasy.client.core
 
ClientInterceptorRepositoryImpl - Class in org.jboss.resteasy.client.core
 
ClientInterceptorRepositoryImpl() - Constructor for class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
ClientInvocation - Class in org.jboss.resteasy.client.jaxrs.internal
 
ClientInvocation(ResteasyClient, URI, ClientRequestHeaders, ClientConfiguration) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
ClientInvocationBuilder - Class in org.jboss.resteasy.client.jaxrs.internal
 
ClientInvocationBuilder(ResteasyClient, URI, ClientConfiguration) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
ClientInvoker - Class in org.jboss.resteasy.client.core
 
ClientInvoker(URI, Class, Method, ResteasyProviderFactory, ClientExecutor, EntityExtractorFactory) - Constructor for class org.jboss.resteasy.client.core.ClientInvoker
 
ClientInvoker(URI, Class, Method, ProxyConfig) - Constructor for class org.jboss.resteasy.client.core.ClientInvoker
 
ClientInvoker - Class in org.jboss.resteasy.client.jaxrs.internal.proxy
 
ClientInvoker(ResteasyWebTarget, Class, Method, ProxyConfig) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
ClientInvokerInterceptorFactory - Class in org.jboss.resteasy.client.core
 
ClientInvokerInterceptorFactory() - Constructor for class org.jboss.resteasy.client.core.ClientInvokerInterceptorFactory
 
ClientInvokerModifier - Interface in org.jboss.resteasy.client.core
used to modify all of the ClientInvokers of a given ResteasyClientProxy.
clientKeyPassword - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
clientKeyPassword - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
clientKeyPassword - Variable in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
clientKeyStore - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
clientKeystore - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
clientKeystore - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
clientKeystore - Variable in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
clientKeystorePassword - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
clientKeystorePassword - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
ClientMarshallerFactory - Class in org.jboss.resteasy.client.core.marshallers
 
ClientMarshallerFactory() - Constructor for class org.jboss.resteasy.client.core.marshallers.ClientMarshallerFactory
 
clientMessageBodyReaders - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
clientMessageBodyWriters - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
clientPrivateKeyPassword - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
ClientProxy - Class in org.jboss.resteasy.client.core
 
ClientProxy(Map<Method, MethodInvoker>, URI, ProxyConfig) - Constructor for class org.jboss.resteasy.client.core.ClientProxy
 
ClientProxy - Class in org.jboss.resteasy.client.jaxrs.internal.proxy
 
ClientProxy(Map<Method, MethodInvoker>) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy
 
clientQueryParam(String, Object) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
Called by ClientRequest.getUri() to add a query parameter for @QueryParam parameters.
ClientReaderInterceptorContext - Class in org.jboss.resteasy.core.interception
 
ClientReaderInterceptorContext(ReaderInterceptor[], ResteasyProviderFactory, Class, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream, Map<String, Object>) - Constructor for class org.jboss.resteasy.core.interception.ClientReaderInterceptorContext
 
clientReaderInterceptorRegistry - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
ClientRequest - Class in org.jboss.resteasy.client
Deprecated. 
ClientRequest(String) - Constructor for class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
ClientRequest(String, ClientExecutor) - Constructor for class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
ClientRequest(UriBuilder, ClientExecutor) - Constructor for class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
ClientRequest(UriBuilder, ClientExecutor, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
ClientRequestContext - Interface in javax.ws.rs.client
Client request filter context.
ClientRequestContext - Class in org.jboss.resteasy.client.core.extractors
 
ClientRequestContext(ClientRequest, BaseClientResponse<?>, ClientErrorHandler, EntityExtractorFactory, URI) - Constructor for class org.jboss.resteasy.client.core.extractors.ClientRequestContext
 
ClientRequestContextImpl - Class in org.jboss.resteasy.client.jaxrs.internal
 
ClientRequestContextImpl(ClientInvocation) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
ClientRequestFactory - Class in org.jboss.resteasy.client
Deprecated. 
ClientRequestFactory() - Constructor for class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
ClientRequestFactory(URI) - Constructor for class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
ClientRequestFactory(ClientExecutor, URI) - Constructor for class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
ClientRequestFactory(ClientExecutor, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
ClientRequestFactory(ClientExecutor, ResteasyProviderFactory, URI) - Constructor for class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
ClientRequestFactory(ClientRequestFactory) - Constructor for class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
ClientRequestFilter - Interface in javax.ws.rs.client
An extension interface implemented by client request filters.
clientRequestFilters - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
ClientRequestHeaders - Class in org.jboss.resteasy.client.jaxrs.internal
 
ClientRequestHeaders(ClientConfiguration) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
ClientResponse<T> - Class in org.jboss.resteasy.client
Deprecated. 
ClientResponse() - Constructor for class org.jboss.resteasy.client.ClientResponse
Deprecated.
 
ClientResponse - Class in org.jboss.resteasy.client.jaxrs.internal
 
ClientResponse(ClientConfiguration) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
ClientResponseContext - Interface in javax.ws.rs.client
Client response filter context.
ClientResponseContextImpl - Class in org.jboss.resteasy.client.jaxrs.internal
 
ClientResponseContextImpl(ClientResponse) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
clientResponseExtractor - Static variable in class org.jboss.resteasy.client.core.extractors.DefaultEntityExtractorFactory
 
clientResponseExtractor - Static variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory
 
ClientResponseFailure - Exception in org.jboss.resteasy.client
Deprecated. 
ClientResponseFailure(ClientResponse) - Constructor for exception org.jboss.resteasy.client.ClientResponseFailure
Deprecated.
 
ClientResponseFailure(String, ClientResponse) - Constructor for exception org.jboss.resteasy.client.ClientResponseFailure
Deprecated.
 
ClientResponseFailure(String, Throwable, ClientResponse) - Constructor for exception org.jboss.resteasy.client.ClientResponseFailure
Deprecated.
 
ClientResponseFailure(Throwable, ClientResponse) - Constructor for exception org.jboss.resteasy.client.ClientResponseFailure
Deprecated.
 
ClientResponseFilter - Interface in javax.ws.rs.client
An extension interface implemented by client response filters.
ClientResponseFilterRegistry - Class in org.jboss.resteasy.core.interception
 
ClientResponseFilterRegistry(ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.interception.ClientResponseFilterRegistry
 
clientResponseFilters - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
ClientResponseProxy - Class in org.jboss.resteasy.client.core.extractors
Implement a client proxy for ProxyFactory.
ClientResponseProxy(ClientRequestContext, Map<Method, EntityExtractor<?>>, Class<?>) - Constructor for class org.jboss.resteasy.client.core.extractors.ClientResponseProxy
 
ClientResponseProxy - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
Implement a client proxy for ProxyFactory.
ClientResponseProxy(ClientContext, Map<Method, EntityExtractor<?>>, Class<?>) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ClientResponseProxy
 
ClientResponseType - Annotation Type in org.jboss.resteasy.annotations
This is an annotation that you can add to a RESTEasy client interface that has a return type of Response.
clientRole - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
ClientURI - Annotation Type in org.jboss.resteasy.client
Used to annotate a predefined URL (as opposed to a @PAthParam /@QueryParam) in a Proxied client.

For Example:

ClientWebTarget - Class in org.jboss.resteasy.client.jaxrs.internal
 
ClientWebTarget(ResteasyClient, ClientConfiguration) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
ClientWebTarget(ResteasyClient, String, ClientConfiguration) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
ClientWebTarget(ResteasyClient, URI, ClientConfiguration) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
ClientWebTarget(ResteasyClient, UriBuilder, ClientConfiguration) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
ClientWriterInterceptorContext - Class in org.jboss.resteasy.core.interception
 
ClientWriterInterceptorContext(WriterInterceptor[], ResteasyProviderFactory, Object, Class, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream, Map<String, Object>) - Constructor for class org.jboss.resteasy.core.interception.ClientWriterInterceptorContext
 
clientWriterInterceptorRegistry - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
clone() - Method in class javax.ws.rs.core.Response.ResponseBuilder
clone() - Method in class javax.ws.rs.core.UriBuilder
Create a copy of the UriBuilder preserving its state.
clone() - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
clone() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
clone() - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
clone(ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.interception.ClientResponseFilterRegistry
 
clone(ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.interception.ContainerRequestFilterRegistry
 
clone(ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.interception.ContainerResponseFilterRegistry
 
clone(ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
clone() - Method in class org.jboss.resteasy.core.interception.LegacyPrecedence
 
clone(ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.interception.ReaderInterceptorRegistry
 
clone(ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.interception.WriterInterceptorRegistry
 
clone() - Method in class org.jboss.resteasy.core.MediaTypeMap
 
clone() - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
clone(MultivaluedMap<K, V>) - Static method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
clone() - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
clone() - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
cloneTo(ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
close() - Method in class Acme.Serve.Serve.ServeInputStream
 
close() - Method in class Acme.Serve.Serve.ServeOutputStream
 
close() - Method in interface javax.ws.rs.client.Client
Close client instance and all it's associated resources.
close() - Method in class javax.ws.rs.core.Response
Close the underlying message entity input stream (if available and open) as well as releases any other resources associated with the response (e.g.
close() - Method in interface org.jboss.resteasy.client.ClientExecutor
Deprecated.
 
close() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
close() - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
close() - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
close() - Method in class org.jboss.resteasy.client.core.executors.URLConnectionClientExecutor
 
close() - Method in interface org.jboss.resteasy.client.jaxrs.ClientHttpEngine
 
close() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
close() - Method in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
 
close() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
close() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
close() - Method in class org.jboss.resteasy.plugins.providers.multipart.HeaderFlushedOutputStream
 
close() - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartInput
Call this method to delete any temporary files created from unmarshalling this multipart message Otherwise they will be deleted on Garbage Collection or JVM exit.
close() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
close() - Method in class org.jboss.resteasy.plugins.server.netty.ChunkOutputStream
 
close() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.DeferredOutputStream
 
close() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
close() - Method in class org.jboss.resteasy.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
close() - Method in class org.jboss.resteasy.util.DelegatingOutputStream
 
close() - Method in class org.jboss.resteasy.util.InputStreamToByteArray
 
close() - Method in class org.jboss.resteasy.util.NoContentInputStreamDelegate
 
closeCurlyReplacement - Static variable in class org.jboss.resteasy.util.PathHelper
 
closed - Variable in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
closed - Variable in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
closed - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
closeSocket() - Method in class Acme.Serve.Serve.ServeConnection
 
closeStreams() - Method in class Acme.Serve.Serve.ServeConnection
it closes stream awaring of keep -alive
codePresent - Variable in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
codeUrl - Variable in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
codeUrl - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
codeUrl - Variable in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
codeUrl - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
collection - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace
 
CollectionProvider - Class in org.jboss.resteasy.plugins.providers.jaxb
 
CollectionProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
collectionType - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
collectResourceMethodsUntilRoot(List<Method>) - Method in class org.jboss.resteasy.jsapi.ServiceRegistry
 
commit() - Method in class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor.CommittedGZIPOutputStream
 
commit() - Method in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
commit() - Method in interface org.jboss.resteasy.util.CommitHeaderOutputStream.CommitCallback
 
CommitHeaderOutputStream - Class in org.jboss.resteasy.util
 
CommitHeaderOutputStream(OutputStream, CommitHeaderOutputStream.CommitCallback) - Constructor for class org.jboss.resteasy.util.CommitHeaderOutputStream
 
CommitHeaderOutputStream() - Constructor for class org.jboss.resteasy.util.CommitHeaderOutputStream
 
CommitHeaderOutputStream.CommitCallback - Interface in org.jboss.resteasy.util
 
commitHeaders(ClientRequest, HttpRequestBase) - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
commitHeaders(ClientRequest, MockHttpRequest) - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
commitHeaders(ClientInvocation, HttpRequestBase) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
commitHeaders(ClientInvocation, HttpURLConnection) - Method in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
Add headers to HttpURLConnection from ClientInvocation.
commitHeaders(BuiltResponse, HttpResponse) - Static method in class org.jboss.resteasy.core.ServerResponseWriter
 
commitHeaders() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
CommonAttributes - Class in org.jboss.resteasy.plugins.providers.atom
Attributes common across all atom types
CommonAttributes() - Constructor for class org.jboss.resteasy.plugins.providers.atom.CommonAttributes
 
compare(InterceptorRegistry.InterceptorFactory, InterceptorRegistry.InterceptorFactory) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry.PrecedenceComparator
Deprecated.
 
compare(JaxrsInterceptorRegistry.Match, JaxrsInterceptorRegistry.Match) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AscendingPrecedenceComparator
 
compare(JaxrsInterceptorRegistry.Match, JaxrsInterceptorRegistry.Match) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.DescendingPrecedenceComparator
 
compare(String, String) - Static method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
compareTo(Object) - Method in class Acme.Serve.Serve.LocaleWithWeight
 
compareTo(Expression) - Method in class org.jboss.resteasy.core.registry.Expression
 
compareTo(Expression) - Method in class org.jboss.resteasy.core.registry.MethodExpression
 
compareTo(SegmentNode.SortEntry) - Method in class org.jboss.resteasy.core.registry.SegmentNode.SortEntry
 
compareTo(QualityValue) - Method in class org.jboss.resteasy.core.request.QualityValue
 
compareTo(ResteasyProviderFactory.SortedKey<T>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory.SortedKey
 
compareTo(WeightedLanguage) - Method in class org.jboss.resteasy.util.WeightedLanguage
 
compareTo(WeightedMediaType) - Method in class org.jboss.resteasy.util.WeightedMediaType
 
compareWeight(MediaType, MediaType) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
completed(RESPONSE) - Method in interface javax.ws.rs.client.InvocationCallback
Called when the invocation was successfully completed.
CompletionCallback - Interface in javax.ws.rs.container
A request processing callback that receives request processing completion events.
completionCallbacks - Variable in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
completionCallbacks(Throwable) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
COMPOSITE_SUBTYPE_WILDCARD_PATTERN - Static variable in class org.jboss.resteasy.core.MediaTypeMap
 
compress(byte[]) - Static method in class org.jboss.resteasy.jose.jwe.crypto.DeflateUtils
Compresses the specified byte array according to the DEFLATE specification (RFC 1951).
compressed() - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
 
CompressionAlgorithm - Enum in org.jboss.resteasy.jose.jwe
 
Configurable<C extends Configurable> - Interface in javax.ws.rs.core
Represents a client or server-side configurable context in JAX-RS.
configurable - Variable in class org.jboss.resteasy.util.FeatureContextDelegate
 
Configuration - Interface in javax.ws.rs.core
A configuration state associated with a configurable JAX-RS context.
configuration - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
configuration - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
configuration - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
configuration - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
configuration - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
ConfigurationBootstrap - Class in org.jboss.resteasy.plugins.server.servlet
Create a deployment from String-based configuration data
ConfigurationBootstrap() - Constructor for class org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
 
configure(ResourceInfo, FeatureContext) - Method in interface javax.ws.rs.container.DynamicFeature
A callback method called by the JAX-RS runtime during the application deployment to register provider instances or classes in a runtime configuration scope of a particular resource or sub-resource method; i.e.
configure(FeatureContext) - Method in interface javax.ws.rs.core.Feature
A call-back method called when the feature is to be enabled in a given runtime configuration scope.
configure(FeatureContext) - Method in class org.jboss.resteasy.client.jaxrs.cache.BrowserCacheFeature
 
configure(FeatureContext) - Method in class org.jboss.resteasy.plugins.cache.server.ServerCacheFeature
 
configure(Binder) - Method in class org.jboss.resteasy.plugins.guice.ext.JaxrsModule
 
configure() - Method in class org.jboss.resteasy.plugins.guice.ext.RequestScopeModule
 
configure(ResourceInfo, FeatureContext) - Method in class org.jboss.resteasy.plugins.interceptors.CacheControlFeature
 
configure(ResourceInfo, FeatureContext) - Method in class org.jboss.resteasy.plugins.interceptors.encoding.ClientContentEncodingAnnotationFeature
 
configure(ResourceInfo, FeatureContext) - Method in class org.jboss.resteasy.plugins.interceptors.encoding.ServerContentEncodingAnnotationFeature
 
configure(ResourceInfo, FeatureContext) - Method in class org.jboss.resteasy.plugins.interceptors.RoleBasedSecurityFeature
 
configure(ResourceInfo, FeatureContext) - Method in class org.jboss.resteasy.security.doseta.ClientDigitalSigningHeaderDecoratorFeature
 
configure(ResourceInfo, FeatureContext) - Method in class org.jboss.resteasy.security.doseta.ClientDigitalVerificationHeaderDecoratorFeature
 
configure(ResourceInfo, FeatureContext) - Method in class org.jboss.resteasy.security.doseta.ServerDigitalSigningHeaderDecoratorFeature
 
configure(ResourceInfo, FeatureContext) - Method in class org.jboss.resteasy.security.doseta.ServerDigitalVerificationHeaderDecoratorFeature
 
ConfiguredDosetaKeyRepository - Class in org.jboss.resteasy.security.doseta
For use when you want repository created via a context object, i.e., when defined within a WAR file.
ConfiguredDosetaKeyRepository(ResteasyConfiguration) - Constructor for class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
 
configureParserFactory(SAXParserFactory) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
CONNECTION - Static variable in class Acme.Serve.Serve.ServeConnection
 
CONNECTION - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
ConnectionCallback - Interface in javax.ws.rs.container
Asynchronous request processing lifecycle callback that receives connection related asynchronous response lifecycle events.
connectionCheckoutTimeout(long, TimeUnit) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
If connection pooling is enabled, how long will we wait to get a connection?
connectionCheckoutTimeoutMs - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
connectionPoolSize - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
connectionPoolSize(int) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
Number of connections allowed to pool
connectionPoolSize - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
connections - Variable in class Acme.Serve.Serve
 
connectionTTL - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
connectionTTL(long, TimeUnit) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
If there is a connection pool, set the time to live in the pool.
connectionTTLUnit - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
ConstrainedTo - Annotation Type in javax.ws.rs
Indicates the run-time context in which an annotated JAX-RS provider is applicable.
ConstraintType - Class in org.jboss.resteasy.api.validation
 
ConstraintType() - Constructor for class org.jboss.resteasy.api.validation.ConstraintType
 
ConstraintType.Type - Enum in org.jboss.resteasy.api.validation
 
ConstraintTypeUtil - Interface in org.jboss.resteasy.plugins.providers.validation
 
ConstraintTypeUtil10 - Class in org.jboss.resteasy.plugins.validation.hibernate
 
ConstraintTypeUtil10() - Constructor for class org.jboss.resteasy.plugins.validation.hibernate.ConstraintTypeUtil10
 
ConstraintTypeUtil11 - Class in org.jboss.resteasy.plugins.validation
 
ConstraintTypeUtil11() - Constructor for class org.jboss.resteasy.plugins.validation.ConstraintTypeUtil11
 
construct() - Method in class org.jboss.resteasy.cdi.CdiConstructorInjector
 
construct(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.cdi.CdiConstructorInjector
 
construct(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.ConstructorInjectorImpl
 
construct() - Method in class org.jboss.resteasy.core.ConstructorInjectorImpl
 
construct() - Method in interface org.jboss.resteasy.spi.ConstructorInjector
construct outside the scope of an HTTP request.
construct(HttpRequest, HttpResponse) - Method in interface org.jboss.resteasy.spi.ConstructorInjector
construct inside the scope of an HTTP request.
constructedDefaultContextObjects - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
constructor - Variable in class org.jboss.resteasy.core.ConstructorInjectorImpl
 
constructor - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
constructor - Variable in class org.jboss.resteasy.spi.metadata.ConstructorParameter
 
constructor(Class<?>) - Static method in class org.jboss.resteasy.spi.metadata.ResourceBuilder
Picks a constructor from an annotated resource class based on spec rules
constructor(Constructor) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceClassBuilder
 
constructor - Variable in class org.jboss.resteasy.spi.metadata.ResourceClass
 
constructor - Variable in class org.jboss.resteasy.spi.metadata.ResourceConstructor
 
ConstructorInjector - Interface in org.jboss.resteasy.spi
 
ConstructorInjectorImpl - Class in org.jboss.resteasy.core
 
ConstructorInjectorImpl(ResourceConstructor, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.ConstructorInjectorImpl
 
ConstructorInjectorImpl(Constructor, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.ConstructorInjectorImpl
 
ConstructorParameter - Class in org.jboss.resteasy.spi.metadata
 
ConstructorParameter(ResourceConstructor, Class<?>, Type, Annotation[]) - Constructor for class org.jboss.resteasy.spi.metadata.ConstructorParameter
 
consumeEntity(HttpResponse) - Static method in class org.jboss.resteasy.util.HttpClient4xUtils
 
Consumer1Access1Key - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumer1Access1Principal - Static variable in class org.jboss.resteasy.test.smoke.MyFilter
 
Consumer1Access1Roles - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumer1Access1Secret - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumer1Key - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumer1Request1Callback - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumer1Request1Key - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumer1Request1Secret - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumer1Request1Verifier - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumer1Request2Callback - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumer1Request2Key - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumer1Request2Secret - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumer1Secret - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
Consumes - Annotation Type in javax.ws.rs
Defines the media types that the methods of a resource class or MessageBodyReader can accept.
consumes(MediaType...) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
consumes(String...) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
consumes - Variable in class org.jboss.resteasy.spi.metadata.ResourceMethod
 
ContainerRequestContext - Interface in javax.ws.rs.container
Container request filter context.
ContainerRequestFilter - Interface in javax.ws.rs.container
An extension interface implemented by container request filters.
ContainerRequestFilterRegistry - Class in org.jboss.resteasy.core.interception
 
ContainerRequestFilterRegistry(ResteasyProviderFactory, LegacyPrecedence) - Constructor for class org.jboss.resteasy.core.interception.ContainerRequestFilterRegistry
 
containerRequestFilterRegistry - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
ContainerResponseContext - Interface in javax.ws.rs.container
Container response filter context.
ContainerResponseContextImpl - Class in org.jboss.resteasy.core.interception
 
ContainerResponseContextImpl(HttpRequest, HttpResponse, BuiltResponse) - Constructor for class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
ContainerResponseFilter - Interface in javax.ws.rs.container
An extension interface implemented by container response filters.
ContainerResponseFilterRegistry - Class in org.jboss.resteasy.core.interception
 
ContainerResponseFilterRegistry(ResteasyProviderFactory, LegacyPrecedence) - Constructor for class org.jboss.resteasy.core.interception.ContainerResponseFilterRegistry
 
containerResponseFilterRegistry - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
containsCTL(String, int) - Static method in class org.jboss.resteasy.plugins.delegates.ServerCookie
 
containsHeader(String) - Method in class Acme.Serve.Serve.ServeConnection
 
containsHeader(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
containsKey(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
containsKey(Object) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
containsKey(Object) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
containsKey(Object) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
containsValue(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
containsValue(Object) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
containsValue(Object) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
containsValue(Object) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
content(Object) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder
 
content(Object, MediaType) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder
 
content(byte[]) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
 
content(Object, MediaType) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
 
content(byte[]) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
content(InputStream) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
content - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppAccept
 
Content - Class in org.jboss.resteasy.plugins.providers.atom
Represents an atom:content element.
Content() - Constructor for class org.jboss.resteasy.plugins.providers.atom.Content
 
CONTENT_DISPOSITION - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_ENCODING - Static variable in class Acme.Serve.Serve.ServeConnection
 
CONTENT_ENCODING - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_ENCODING - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
CONTENT_ID - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_LANGUAGE - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_LANGUAGE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
CONTENT_LENGTH - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_LENGTH - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
CONTENT_LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_LOCATION - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
CONTENT_MD5 - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
CONTENT_RANGE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
CONTENT_TYPE - Static variable in interface javax.ws.rs.core.HttpHeaders
CONTENT_TYPE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
contentBytes(byte[]) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder
 
ContentEncoding - Annotation Type in org.jboss.resteasy.annotations
Meta annotation that specifies a Content-Encoding to be applied via the annotated annotation
ContentIDUtils - Class in org.jboss.resteasy.plugins.providers.multipart
Utility class to help generate, convert RFC compliant Content-ID and cid.
ContentIDUtils() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.ContentIDUtils
 
CONTENTLENGTH - Static variable in class Acme.Serve.Serve.ServeConnection
 
contentLengthCheck(MultivaluedMap) - Static method in class org.jboss.resteasy.util.NoContent
 
contentLocation(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the content location.
contentLocation(URI) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
CONTENTTYPE - Static variable in class Acme.Serve.Serve.ServeConnection
 
contentType(String) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder
 
contentType(MediaType) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder
 
contentType(String) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
 
contentType(MediaType) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
 
contentType(String) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
contentType(MediaType) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
contentType - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
Context - Annotation Type in javax.ws.rs.core
This annotation is used to inject information into a class field, bean property or method parameter.
context - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpContextResteasyConfiguration
 
context - Variable in class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
 
context - Variable in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
context() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
contextDestroyed(ServletContextEvent) - Method in class org.jboss.resteasy.example.oauth.Bootstrap
 
contextDestroyed(ServletContextEvent) - Method in class org.jboss.resteasy.plugins.guice.GuiceResteasyBootstrapServletContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.resteasy.example.oauth.Bootstrap
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.resteasy.plugins.guice.GuiceResteasyBootstrapServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
 
contextInitialized(ServletContextEvent) - Method in class org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
 
ContextParameterInjector - Class in org.jboss.resteasy.core
 
ContextParameterInjector(Class, Class, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.ContextParameterInjector
 
contextParameters - Variable in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
ContextResolver<T> - Interface in javax.ws.rs.ext
Contract for a provider that supplies context information to resource classes and other providers.
ContextResolverProxy - Class in org.jboss.resteasy.core
 
ContextResolverProxy() - Constructor for class org.jboss.resteasy.core.ContextResolverProxy
 
contextResolvers - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
contextualData - Static variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
convertArrayToString(Object) - Static method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
convertCidToContentID(String) - Static method in class org.jboss.resteasy.plugins.providers.multipart.ContentIDUtils
 
convertContentIDToCid(String) - Static method in class org.jboss.resteasy.plugins.providers.multipart.ContentIDUtils
 
converter - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
convertEtag(List<String>) - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
convertFromString(String) - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
convertPermissionsToRoles(String[]) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
convertPermissionsToRoles(String[]) - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
Converts custom permissions which may have been associated with consumers or access tokens into domain specific roles, example, given a "printResources" permission this method may return a role name "printerService"
convertPermissionsToRoles(String[]) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
convertToStrings(ViolationsContainer) - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
COOKIE - Static variable in class Acme.Serve.Serve.ServeConnection
 
cookie(Cookie) - Method in interface javax.ws.rs.client.Invocation.Builder
Add a cookie to be set.
cookie(String, String) - Method in interface javax.ws.rs.client.Invocation.Builder
Add a cookie to be set.
Cookie - Class in javax.ws.rs.core
Represents the value of a HTTP cookie, transferred in a request.
Cookie(String, String, String, String, int) - Constructor for class javax.ws.rs.core.Cookie
Create a new instance.
Cookie(String, String, String, String) - Constructor for class javax.ws.rs.core.Cookie
Create a new instance.
Cookie(String, String) - Constructor for class javax.ws.rs.core.Cookie
Create a new instance.
COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
cookie(NewCookie...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add cookies to the response message.
cookie(String, Object) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
cookie(Cookie) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
cookie(Cookie) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
cookie(String, String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
cookie(Cookie) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
cookie(String, String) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
cookie(NewCookie...) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
CookieHeaderDelegate - Class in org.jboss.resteasy.plugins.delegates
 
CookieHeaderDelegate() - Constructor for class org.jboss.resteasy.plugins.delegates.CookieHeaderDelegate
 
cookieLoginAllowed - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
cookieLoginAllowed - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
CookieParam - Annotation Type in javax.ws.rs
Binds the value of a HTTP cookie to a resource method parameter, resource class field, or resource class bean property.
cookieParam(String) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
CookieParamInjector - Class in org.jboss.resteasy.core
 
CookieParamInjector(Class, Type, AccessibleObject, String, String, Annotation[], ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.CookieParamInjector
 
CookieParamMarshaller - Class in org.jboss.resteasy.client.core.marshallers
 
CookieParamMarshaller(String) - Constructor for class org.jboss.resteasy.client.core.marshallers.CookieParamMarshaller
 
CookieParamProcessor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
 
CookieParamProcessor(String) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.CookieParamProcessor
 
CookieParser - Class in org.jboss.resteasy.util
 
CookieParser() - Constructor for class org.jboss.resteasy.util.CookieParser
 
copy(MultivaluedMap<K, V>, MultivaluedMap<K, V>) - Static method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
COPY_BUF_SIZE - Static variable in class Acme.Utils
 
copyClientInterceptorsTo(ClientInterceptorRepositoryImpl) - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
copyFromError(ClientResponse) - Static method in class org.jboss.resteasy.client.core.BaseClientResponse
Store entity within a byte array input stream because we want to release the connection if a ClientResponseFailure is thrown.
copyOf(String[], int) - Static method in class Acme.Utils
 
copyOfRange(String[], int, int) - Static method in class Acme.Utils
 
copyStream(InputStream, OutputStream, long) - Method in class Acme.Serve.FileServlet
 
copyStream(InputStream, OutputStream, long) - Static method in class Acme.Utils
 
copyStream(Reader, Writer) - Static method in class Acme.Utils
 
copyStream(Reader, OutputStream, String) - Static method in class Acme.Utils
 
CorsFilter - Class in org.jboss.resteasy.plugins.interceptors
Handles CORS requests both preflight and simple CORS requests.
CorsFilter() - Constructor for class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
CorsHeaders - Class in org.jboss.resteasy.spi
 
CorsHeaders() - Constructor for class org.jboss.resteasy.spi.CorsHeaders
 
corsMaxAge - Variable in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
counter - Static variable in class Acme.Utils.ThreadPool
 
counter - Variable in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
counter - Static variable in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
create(Runnable) - Method in interface Acme.Utils.ThreadFactory
 
create() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
Automatically does POST/Create pattern.
create(Class<T>, String) - Static method in class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
create(Class<T>, String, Map<String, Object>) - Static method in class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
create(Class<T>, String, ResteasyProviderFactory, Map<String, Object>) - Static method in class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
create(Class<T>, String, ClientExecutor) - Static method in class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
create(Class<T>, URI, ClientExecutor, ResteasyProviderFactory) - Static method in class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
create(Class<T>, URI, ClientExecutor, ResteasyProviderFactory, EntityExtractorFactory) - Static method in class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
create(Class<T>, URI, ClientExecutor, ResteasyProviderFactory, EntityExtractorFactory, Map<String, Object>) - Static method in class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
create(UriInfo, String) - Method in class org.jboss.resteasy.example.pubsub.SubscriptionResource
 
create(Project) - Method in interface org.jboss.resteasy.keystone.client.ProjectsResource
 
create(Role) - Method in interface org.jboss.resteasy.keystone.client.RolesResource
 
create(String) - Method in interface org.jboss.resteasy.keystone.client.RolesResource
 
create(Authentication) - Method in interface org.jboss.resteasy.keystone.client.TokenFactory
 
create(StoredUser) - Method in interface org.jboss.resteasy.keystone.client.UsersResource
 
create(Project) - Method in class org.jboss.resteasy.keystone.server.ProjectsService
 
create(Role) - Method in class org.jboss.resteasy.keystone.server.RolesService
 
create(UriInfo, Role) - Method in class org.jboss.resteasy.keystone.server.RolesService
 
create(UriInfo, String) - Method in class org.jboss.resteasy.keystone.server.RolesService
 
create(Authentication) - Method in class org.jboss.resteasy.keystone.server.TokenService
 
create(StoredUser) - Method in class org.jboss.resteasy.keystone.server.UsersService
 
create(UriInfo, StoredUser) - Method in class org.jboss.resteasy.keystone.server.UsersService
 
create(String, String) - Static method in class org.jboss.resteasy.mock.MockHttpRequest
 
create(String, URI, URI) - Static method in class org.jboss.resteasy.mock.MockHttpRequest
 
create(String, String, String) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.AnnotationFactory
 
create(String, String, String, String, String) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.AnnotationFactory
 
create() - Method in class org.jboss.resteasy.security.doseta.AbstractDigitalVerificationHeaderDecorator
 
create(Realm) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(Realm, RequiredCredential) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(Realm, User) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(User, UserCredential) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(User, UserAttribute) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(Realm, Resource) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(Realm, Resource, String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(Realm, String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(Realm, User, RoleMapping) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(Realm, Resource, User, RoleMapping) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(Realm, User, ScopeMapping) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(Realm, Resource, User, ScopeMapping) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
create(Realm) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
create(Realm, RequiredCredential) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
create(Realm, User) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
create(User, UserCredential) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
create(User, UserAttribute) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
create(Realm, Resource) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
create(Realm, Resource, String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
create(Realm, String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
create(Realm, User, RoleMapping) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
create(Realm, Resource, User, RoleMapping) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
create(Realm, User, ScopeMapping) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
create(Realm, Resource, User, ScopeMapping) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
createAcceptor() - Method in class Acme.Serve.Serve
 
createAccessToken(User, Realm) - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
createApplication(String, Dispatcher, ResteasyProviderFactory) - Static method in class org.jboss.resteasy.spi.ResteasyDeployment
 
createArray(String, String, String) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.AnnotationFactory
 
createArray(String, String, String, String, String) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.AnnotationFactory
 
createBinder() - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
 
createBinder(Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
 
createBodyPart(Providers, SMIMEOutput) - Static method in class org.jboss.resteasy.security.smime.EnvelopedWriter
 
createBufferedStream(InputStream) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
createCache() - Method in class org.jboss.resteasy.client.cache.MapCache
Deprecated.
 
createCache() - Method in class org.jboss.resteasy.client.jaxrs.cache.MapCache
 
createClientInvoker(Class<T>, Method, URI, ClientExecutor, ResteasyProviderFactory, EntityExtractorFactory) - Static method in class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
createClientInvoker(Class<T>, Method, URI, ClientExecutor, ResteasyProviderFactory, EntityExtractorFactory, Map<String, Object>) - Static method in class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
createClientInvoker(Class<T>, Method, URI, ProxyConfig) - Static method in class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
createClientRequest(String) - Static method in class org.jboss.resteasy.test.TestPortProvider
Create a Resteasy ClientRequest object using the configured port.
createClientRequest(ClientRequestFactory, String) - Static method in class org.jboss.resteasy.test.TestPortProvider
 
createConnection(ClientRequest) - Method in class org.jboss.resteasy.client.core.executors.URLConnectionClientExecutor
 
createConnection(ClientInvocation) - Method in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
Create HttpUrlConnection from ClientInvorcation and set request method
createConstructor(ResourceConstructor, ResteasyProviderFactory) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createConstructor(Constructor, ResteasyProviderFactory) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createConstructor(Constructor, ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.InjectorFactoryImpl
 
createConstructor(ResourceConstructor, ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.InjectorFactoryImpl
 
createConstructor(Constructor, ResteasyProviderFactory) - Method in interface org.jboss.resteasy.spi.InjectorFactory
 
createConstructor(ResourceConstructor, ResteasyProviderFactory) - Method in interface org.jboss.resteasy.spi.InjectorFactory
 
createConstructorInjector(Class<? extends T>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
createConstructorInjector(Class<? extends T>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
createContext(Annotation[], Class...) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 
createContext(Annotation[], Class...) - Method in interface org.jboss.resteasy.plugins.providers.jaxb.JAXBContextFinder
 
createContextLoader() - Method in class org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
 
createContextObject(Annotation[], Class...) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 
createContextObject(Annotation[], String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 
createContextObject(Annotation[], Class...) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetJAXBContextFinder
 
createContextObject(Annotation[], String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetJAXBContextFinder
 
createContextObject(Annotation[], Class...) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder
 
createContextObject(Annotation[], String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder
 
createContextObject(Annotation[], Class...) - Method in class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
 
createContextObject(Annotation[], String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
 
createConvention(Mapped) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedContext
 
created(URI) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a created resource, set the location header using the supplied value.
createDateFormat(TimeZone) - Static method in class org.jboss.resteasy.test.async.callback.JaxrsUtil
 
createDeployment() - Method in class org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
 
createDeployment() - Method in class org.jboss.resteasy.plugins.server.servlet.FilterBootstrap
 
createDeployment() - Method in class org.jboss.resteasy.plugins.server.servlet.ListenerBootstrap
 
createDeployment() - Method in class org.jboss.resteasy.plugins.server.servlet.ServletBootstrap
 
createdHttpClient - Variable in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
createdHttpClient - Variable in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
createDispatcher() - Static method in class org.jboss.resteasy.mock.MockDispatcherFactory
 
createELContext(Object) - Static method in class org.jboss.resteasy.links.impl.EL
 
createEndpoint(Application, Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a configured instance of the supplied endpoint type.
createEndpoint(Application, Class<T>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
createEndpoint(Application, Class<T>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
this is a spec method that is unsupported.
createErrorResponseBuilder() - Static method in class org.jboss.resteasy.test.async.callback.Resource
 
createErrorResponseBuilder() - Static method in class org.jboss.resteasy.test.async.Resource
 
createExtractor(Method) - Method in class org.jboss.resteasy.client.core.extractors.DefaultEntityExtractorFactory
 
createExtractor(Method) - Method in interface org.jboss.resteasy.client.core.extractors.EntityExtractorFactory
 
createExtractor(Method) - Method in class org.jboss.resteasy.client.core.extractors.ResponseObjectEntityExtractorFactory
 
createExtractor(Method) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory
 
createExtractor(Method) - Method in interface org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.EntityExtractorFactory
 
createExtractor(Method) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory
 
createFilter(Set<String>) - Method in class org.jboss.resteasy.plugins.interceptors.encoding.ServerContentEncodingAnnotationFeature
 
createFromInjectorFactory(String, ResteasyProviderFactory) - Static method in class org.jboss.resteasy.spi.ResteasyDeployment
 
createGroup(String, Set<Principal>) - Method in class org.jboss.resteasy.skeleton.key.as7.CatalinaSecurityContextHelper
 
createHash(String) - Static method in class org.jboss.resteasy.client.core.marshallers.FormMarshaller
 
createHash(String) - Static method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
 
createHash(byte[]) - Method in class org.jboss.resteasy.plugins.cache.server.ServerCacheInterceptor
 
createHash(String) - Static method in class org.jboss.resteasy.util.MethodHashing
 
createHeader(KeyRepository) - Method in class org.jboss.resteasy.security.doseta.AbstractDigitalSigningHeaderDecorator
 
createHeader(String, String) - Static method in class org.jboss.resteasy.util.BasicAuthHelper
 
createHeaderDelegate(Class<T>) - Method in class javax.ws.rs.ext.RuntimeDelegate
Obtain an instance of a RuntimeDelegate.HeaderDelegate for the supplied class.
createHeaderDelegate(Class<T>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
createHeaderDelegate(Class<T>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
createHeaderDelegateFromInterfaces(Class<?>[]) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
createHeaderInputStream() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
createHttpMethod(String, String) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
createHttpRequest(String, HttpServletRequest, ResteasyHttpHeaders, ResteasyUriInfo, HttpResponse, HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher
 
createHttpRequest(String, HttpServletRequest, ResteasyHttpHeaders, ResteasyUriInfo, HttpResponse, HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
 
createInstance(Class) - Method in class org.jboss.resteasy.core.AbstractCollectionFormInjector
Creates an instance of the collection type.
createInstance(Class) - Method in class org.jboss.resteasy.core.ListFormInjector
Creates an instance of the collection type.
createInstance(Class) - Method in class org.jboss.resteasy.core.MapFormInjector
Creates an instance of the collection type.
createInterceptor() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
createJAXBIntrospector() - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
 
createLinkBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a Link.Builder.
createLinkBuilder() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
createLinkBuilder() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
createMarshaller(Class<?>, ResteasyProviderFactory, Class<?>, Annotation[], Type, AccessibleObject, boolean) - Static method in class org.jboss.resteasy.client.core.marshallers.ClientMarshallerFactory
 
createMarshaller(Class<?>, ResteasyProviderFactory, Class<?>, Annotation[], Type, AccessibleObject, MediaType, boolean) - Static method in class org.jboss.resteasy.client.core.marshallers.ClientMarshallerFactory
 
createMarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetContext
 
createMarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
 
createMarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerContext
 
createMarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedContext
 
createMarshallers(Class, Method, ResteasyProviderFactory) - Static method in class org.jboss.resteasy.client.core.marshallers.ClientMarshallerFactory
 
createMarshallers(Class, Method, ResteasyProviderFactory, MediaType) - Static method in class org.jboss.resteasy.client.core.marshallers.ClientMarshallerFactory
 
createMethodInjector(ResourceLocator, ResteasyProviderFactory) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createMethodInjector(ResourceLocator, ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.InjectorFactoryImpl
 
createMethodInjector(ResourceLocator, ResteasyProviderFactory) - Method in interface org.jboss.resteasy.spi.InjectorFactory
 
createModelAndView(ResteasyRequestWrapper, HttpResponse) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerAdapter
 
createModelAndView(BuiltResponse) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerAdapter
 
createParameterExtractor(Parameter, ResteasyProviderFactory) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createParameterExtractor(Class, AccessibleObject, Class, Type, Annotation[], ResteasyProviderFactory) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createParameterExtractor(Class, AccessibleObject, Class, Type, Annotation[], boolean, ResteasyProviderFactory) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createParameterExtractor(Parameter, ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.InjectorFactoryImpl
 
createParameterExtractor(Class, AccessibleObject, Class, Type, Annotation[], ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.InjectorFactoryImpl
 
createParameterExtractor(Class, AccessibleObject, Class, Type, Annotation[], boolean, ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.InjectorFactoryImpl
 
createParameterExtractor(Class, AccessibleObject, Class, Type, Annotation[], ResteasyProviderFactory) - Method in interface org.jboss.resteasy.spi.InjectorFactory
 
createParameterExtractor(Class, AccessibleObject, Class, Type, Annotation[], boolean, ResteasyProviderFactory) - Method in interface org.jboss.resteasy.spi.InjectorFactory
 
createParameterExtractor(Parameter, ResteasyProviderFactory) - Method in interface org.jboss.resteasy.spi.InjectorFactory
 
createPrincipal(Realm, Principal, Collection<String>) - Method in class org.jboss.resteasy.skeleton.key.as7.CatalinaSecurityContextHelper
 
createProcessor(Class<?>, ClientConfiguration, Class<?>, Annotation[], Type, AccessibleObject, boolean) - Static method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.ProcessorFactory
 
createProcessor(Class<?>, ClientConfiguration, Class<?>, Annotation[], Type, AccessibleObject, MediaType, boolean) - Static method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.ProcessorFactory
 
createProcessors(Class, Method, ClientConfiguration) - Static method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.ProcessorFactory
 
createProcessors(Class, Method, ClientConfiguration, MediaType) - Static method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.ProcessorFactory
 
createProject(Project) - Method in class org.jboss.resteasy.keystone.server.ProjectsService
 
createPropertyInjector(ResourceClass, ResteasyProviderFactory) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createPropertyInjector(Class, ResteasyProviderFactory) - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
createPropertyInjector(Class, ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.InjectorFactoryImpl
 
createPropertyInjector(ResourceClass, ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.InjectorFactoryImpl
 
createPropertyInjector(Class, ResteasyProviderFactory) - Method in interface org.jboss.resteasy.spi.InjectorFactory
 
createPropertyInjector(ResourceClass, ResteasyProviderFactory) - Method in interface org.jboss.resteasy.spi.InjectorFactory
 
createProviderInstance(Class<? extends T>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
createProviderInstance(Class<? extends T>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Create an instance of a class using provider allocation rules of the specification as well as the InjectorFactory

only does constructor injection

createProxy(Class<T>) - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
createProxy(Class<T>, String) - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
createProxy(Class<T>, URI) - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
createProxy(Class<T>, URI, ProxyConfig) - Static method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
 
createProxy() - Method in class org.jboss.resteasy.core.ContextParameterInjector
 
createProxy(Class<T>) - Static method in class org.jboss.resteasy.test.TestPortProvider
Create a Resteasy client proxy with an empty base request path.
createProxy(Class<T>, String) - Static method in class org.jboss.resteasy.test.TestPortProvider
Create a Resteasy client proxy.
createReaderNotFound(Type, MediaType) - Method in class org.jboss.resteasy.core.messagebody.ReaderUtility
 
createRealm(RealmRepresentation) - Method in class org.jboss.resteasy.skeleton.key.idm.service.RealmFactory
 
createRelativeRequest(String) - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
createRequest(String) - Method in interface org.jboss.resteasy.client.ClientExecutor
Deprecated.
 
createRequest(UriBuilder) - Method in interface org.jboss.resteasy.client.ClientExecutor
Deprecated.
 
createRequest(String) - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
createRequest(Object[]) - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
createRequest(String) - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
createRequest(UriBuilder) - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
createRequest(String) - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
createRequest(UriBuilder) - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
createRequest(String) - Method in class org.jboss.resteasy.client.core.executors.URLConnectionClientExecutor
 
createRequest(UriBuilder) - Method in class org.jboss.resteasy.client.core.executors.URLConnectionClientExecutor
 
createRequest(Object[]) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
createRequest(String, String) - Static method in class org.jboss.resteasy.spi.InternalDispatcher
 
createRequestDispatcher() - Method in class org.jboss.resteasy.plugins.server.netty.cdi.CdiNettyJaxrsServer
 
createResource(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
createResource(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
createResource(HttpRequest, HttpResponse, ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.guice.GuiceResourceFactory
 
createResource(HttpRequest, HttpResponse, ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.JndiComponentResourceFactory
 
createResource(HttpRequest, HttpResponse, ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.JndiResourceFactory
 
createResource(HttpRequest, HttpResponse, ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory
 
createResource(HttpRequest, HttpResponse, ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.SingletonResource
 
createResource(HttpRequest, HttpResponse, ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
createResource(HttpRequest, HttpResponse, ResteasyProviderFactory) - Method in interface org.jboss.resteasy.spi.ResourceFactory
Called per request to obtain a resource instance to invoke http request on.
createResponse(ClientRequest, MockHttpResponse) - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
createResponseBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a Response.ResponseBuilder.
createResponseBuilder() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
createResponseBuilder() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
createResponseFailure(String) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
createResponseFailure(String, Exception) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
createResponseTypeEntityExtractor(Method) - Method in class org.jboss.resteasy.client.core.extractors.DefaultEntityExtractorFactory
 
createResponseTypeEntityExtractor(Method) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory
 
createResteasyHttpRequest(String, HttpServletRequest, ResteasyHttpHeaders, ResteasyUriInfo, HttpResponse, HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.Filter30Dispatcher
 
createResteasyHttpRequest(String, HttpServletRequest, ResteasyHttpHeaders, ResteasyUriInfo, HttpResponse, HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.FilterDispatcher
 
createResteasyHttpRequest(String, HttpServletRequest, ResteasyHttpHeaders, ResteasyUriInfo, HttpResponse, HttpServletResponse) - Method in interface org.jboss.resteasy.plugins.server.servlet.HttpRequestFactory
 
createResteasyHttpRequest(String, HttpServletRequest, ResteasyHttpHeaders, ResteasyUriInfo, HttpResponse, HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
 
createResteasyHttpResponse(HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.Filter30Dispatcher
 
createResteasyHttpResponse(HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.FilterDispatcher
 
createResteasyHttpResponse(HttpServletResponse) - Method in interface org.jboss.resteasy.plugins.server.servlet.HttpResponseFactory
 
createResteasyHttpResponse(HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
 
createRoleMapping(Map<String, User>, RoleMappingRepresentation) - Method in class org.jboss.resteasy.skeleton.key.idm.service.RealmFactory
 
createScopeMapping(Map<String, User>, ScopeMappingRepresentation) - Method in class org.jboss.resteasy.skeleton.key.idm.service.RealmFactory
 
createSecretDigester() - Method in enum org.jboss.resteasy.jose.jwe.EncryptionMethod
 
createSecurityContext(HttpServletRequest, OAuthConsumer, OAuthToken) - Method in class org.jboss.resteasy.auth.oauth.OAuthFilter
 
createSecurityContext(HttpServletRequest, OAuthConsumer, OAuthToken) - Method in class org.jboss.resteasy.test.smoke.MyFilter
 
createServletResponse(HttpServletResponse) - Method in class org.jboss.resteasy.plugins.providers.html.HtmlServletDispatcher
 
createServletResponse(HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher
 
createServletResponse(HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
 
createSigned(Authentication) - Method in interface org.jboss.resteasy.keystone.client.TokenFactory
 
createSigned(Authentication) - Method in class org.jboss.resteasy.keystone.server.TokenService
 
createSortFactor(MediaType, MediaType) - Static method in class org.jboss.resteasy.core.registry.SegmentNode
 
createStatusExtractor(boolean) - Static method in class org.jboss.resteasy.client.core.extractors.DefaultEntityExtractorFactory
 
createStatusExtractor(boolean) - Static method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory
 
createStreamFactory(MockHttpResponse) - Static method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
createStringParameterUnmarshaller(Class<T>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
createStringParameterUnmarshaller(Class<T>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
createSubsequentRequest(URI) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
createTiny(Authentication) - Method in class org.jboss.resteasy.keystone.server.TokenService
 
createToken(String, Realm, User, User) - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
createUnmarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetContext
 
createUnmarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
 
createUnmarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerContext
 
createUnmarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedContext
 
createUri(String) - Static method in class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
createURI(String) - Static method in class org.jboss.resteasy.test.TestPortProvider
Create a URI for the provided path, using the configured port
createUriBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a UriBuilder.
createUriBuilder() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
createUriBuilder() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
createUriParamMatcher(String) - Static method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
createURL(String) - Static method in class org.jboss.resteasy.test.TestPortProvider
Create a URL for the provided path, using the configured port
createValidator() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetContext
 
createValidator() - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
Deprecated. 
createValidator() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerContext
 
createValidator() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedContext
 
createVariantListBuilder() - Method in class javax.ws.rs.ext.RuntimeDelegate
Create a new instance of a Variant.VariantListBuilder.
createVariantListBuilder() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
createVariantListBuilder() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
createVaryHeader(List<Variant>) - Static method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
createVerification(Verify) - Method in class org.jboss.resteasy.security.doseta.AbstractDigitalVerificationHeaderDecorator
 
createView(BuiltResponse) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerAdapter
 
createVoidExtractor(boolean) - Static method in class org.jboss.resteasy.client.core.extractors.DefaultEntityExtractorFactory
 
createVoidExtractor() - Static method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory
 
createWriterNotFound(Type, MediaType) - Method in class org.jboss.resteasy.core.messagebody.WriterUtility
 
createXmlTypeContext(Annotation[], Class...) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 
credential(String, String, boolean) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
credentials - Variable in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
credentials - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
CSS - Static variable in annotation type org.jboss.resteasy.annotations.providers.jaxb.Stylesheet
 
Customer - Class in org.jboss.example.jaxrs2.async
 
Customer() - Constructor for class org.jboss.example.jaxrs2.async.Customer
 
Customer(String) - Constructor for class org.jboss.example.jaxrs2.async.Customer
 
CustomerApplication - Class in org.jboss.example.jaxrs2.async
 
CustomerApplication() - Constructor for class org.jboss.example.jaxrs2.async.CustomerApplication
 
CustomerDatabaseClient - Class in org.jboss.resteasy.example.oauth
 
CustomerDatabaseClient() - Constructor for class org.jboss.resteasy.example.oauth.CustomerDatabaseClient
 
CustomerResource - Class in org.jboss.example.jaxrs2.async
 
CustomerResource() - Constructor for class org.jboss.example.jaxrs2.async.CustomerResource
 
CustomerService - Class in org.jboss.resteasy.example.oauth
 
CustomerService() - Constructor for class org.jboss.resteasy.example.oauth.CustomerService
 
customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.jboss.resteasy.plugins.spring.SpringContextLoader
 
customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
 
customizeContext(ServletContext, ConfigurableWebApplicationContext) - Method in class org.jboss.resteasy.plugins.spring.SpringContextLoaderSupport
 

D

d - Variable in class org.jboss.resteasy.core.registry.SegmentNode.SortFactor
 
DataApplication - Class in org.jboss.resteasy.example.oauth
 
DataApplication() - Constructor for class org.jboss.resteasy.example.oauth.DataApplication
 
DataSourceProvider - Class in org.jboss.resteasy.plugins.providers
 
DataSourceProvider() - Constructor for class org.jboss.resteasy.plugins.providers.DataSourceProvider
 
DataSourceProvider.SequencedDataSource - Class in org.jboss.resteasy.plugins.providers
 
DataSourceProvider.SequencedDataSource(byte[], int, int, File, String) - Constructor for class org.jboss.resteasy.plugins.providers.DataSourceProvider.SequencedDataSource
 
DATE - Static variable in interface javax.ws.rs.core.HttpHeaders
DATE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
DateDelegate - Class in org.jboss.resteasy.plugins.delegates
 
DateDelegate() - Constructor for class org.jboss.resteasy.plugins.delegates.DateDelegate
 
DateUtil - Class in org.jboss.resteasy.util
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
DateUtil.DateParseException - Exception in org.jboss.resteasy.util
 
DateUtil.DateParseException() - Constructor for exception org.jboss.resteasy.util.DateUtil.DateParseException
 
DateUtil.DateParseException(String) - Constructor for exception org.jboss.resteasy.util.DateUtil.DateParseException
 
DateUtil.DateParseException(String, Throwable) - Constructor for exception org.jboss.resteasy.util.DateUtil.DateParseException
 
DateUtil.DateParseException(Throwable) - Constructor for exception org.jboss.resteasy.util.DateUtil.DateParseException
 
debug(String) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
debug(String, Object...) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
debug(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
debug(String) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
debug(String, Object...) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
debug(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
debug(String) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
debug(String, Object...) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
debug(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
debug(String) - Method in class org.jboss.resteasy.logging.Logger
 
debug(String, Object...) - Method in class org.jboss.resteasy.logging.Logger
 
debug(String, Throwable) - Method in class org.jboss.resteasy.logging.Logger
 
declaring - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
declaring - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
declaring - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
DECODABET - Static variable in class Acme.Utils
Translates a Base64 value to either its 6-bit reconstruction value or a negative number indicating some other meaning.
decode(String, String) - Static method in class Acme.Utils
Decodes URL encoded string including newly introduced JavaScript encoding with %uxxxx chars
decode(byte[], int, int) - Static method in class Acme.Utils
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.jboss.resteasy.jose.Base64Url
 
decode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.resteasy.plugins.server.netty.RestEasyHttpRequestDecoder
 
DECODE - Static variable in class org.jboss.resteasy.util.Base64
Specify decoding in first bit.
decode(byte[]) - Static method in class org.jboss.resteasy.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(byte[], int, int, int) - Static method in class org.jboss.resteasy.util.Base64
Low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.jboss.resteasy.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class org.jboss.resteasy.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(MultivaluedMap<String, String>) - Static method in class org.jboss.resteasy.util.Encode
decode an encoded map
decode(String) - Static method in class org.jboss.resteasy.util.Encode
 
decode64(String) - Static method in class Acme.Utils
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeCertificate(InputStream) - Static method in class org.jboss.resteasy.security.DerUtils
 
decodeCertificate(InputStream) - Static method in class org.jboss.resteasy.security.PemUtils
 
decodeCertificate(String) - Static method in class org.jboss.resteasy.security.PemUtils
 
decodeCertificate(InputStream) - Static method in class org.jboss.resteasy.skeleton.key.DerUtils
 
decodeCertificate(InputStream) - Static method in class org.jboss.resteasy.skeleton.key.PemUtils
 
decodeCertificate(String) - Static method in class org.jboss.resteasy.skeleton.key.PemUtils
 
decodedFormParameters - Variable in class org.jboss.resteasy.plugins.server.BaseHttpRequest
 
decodeFileToFile(String, String) - Static method in class org.jboss.resteasy.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class org.jboss.resteasy.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeHex(String) - Static method in class org.jboss.resteasy.util.Hex
Converts an array of characters representing hexidecimal values into an array of bytes of those same values.
decodePath(String) - Static method in class org.jboss.resteasy.util.Encode
 
decodePrivateKey(InputStream) - Static method in class org.jboss.resteasy.security.DerUtils
 
decodePrivateKey(byte[]) - Static method in class org.jboss.resteasy.security.DerUtils
 
decodePrivateKey(String) - Static method in class org.jboss.resteasy.security.PemUtils
Extract a private key that is a PKCS8 pem string (base64 encoded PKCS8)
decodePrivateKey(InputStream) - Static method in class org.jboss.resteasy.security.PemUtils
 
decodePrivateKey(InputStream) - Static method in class org.jboss.resteasy.skeleton.key.DerUtils
 
decodePrivateKey(byte[]) - Static method in class org.jboss.resteasy.skeleton.key.DerUtils
 
decodePrivateKey(String) - Static method in class org.jboss.resteasy.skeleton.key.PemUtils
Extract a private key that is a PKCS8 pem string (base64 encoded PKCS8)
decodePrivateKey(InputStream) - Static method in class org.jboss.resteasy.skeleton.key.PemUtils
 
decodePublicKey(byte[]) - Static method in class org.jboss.resteasy.security.DerUtils
 
decodePublicKey(String) - Static method in class org.jboss.resteasy.security.PemUtils
Extract a public key from a PEM string
decodePublicKey(byte[]) - Static method in class org.jboss.resteasy.skeleton.key.DerUtils
 
decodePublicKey(String) - Static method in class org.jboss.resteasy.skeleton.key.PemUtils
Extract a public key from a PEM string
DecoderPrecedence - Annotation Type in org.jboss.resteasy.annotations.interception
This interceptor is an Content-Encoding decoder.
decodeToFile(String, String) - Static method in class org.jboss.resteasy.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.jboss.resteasy.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decodeToObject(String, int, ClassLoader) - Static method in class org.jboss.resteasy.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
decompress(byte[]) - Static method in class org.jboss.resteasy.jose.jwe.crypto.DeflateUtils
Decompresses the specified byte array according to the DEFLATE specification (RFC 1951).
decorate(Class<T>, T, Class, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.interception.DecoratorMatcher
 
decorate(Marshaller, AddLinks, Class, Annotation[], MediaType) - Method in class org.jboss.resteasy.links.impl.LinkDecorator
 
decorate(Marshaller, Formatted, Class, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.PrettyProcessor
 
decorate(Marshaller, Stylesheet, Class, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.StylesheetProcessor
 
decorate(Marshaller, XmlHeader, Class, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.XmlHeaderProcessor
 
decorate(T, A, Class, Annotation[], MediaType) - Method in interface org.jboss.resteasy.spi.interception.DecoratorProcessor
 
decorateMarshaller(Class, Annotation[], MediaType, Marshaller) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
DecorateTypes - Annotation Type in org.jboss.resteasy.annotations
Must be placed on a DecoratorProcessor class to specify the supported types
decorateUnmarshaller(Class, Annotation[], MediaType, Unmarshaller) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
Decorator - Annotation Type in org.jboss.resteasy.annotations
Meta-annotation to be placed on another annotation that triggers decoration
DecoratorMatcher - Class in org.jboss.resteasy.core.interception
Finds DecoratorProcessors and calls decorates on them by introspecting annotations.
DecoratorMatcher() - Constructor for class org.jboss.resteasy.core.interception.DecoratorMatcher
 
DecoratorProcessor<T,A extends Annotation> - Interface in org.jboss.resteasy.spi.interception
Part of a generic decorator framework.
decrypt(SecretKey, JWEHeader, String, String, String, String, String) - Static method in class org.jboss.resteasy.jose.jwe.crypto.DirectDecrypter
 
decrypt(JWEHeader, String, String, String, String, String, RSAPrivateKey) - Static method in class org.jboss.resteasy.jose.jwe.crypto.RSADecrypter
 
decrypt(RSAPrivateKey) - Method in class org.jboss.resteasy.jose.jwe.JWEInput
 
decrypt(String) - Method in class org.jboss.resteasy.jose.jwe.JWEInput
 
decrypt(byte[]) - Method in class org.jboss.resteasy.jose.jwe.JWEInput
 
decrypt(SecretKey) - Method in class org.jboss.resteasy.jose.jwe.JWEInput
 
deepCopy(HttpRequest) - Static method in class org.jboss.resteasy.mock.MockHttpRequest
 
DEF_LOGENCODING - Static variable in class Acme.Serve.Serve
 
DEF_MAX_CONN_USE - Static variable in class Acme.Serve.Serve
max number of alive connections default value
DEF_MIN_ACT_SESS - Static variable in class Acme.Serve.Serve
 
DEF_PORT - Static variable in class Acme.Serve.Serve
 
DEF_SESSION_TIMEOUT - Static variable in class Acme.Serve.Serve
 
DEFAULT - Static variable in class org.jboss.resteasy.core.request.QualityValue
 
DEFAULT_ACCEPTS - Static variable in class org.jboss.resteasy.core.registry.SegmentNode
 
DEFAULT_ALGORITHM - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
This is settable
DEFAULT_CALLBACK_QUERY_PARAMETER - Static variable in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
Default name of the query parameter with the method name.
DEFAULT_CALLBACK_QUERY_PARAMETER - Static variable in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
Default name of the query parameter with the method name.
DEFAULT_CHARSET_PROPERTY - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.InputPart
If there is a content-type header without a charset parameter, charset=US-ASCII is assumed.
DEFAULT_CONTENT_TYPE_PROPERTY - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.InputPart
If no content-type header is sent in a multipart message part "text/plain; charset=ISO-8859-1" is assumed.
DEFAULT_MAPPER - Static variable in class org.jboss.resteasy.keystone.model.Mappers
 
DEFAULT_MAPPER - Static variable in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
Default ObjectMapper for type resolution.
DEFAULT_MAPPER - Static variable in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
Default ObjectMapper for type resolution.
DEFAULT_MAX_AGE - Static variable in class javax.ws.rs.core.NewCookie
Specifies that the cookie expires with the current application/browser session.
DEFAULT_MODEL_NAME - Static variable in class org.jboss.resteasy.plugins.providers.html.View
If left unspecified, the default name of the model in the request attributes
DEFAULT_SIGNER - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
This is settable
DEFAULT_VERSION - Static variable in class javax.ws.rs.core.Cookie
Cookies using the default version correspond to RFC 2109.
defaultConsumes(MediaType) - Method in class org.jboss.resteasy.client.jaxrs.ProxyBuilder
 
defaultConsumes(String) - Method in class org.jboss.resteasy.client.jaxrs.ProxyBuilder
 
defaultContextObjects - Variable in class org.jboss.resteasy.core.SynchronousDispatcher
 
defaultContextObjects - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
DefaultEntityExtractorFactory - Class in org.jboss.resteasy.client.core.extractors
 
DefaultEntityExtractorFactory() - Constructor for class org.jboss.resteasy.client.core.extractors.DefaultEntityExtractorFactory
 
DefaultEntityExtractorFactory - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
 
DefaultEntityExtractorFactory() - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory
 
DefaultOptionsMethodException - Exception in org.jboss.resteasy.spi
This exception is thrown when the client invokes HTTP OPTIONS operation and the JAX-RS resource does not have a Java method that supports OPTIONS.
DefaultOptionsMethodException(String, Response) - Constructor for exception org.jboss.resteasy.spi.DefaultOptionsMethodException
 
defaultPartCharset - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
defaultPartContentType - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
defaultPrivateDomain - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
defaultProduces(MediaType) - Method in class org.jboss.resteasy.client.jaxrs.ProxyBuilder
 
defaultProduces(String) - Method in class org.jboss.resteasy.client.jaxrs.ProxyBuilder
 
defaultProxy - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
defaultProxy(String) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
Specify a default proxy.
defaultProxy(String, int) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
Specify a default proxy host and port.
defaultProxy(String, int, String) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
Specify default proxy.
DefaultTextPlain - Class in org.jboss.resteasy.plugins.providers
 
DefaultTextPlain() - Constructor for class org.jboss.resteasy.plugins.providers.DefaultTextPlain
 
DefaultValue - Annotation Type in javax.ws.rs
Defines the default value of request meta-data that is bound using one of the following annotations: PathParam, QueryParam, MatrixParam, CookieParam, FormParam, or HeaderParam.
defaultValue - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
defaultValue - Variable in class org.jboss.resteasy.spi.metadata.Parameter
 
defaultValue(String) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
DeflateUtils - Class in org.jboss.resteasy.jose.jwe.crypto
Deflate (RFC 1951) utilities.
delegate - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
delegate - Static variable in class org.jboss.resteasy.specimpl.LinkImpl
 
delegate - Variable in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
delegate - Variable in class org.jboss.resteasy.util.DelegatingOutputStream
 
delegate - Variable in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
delegate - Variable in class org.jboss.resteasy.util.InputStreamToByteArray
 
delegate - Variable in class org.jboss.resteasy.util.NoContentInputStreamDelegate
 
DelegatingHttpRequest - Class in org.jboss.resteasy.util
 
DelegatingHttpRequest(HttpRequest) - Constructor for class org.jboss.resteasy.util.DelegatingHttpRequest
 
DelegatingMultivaluedMap<K,V> - Class in org.jboss.resteasy.util
MultivaluedMap implementation that delegates to another instance.
DelegatingMultivaluedMap(MultivaluedMap<K, V>) - Constructor for class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
delegatingOutputStream - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
DelegatingOutputStream - Class in org.jboss.resteasy.util
 
DelegatingOutputStream() - Constructor for class org.jboss.resteasy.util.DelegatingOutputStream
 
DelegatingOutputStream(OutputStream) - Constructor for class org.jboss.resteasy.util.DelegatingOutputStream
 
delete() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP DELETE method for the current request asynchronously.
delete() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
delete(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
delete(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP DELETE method for the current request synchronously.
DELETE - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP DELETE requests.
DELETE - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP DELETE method.
delete() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
delete(Class<T>) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
delete(Class<T>, Type) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
delete(GenericType) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
delete() - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
delete(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
delete(GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
delete(InvocationCallback<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
delete() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
delete(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
delete(GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
delete(String) - Method in interface org.jboss.resteasy.keystone.client.ProjectsResource
 
delete(String) - Method in interface org.jboss.resteasy.keystone.client.RolesResource
 
delete(String) - Method in interface org.jboss.resteasy.keystone.client.UsersResource
 
delete(String) - Method in class org.jboss.resteasy.keystone.server.ProjectsService
 
delete(String) - Method in class org.jboss.resteasy.keystone.server.RolesService
 
delete(String) - Method in class org.jboss.resteasy.keystone.server.UsersService
 
delete(String) - Static method in class org.jboss.resteasy.mock.MockHttpRequest
 
delete(Realm) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
delete(RequiredCredential) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
delete(User) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
delete(UserCredential) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
delete(UserAttribute) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
delete(Resource) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
delete(Role) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
delete(RoleMapping) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
delete(ScopeMapping) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
delete(Realm) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
delete(RequiredCredential) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
delete(User) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
delete(UserCredential) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
delete(UserAttribute) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
delete(Resource) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
delete(Role) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
delete(RoleMapping) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
delete(ScopeMapping) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
delete(String) - Method in class org.jboss.resteasy.spi.InternalDispatcher
 
delete() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
DeleteResourceMethod - Class in org.jboss.resteasy.plugins.stats
 
DeleteResourceMethod() - Constructor for class org.jboss.resteasy.plugins.stats.DeleteResourceMethod
 
denyAll - Variable in class org.jboss.resteasy.plugins.interceptors.RoleBasedSecurityFilter
 
deploy(Serve) - Method in interface Acme.Serve.WarDeployer
 
deploy(ResteasyDeployment) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment under "/"
deploy(ResteasyDeployment, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment under contextPath
deploy(Class<? extends Application>) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
deploy(Class<? extends Application>, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
deploy(Application) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
deploy(Application, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
deploy(DeploymentInfo) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Adds an arbitrary web deployment to underlying Undertow server.
deployment - Variable in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
deployment - Variable in class org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
 
deployment - Variable in class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
deployment - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
deployment - Variable in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
deployment - Variable in class org.jboss.resteasy.springmvc.ResteasyHandlerAdapter
 
deployment - Static variable in class org.jboss.resteasy.test.BaseResourceTest
 
deploymentSensitiveFactoryEnabled - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
derivePathParameters(UriInfo) - Static method in class org.jboss.resteasy.links.impl.RESTUtils
 
DerUtils - Class in org.jboss.resteasy.security
Extract PrivateKey, PublicKey, and X509Certificate from a DER encoded byte array or file.
DerUtils() - Constructor for class org.jboss.resteasy.security.DerUtils
 
DerUtils - Class in org.jboss.resteasy.skeleton.key
Extract PrivateKey, PublicKey, and X509Certificate from a DER encoded byte array or file.
DerUtils() - Constructor for class org.jboss.resteasy.skeleton.key.DerUtils
 
description() - Method in class org.jboss.resteasy.plugins.server.sun.http.BasicAuthFilter
 
destroy() - Method in class Acme.Serve.SelectorAcceptor
 
destroy() - Method in interface Acme.Serve.Serve.Acceptor
 
destroy() - Method in class Acme.Serve.SimpleAcceptor
 
destroy() - Method in class Acme.Serve.SSLAcceptor
 
destroy() - Method in class org.jboss.resteasy.auth.oauth.OAuthFilter
 
destroy() - Method in class org.jboss.resteasy.plugins.server.servlet.FilterDispatcher
 
destroy() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
 
destroy() - Method in class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
destroy() - Method in class org.jboss.resteasy.plugins.spring.AsyncronousDispatcherManager
 
destroy() - Method in class org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
 
destroy() - Method in class org.jboss.resteasy.springmvc.JettyLifecycleManager
 
destroy() - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
DESTROY_TIME_SEC - Static variable in class Acme.Serve.Serve
 
destroyAllServlets() - Method in class Acme.Serve.Serve
 
DIGEST_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Digest authentication.
DIGIT - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"
DIGIT - Static variable in class org.jboss.resteasy.util.URLUtils
digit = "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"
DigitalSigningHeaderDecoratorClientExecutionInterceptor - Class in org.jboss.resteasy.security.doseta
 
DigitalSigningHeaderDecoratorClientExecutionInterceptor() - Constructor for class org.jboss.resteasy.security.doseta.DigitalSigningHeaderDecoratorClientExecutionInterceptor
 
DigitalSigningInterceptor - Class in org.jboss.resteasy.security.doseta
 
DigitalSigningInterceptor() - Constructor for class org.jboss.resteasy.security.doseta.DigitalSigningInterceptor
 
DigitalVerificationHeaderDecoratorClientExecutionInterceptor - Class in org.jboss.resteasy.security.doseta
 
DigitalVerificationHeaderDecoratorClientExecutionInterceptor() - Constructor for class org.jboss.resteasy.security.doseta.DigitalVerificationHeaderDecoratorClientExecutionInterceptor
 
DigitalVerificationInterceptor - Class in org.jboss.resteasy.security.doseta
 
DigitalVerificationInterceptor() - Constructor for class org.jboss.resteasy.security.doseta.DigitalVerificationInterceptor
 
dir(String) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
Hashes the string into the required secret key size defined by the EncryptionMethod
dir(byte[]) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
Secret must meet the size requirements of the EncryptionMethod
dir(SecretKey) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
 
DirectDecrypter - Class in org.jboss.resteasy.jose.jwe.crypto
Direct decrypter with a shared symmetric key.
DirectDecrypter() - Constructor for class org.jboss.resteasy.jose.jwe.crypto.DirectDecrypter
 
DirectEncrypter - Class in org.jboss.resteasy.jose.jwe.crypto
Direct encrypter with a shared symmetric key.
DirectEncrypter() - Constructor for class org.jboss.resteasy.jose.jwe.crypto.DirectEncrypter
 
disableTrustManager - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
disableTrustManager() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
Disable trust management and hostname verification.
dispatcher - Variable in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
dispatcher - Variable in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
dispatcher - Variable in class org.jboss.resteasy.core.AbstractExecutionContext
 
Dispatcher - Interface in org.jboss.resteasy.core
 
dispatcher - Variable in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
dispatcher - Variable in class org.jboss.resteasy.plugins.server.netty.RequestDispatcher
 
dispatcher - Variable in class org.jboss.resteasy.plugins.server.netty.RequestHandler
 
dispatcher - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
dispatcher - Variable in class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
dispatcher - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
dispatcher - Variable in class org.jboss.resteasy.plugins.server.sun.http.ResteasyHttpHandler
 
dispatcher - Variable in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
dispatcher - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
dispatcher - Static variable in class org.jboss.resteasy.test.BaseResourceTest
 
dispose(T) - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
DKIM_SIGNATURE - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
DKIMSignature - Class in org.jboss.resteasy.security.doseta
One single signature within a DKIM-Signature header
DKIMSignature() - Constructor for class org.jboss.resteasy.security.doseta.DKIMSignature
 
DKIMSignature(Map<String, String>) - Constructor for class org.jboss.resteasy.security.doseta.DKIMSignature
 
DKIMSignature(String) - Constructor for class org.jboss.resteasy.security.doseta.DKIMSignature
 
dm - Variable in class org.jboss.resteasy.core.registry.SegmentNode.SortFactor
 
dnsUri - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
DO_BREAK_LINES - Static variable in class org.jboss.resteasy.util.Base64
Do break lines when encoding.
DO_NOT_CACHE_RESPONSE - Static variable in class org.jboss.resteasy.plugins.cache.server.ServerCacheHitFilter
 
DocumentProvider - Class in org.jboss.resteasy.plugins.providers
Provider that reads and writes org.w3c.dom.Document
DocumentProvider(ResteasyConfiguration) - Constructor for class org.jboss.resteasy.plugins.providers.DocumentProvider
 
doesConsume(MediaType) - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
doesProduce(List<? extends MediaType>) - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jboss.resteasy.auth.oauth.OAuthFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.jboss.resteasy.plugins.server.servlet.FilterDispatcher
 
doFilter(HttpExchange, Filter.Chain) - Method in class org.jboss.resteasy.plugins.server.sun.http.BasicAuthFilter
 
doInject(String, HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.PrefixedFormInjector
domain - Variable in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
domain - Variable in class org.jboss.resteasy.plugins.server.netty.NettySecurityContext
 
domain - Variable in class org.jboss.resteasy.plugins.server.netty.RequestDispatcher
 
domain - Variable in class org.jboss.resteasy.plugins.server.sun.http.BasicAuthFilter
 
DOMAIN - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
DomainDelegatingAuthenticator - Class in org.jboss.security.web
 
DomainDelegatingAuthenticator() - Constructor for class org.jboss.security.web.DomainDelegatingAuthenticator
 
DomainToken - Class in org.jboss.resteasy.keystone.model
 
DomainToken() - Constructor for class org.jboss.resteasy.keystone.model.DomainToken
 
DomainToken.ProjectRoles - Class in org.jboss.resteasy.keystone.model
 
DomainToken.ProjectRoles() - Constructor for class org.jboss.resteasy.keystone.model.DomainToken.ProjectRoles
 
DomainToken.ProjectRoles(String) - Constructor for class org.jboss.resteasy.keystone.model.DomainToken.ProjectRoles
 
done - Variable in class org.jboss.resteasy.core.SynchronousExecutionContext
 
DoNotUseJAXBProvider - Annotation Type in org.jboss.resteasy.annotations.providers.jaxb
Put this on a class or parameter when you do not want the JAXB MessageBodyReader/Writer used but instead have a more specific provider you want to use to marshall the type.
DoNotValidateRequest - Annotation Type in org.jboss.resteasy.plugins.validation.hibernate
 
DONT_GUNZIP - Static variable in class org.jboss.resteasy.util.Base64
Specify that gzipped data should not be automatically gunzipped.
doRead(Class<T>, MediaType, InputStream) - Method in class org.jboss.resteasy.core.messagebody.ReaderUtility
 
doRead(Class<T>, Type, MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.core.messagebody.ReaderUtility
 
doRead(HttpRequest, Class, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.messagebody.ReaderUtility
 
doRead(Class<T>, Type, MediaType, Annotation[], MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.core.messagebody.ReaderUtility
 
doService(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.springmvc.tjws.TJWSSpringMVCDispatcher
 
DosetaKeyRepository - Class in org.jboss.resteasy.security.doseta
 
DosetaKeyRepository() - Constructor for class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
DosetaKeyRepository.CacheEntry<T> - Class in org.jboss.resteasy.security.doseta
 
DosetaKeyRepository.CacheEntry(T) - Constructor for class org.jboss.resteasy.security.doseta.DosetaKeyRepository.CacheEntry
 
doubleValue() - Method in class org.jboss.resteasy.core.request.QualityValue
 
doWrite(Object, MediaType, OutputStream) - Method in class org.jboss.resteasy.core.messagebody.WriterUtility
 
doWrite(Object, Class, MediaType, OutputStream) - Method in class org.jboss.resteasy.core.messagebody.WriterUtility
 
doWrite(Object, Class, Type, MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.core.messagebody.WriterUtility
 
doWrite(HttpResponse, Object, Class, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.messagebody.WriterUtility
 
doWrite(Object, Class, Type, MediaType, Annotation[], MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.core.messagebody.WriterUtility
 
DynamicFeature - Interface in javax.ws.rs.container
A JAX-RS meta-provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.

E

eatWhitspace(Reader, boolean) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonParsing
 
EL - Class in org.jboss.resteasy.links.impl
 
EL() - Constructor for class org.jboss.resteasy.links.impl.EL
 
elements() - Method in class Acme.Serve.Serve.PathTreeDictionary
 
elements() - Method in class Acme.WildcardDictionary
 
ELProvider - Interface in org.jboss.resteasy.links
Implement this interface to wrap, modify or extend RESTEasy's ELContext with your own variable or method resolvers.
EmbeddedContainer - Class in org.jboss.resteasy.test
 
EmbeddedContainer() - Constructor for class org.jboss.resteasy.test.EmbeddedContainer
 
EmbeddedContainerBean - Class in org.jboss.resteasy.plugins.spring
 
EmbeddedContainerBean() - Constructor for class org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
 
EmbeddedJaxrsServer - Interface in org.jboss.resteasy.plugins.server.embedded
 
empty - Static variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
EMPTY_CLASSES - Static variable in class Acme.Utils
 
EMPTY_ENUMERATION - Static variable in class Acme.Utils
 
EMPTY_OBJECTS - Static variable in class Acme.Utils
 
EMPTY_URI - Static variable in class org.jboss.resteasy.mock.MockHttpRequest
 
enabled - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
enabled - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.User
 
enabled - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
enabled - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
enableDefaultInterceptors() - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
enabledFeatures - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
encode(byte[]) - Static method in class org.jboss.resteasy.jose.Base64Url
 
encode(Algorithm, byte[], byte[]) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
 
encode(ChannelHandlerContext, Channel, Object) - Method in class org.jboss.resteasy.plugins.server.netty.RestEasyHttpResponseEncoder
 
ENCODE - Static variable in class org.jboss.resteasy.util.Base64
Specify encoding in first bit.
encode(ByteBuffer, ByteBuffer) - Static method in class org.jboss.resteasy.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded ByteBuffer.
encode(ByteBuffer, CharBuffer) - Static method in class org.jboss.resteasy.util.Base64
Performs Base64 encoding on the raw ByteBuffer, writing it to the encoded CharBuffer.
Encode - Class in org.jboss.resteasy.util
 
Encode() - Constructor for class org.jboss.resteasy.util.Encode
 
encode(MultivaluedMap<String, String>) - Static method in class org.jboss.resteasy.util.Encode
 
encodeBytes(byte[]) - Static method in class org.jboss.resteasy.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.jboss.resteasy.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.jboss.resteasy.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.jboss.resteasy.util.Base64
Encodes a byte array into Base64 notation.
encodeBytesToBytes(byte[]) - Static method in class org.jboss.resteasy.util.Base64
Similar to Base64.encodeBytes(byte[]) but returns a byte array instead of instantiating a String.
encodeBytesToBytes(byte[], int, int, int) - Static method in class org.jboss.resteasy.util.Base64
Similar to Base64.encodeBytes(byte[], int, int, int) but returns a byte array instead of instantiating a String.
Encoded - Annotation Type in javax.ws.rs
Disables automatic decoding of parameter values bound using QueryParam, PathParam, FormParam or MatrixParam.
encoded - Variable in class org.jboss.resteasy.spi.metadata.Parameter
 
encoded() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
encodeFileToFile(String, String) - Static method in class org.jboss.resteasy.util.Base64
Reads infile and encodes it to outfile.
encodeForOAuth(String) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
Encodes the given value for use in an OAuth parameter
encodeFragment(String) - Static method in class org.jboss.resteasy.util.Encode
Keep encoded values "%..." and template parameters intact.
encodeFragmentAsIs(String) - Static method in class org.jboss.resteasy.util.Encode
 
encodeFromArray(String, String[], boolean) - Static method in class org.jboss.resteasy.util.Encode
 
encodeFromFile(String) - Static method in class org.jboss.resteasy.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeHeader(Algorithm) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder
 
encodeHeader(Algorithm) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
 
encodeHex(byte[]) - Static method in class org.jboss.resteasy.util.Hex
Converts an array of bytes into an array of characters representing the hexidecimal values of each byte in order.
encodeMatrixParam(String) - Static method in class org.jboss.resteasy.util.Encode
Keep encoded values "%..." and template parameters intact.
encodeNonCodes(String) - Static method in class org.jboss.resteasy.util.Encode
Encode '%' if it is not an encoding sequence
encodeObject(Serializable) - Static method in class org.jboss.resteasy.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.jboss.resteasy.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodePart(String, String, BitSet) - Static method in class org.jboss.resteasy.auth.oauth.URLUtils
Encodes a string to be a valid URI part, with the given characters allowed.
encodePart(String, String, BitSet) - Static method in class org.jboss.resteasy.util.URLUtils
Encodes a string to be a valid URI part, with the given characters allowed.
encodePath(String) - Static method in class org.jboss.resteasy.util.Encode
Keep encoded values "%...", matrix parameters, template parameters, and '/' characters intact.
encodePathAsIs(String) - Static method in class org.jboss.resteasy.util.Encode
Encode via RFC 3986.
encodePathParamName(String) - Static method in class org.jboss.resteasy.auth.oauth.URLUtils
Encodes a string to be a valid path parameter name, which means it can contain PCHAR* without "=" or ";".
encodePathParamName(String) - Static method in class org.jboss.resteasy.util.URLUtils
Encodes a string to be a valid path parameter name, which means it can contain PCHAR* without "=" or ";".
encodePathParamValue(String) - Static method in class org.jboss.resteasy.auth.oauth.URLUtils
Encodes a string to be a valid path parameter value, which means it can contain PCHAR* without ";".
encodePathParamValue(String) - Static method in class org.jboss.resteasy.util.URLUtils
Encodes a string to be a valid path parameter value, which means it can contain PCHAR* without ";".
encodePathSaveEncodings(String) - Static method in class org.jboss.resteasy.util.Encode
Keep any valid encodings from string i.e.
encodePathSegment(String) - Static method in class org.jboss.resteasy.auth.oauth.URLUtils
Encodes a string to be a valid path segment, which means it can contain PCHAR* only (do not put path parameters or they will be escaped.
encodePathSegment(String) - Static method in class org.jboss.resteasy.util.Encode
Keep encoded values "%...", matrix parameters and template parameters intact.
encodePathSegment(String) - Static method in class org.jboss.resteasy.util.URLUtils
Encodes a string to be a valid path segment, which means it can contain PCHAR* only (do not put path parameters or they will be escaped.
encodePathSegmentAsIs(String) - Static method in class org.jboss.resteasy.util.Encode
Encode via RFC 3986.
encodePathSegmentSaveEncodings(String) - Static method in class org.jboss.resteasy.util.Encode
Keep any valid encodings from string i.e.
encodeQueryNameOrValue(String) - Static method in class org.jboss.resteasy.auth.oauth.URLUtils
Encodes a string to be a valid query, which means it can contain PCHAR* | "?" | "/" without "=" | "&" | "+".
encodeQueryNameOrValue(String) - Static method in class org.jboss.resteasy.util.URLUtils
Encodes a string to be a valid query, which means it can contain PCHAR* | "?" | "/" without "=" | "&" | "+".
encodeQueryNameOrValueNoParen(String) - Static method in class org.jboss.resteasy.auth.oauth.URLUtils
Encodes a string to be a valid query with no parenthesis, which means it can contain PCHAR* | "?" | "/" without "=" | "&" | "+" | "(" | ")".
encodeQueryNameOrValueNoParen(String) - Static method in class org.jboss.resteasy.util.URLUtils
Encodes a string to be a valid query with no parenthesis, which means it can contain PCHAR* | "?" | "/" without "=" | "&" | "+" | "(" | ")".
encodeQueryParam(String) - Static method in class org.jboss.resteasy.util.Encode
Keep encoded values "%..." and template parameters intact.
encodeQueryParamAsIs(String) - Static method in class org.jboss.resteasy.util.Encode
Encodes everything of a query parameter name or value.
encodeQueryParamSaveEncodings(String) - Static method in class org.jboss.resteasy.util.Encode
Keep any valid encodings from string i.e.
encodeQueryString(String) - Static method in class org.jboss.resteasy.util.Encode
Keep encoded values "%..." and template parameters intact.
encodeRedirectURL(String) - Method in class Acme.Serve.Serve.ServeConnection
 
encodeRedirectUrl(String) - Method in class Acme.Serve.Serve.ServeConnection
 
encodeRedirectURL(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
encodeRedirectUrl(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
Deprecated.
As of version 2.1, use encodeRedirectURL(String url) instead
EncoderPrecedence - Annotation Type in org.jboss.resteasy.annotations.interception
This interceptor is an Content-Encoding encoder.
encodeToFile(byte[], String) - Static method in class org.jboss.resteasy.util.Base64
Convenience method for encoding data to a file.
encodeURL(String) - Method in class Acme.Serve.Serve.ServeConnection
 
encodeUrl(String) - Method in class Acme.Serve.Serve.ServeConnection
 
encodeURL(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
encodeUrl(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
Deprecated.
As of version 2.1, use encodeURL(String url) instead
encodeValue(String, String[]) - Static method in class org.jboss.resteasy.util.Encode
Keep encoded values "%..." and template parameters intact i.e.
encoding(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity content encoding.
encoding - Variable in class org.jboss.resteasy.plugins.interceptors.encoding.ClientContentEncodingAnnotationFilter
 
encoding(String) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
encodings(String...) - Static method in class javax.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported encodings.
encodings(String...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Set the encoding(s) for this variant.
encodings(String...) - Method in class org.jboss.resteasy.specimpl.VariantListBuilderImpl
 
encrypt(EncryptionMethod, CompressionAlgorithm, String, SecretKey, byte[]) - Static method in class org.jboss.resteasy.jose.jwe.crypto.DirectEncrypter
 
encrypt(Algorithm, EncryptionMethod, CompressionAlgorithm, RSAPublicKey, String, byte[]) - Static method in class org.jboss.resteasy.jose.jwe.crypto.RSAEncrypter
 
EncryptionMethod - Enum in org.jboss.resteasy.jose.jwe
 
Endpoint - Class in org.jboss.resteasy.keystone.model
 
Endpoint() - Constructor for class org.jboss.resteasy.keystone.model.Endpoint
 
Endpoints - Class in org.jboss.resteasy.keystone.model
 
Endpoints() - Constructor for class org.jboss.resteasy.keystone.model.Endpoints
 
enhanceRequest(MockHttpRequest) - Method in class org.jboss.resteasy.spi.InternalDispatcher
 
Entity<T> - Class in javax.ws.rs.client
Encapsulates message entity including the associated variant information.
entity(T, MediaType) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, MediaType, Annotation[]) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, String) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(T, Variant, Annotation[]) - Static method in class javax.ws.rs.client.Entity
Create an entity using a supplied content media type.
entity(Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
entity(Object, Annotation[]) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response entity in the builder.
entity - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
entity - Variable in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
entity - Variable in class org.jboss.resteasy.security.smime.SMIMEOutput
 
entity - Variable in class org.jboss.resteasy.specimpl.BuiltResponse
 
entity - Variable in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
entity(Object) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
entity(Object, Annotation[]) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
ENTITY_CODER - Static variable in class javax.ws.rs.Priorities
Message encoder or decoder filter/interceptor priority.
entityAnnotations - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
entityAnnotations - Variable in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
entityClass - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
entityClass - Variable in class org.jboss.resteasy.specimpl.BuiltResponse
 
EntityExtractor<T> - Interface in org.jboss.resteasy.client.core.extractors
EntityExtractor extract objects from responses.
EntityExtractor<T> - Interface in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
EntityExtractor extract objects from responses.
EntityExtractorFactory - Interface in org.jboss.resteasy.client.core.extractors
Create an EntityExtractor based on a method.
entityExtractorFactory - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
EntityExtractorFactory - Interface in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
Create an EntityExtractor based on a method.
entityGenericType - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
entityStream - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
EntityTag - Class in javax.ws.rs.core
An abstraction for the value of a HTTP Entity Tag, used as the value of an ETag response header.
EntityTag(String) - Constructor for class javax.ws.rs.core.EntityTag
Creates a new instance of a strong EntityTag.
EntityTag(String, boolean) - Constructor for class javax.ws.rs.core.EntityTag
Creates a new instance of an EntityTag.
EntityTagDelegate - Class in org.jboss.resteasy.plugins.delegates
 
EntityTagDelegate() - Constructor for class org.jboss.resteasy.plugins.delegates.EntityTagDelegate
 
EntityTypeFactory - Interface in org.jboss.resteasy.client
Deprecated. 
Entry - Class in org.jboss.resteasy.plugins.providers.atom
Per RFC4287:
Entry() - Constructor for class org.jboss.resteasy.plugins.providers.atom.Entry
 
entrySet() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
entrySet() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
entrySet() - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
entrySet() - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
enumerationToString(String, Enumeration<T>) - Static method in class org.jboss.resteasy.test.async.callback.JaxrsUtil
 
EnvelopedInput<T> - Interface in org.jboss.resteasy.security.smime
 
EnvelopedInputImpl - Class in org.jboss.resteasy.security.smime
 
EnvelopedInputImpl() - Constructor for class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
EnvelopedOutput - Class in org.jboss.resteasy.security.smime
 
EnvelopedOutput(Object, String) - Constructor for class org.jboss.resteasy.security.smime.EnvelopedOutput
 
EnvelopedOutput(Object, MediaType) - Constructor for class org.jboss.resteasy.security.smime.EnvelopedOutput
 
EnvelopedReader - Class in org.jboss.resteasy.security.smime
 
EnvelopedReader() - Constructor for class org.jboss.resteasy.security.smime.EnvelopedReader
 
EnvelopedWriter - Class in org.jboss.resteasy.security.smime
 
EnvelopedWriter() - Constructor for class org.jboss.resteasy.security.smime.EnvelopedWriter
 
EnvUtil - Class in org.jboss.resteasy.skeleton.key
 
EnvUtil() - Constructor for class org.jboss.resteasy.skeleton.key.EnvUtil
 
equals(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap

This implementation delegates the method call to to the the underlying [key, multi-value] store.

equals(Object) - Method in class javax.ws.rs.core.CacheControl
Compares object argument to this cache control to see if they are the same considering all property values.
equals(Object) - Method in class javax.ws.rs.core.Cookie
Compare for equality.
equals(Object) - Method in class javax.ws.rs.core.EntityTag
Compares obj to this tag to see if they are the same considering weakness and value.
equals(Object) - Method in class javax.ws.rs.core.GenericEntity
 
equals(Object) - Method in class javax.ws.rs.core.GenericType
 
equals(Object) - Method in class javax.ws.rs.core.MediaType
Compares obj to this media type to see if they are the same by comparing type, subtype and parameters.
equals(Object) - Method in class javax.ws.rs.core.NewCookie
Compare for equality.
equals(Object) - Method in class javax.ws.rs.core.Variant
Compares obj to this variant to see if they are the same considering all property values.
equals(Object) - Method in class org.jboss.resteasy.client.core.ClientProxy
 
equals(Object) - Method in class org.jboss.resteasy.client.core.extractors.ClientResponseProxy
 
equals(Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy
 
equals(Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ClientResponseProxy
 
equals(Object) - Method in class org.jboss.resteasy.core.ExtendedCacheControl
 
equals(Object) - Method in class org.jboss.resteasy.core.MediaTypeMap.CachedMediaTypeAndClass
 
equals(Object) - Method in class org.jboss.resteasy.core.request.QualityValue
 
equals(Object) - Method in class org.jboss.resteasy.keystone.model.Role
 
equals(Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder.CacheKey
 
equals(Object) - Method in class org.jboss.resteasy.plugins.server.embedded.SimplePrincipal
 
equals(Object) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
equals(Object) - Method in class org.jboss.resteasy.skeleton.key.SkeletonKeyPrincipal
 
equals(Object) - Method in class org.jboss.resteasy.specimpl.LinkImpl
 
equals(Object) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
equals(Object) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
equals(Object) - Method in class org.jboss.resteasy.util.WeightedLanguage
 
equals(Object) - Method in class org.jboss.resteasy.util.WeightedMediaType
 
EQUALS_SIGN - Static variable in class Acme.Utils
The equals sign (=) as a byte.
EQUALS_SIGN_ENC - Static variable in class Acme.Utils
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in interface javax.ws.rs.core.MultivaluedMap
Compare the specified map with this map for equality modulo the order of values for each key.
equalsIgnoreValueOrder(MultivaluedMap<String, Object>) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class org.jboss.resteasy.specimpl.MultivaluedMapImpl
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
equalsIgnoreValueOrder(MultivaluedMap<K, V>) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
equivalent(MediaType, MediaType) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
equivalentParams(MediaType, MediaType) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
Error - Class in org.jboss.resteasy.keystone.model
 
Error() - Constructor for class org.jboss.resteasy.keystone.model.Error
 
error(String) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
error(String, Object...) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
error(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
error(String) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
error(String, Object...) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
error(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
error(String) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
error(String, Object...) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
error(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
error(String) - Method in class org.jboss.resteasy.logging.Logger
 
error(String, Object...) - Method in class org.jboss.resteasy.logging.Logger
 
error(String, Throwable) - Method in class org.jboss.resteasy.logging.Logger
 
errorCode - Variable in exception org.jboss.resteasy.spi.Failure
 
errorMessage - Variable in class org.jboss.resteasy.mock.MockHttpResponse
 
establishConnectionTimeout - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
establishConnectionTimeout(long, TimeUnit) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
When trying to make an initial socket connection, what is the timeout?
establishConnectionTimeoutUnits - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
ETAG - Static variable in interface javax.ws.rs.core.HttpHeaders
ETAG - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
evaluateEL(Method, ELContext, Object, String) - Static method in class org.jboss.resteasy.links.impl.RESTUtils
 
evaluateELBoolean(Method, ELContext, Object, String) - Static method in class org.jboss.resteasy.links.impl.RESTUtils
 
evaluatePreconditions(EntityTag) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date, EntityTag) - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions based on the passed in value.
evaluatePreconditions() - Method in interface javax.ws.rs.core.Request
Evaluate request preconditions for a resource that does not currently exist.
evaluatePreconditions(EntityTag) - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
evaluatePreconditions(Date) - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
evaluatePreconditions(Date, EntityTag) - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
evaluatePreconditions() - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
exception - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
ExceptionAdapter - Exception in org.jboss.resteasy.core
A ExceptionAdapter.
ExceptionAdapter(Exception) - Constructor for exception org.jboss.resteasy.core.ExceptionAdapter
Create a new ExceptionAdapter.
ExceptionAdapter(String, Exception) - Constructor for exception org.jboss.resteasy.core.ExceptionAdapter
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.jboss.resteasy.plugins.server.netty.RequestHandler
 
ExceptionHandler - Class in org.jboss.resteasy.core
 
ExceptionHandler(ResteasyProviderFactory, Set<String>) - Constructor for class org.jboss.resteasy.core.ExceptionHandler
 
ExceptionMapper<E extends Throwable> - Interface in javax.ws.rs.ext
Contract for a provider that maps Java exceptions to Response.
exceptionMappers - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
ExceptionThrowingStringBean - Class in org.jboss.resteasy.test.async.callback
 
ExceptionThrowingStringBean(String) - Constructor for class org.jboss.resteasy.test.async.callback.ExceptionThrowingStringBean
 
exchange - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
execute(ClientExecutionContext) - Method in class org.jboss.resteasy.client.cache.CacheInterceptor
Deprecated.
 
execute(ClientRequest) - Method in interface org.jboss.resteasy.client.ClientExecutor
Deprecated.
 
execute() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
execute(ClientRequest) - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
execute(ClientRequest) - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
execute(ClientRequest) - Method in class org.jboss.resteasy.client.core.executors.URLConnectionClientExecutor
 
execute(HttpRequest, HttpResponse, ResourceInvoker) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
Return a response wither from an invoke or exception handling
execute(ClientExecutionContext) - Method in class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPInterceptor
 
execute(ClientExecutionContext) - Method in class org.jboss.resteasy.security.doseta.DigitalSigningHeaderDecoratorClientExecutionInterceptor
 
execute(ClientExecutionContext) - Method in class org.jboss.resteasy.security.doseta.DigitalSigningInterceptor
 
execute(ClientExecutionContext) - Method in class org.jboss.resteasy.security.doseta.DigitalVerificationHeaderDecoratorClientExecutionInterceptor
 
execute(ClientExecutionContext) - Method in interface org.jboss.resteasy.spi.interception.ClientExecutionInterceptor
Deprecated.
 
executeEntity(String, String, String, Object) - Method in class org.jboss.resteasy.spi.InternalDispatcher
 
executeExactExceptionMapper(Throwable) - Method in class org.jboss.resteasy.core.ExceptionHandler
If there exists an Exception mapper for exception, execute it, otherwise, do NOT recurse up class hierarchy of exception.
executeExceptionMapper(Throwable) - Method in class org.jboss.resteasy.core.ExceptionHandler
Execute an ExceptionMapper if one exists for the given exception.
executeExceptionMapperForClass(Throwable, Class) - Method in class org.jboss.resteasy.core.ExceptionHandler
 
executeRequest(ClientInvocation, HttpURLConnection) - Method in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
Execute request using HttpURLConnection with body from invocation if needed.
executeThread(Runnable) - Method in class Acme.Utils.ThreadPool
Takes a new task for execution by a threads in pool will wait until free threads if number of threads reached max
executionContext - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
executor - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
executor - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
executor - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
executor(ClientExecutor) - Method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
 
executor - Variable in class org.jboss.resteasy.core.AsynchronousDispatcher
 
executor - Variable in class org.jboss.resteasy.core.interception.ClientExecutionContextImpl
Deprecated.
 
executor - Variable in class org.jboss.resteasy.example.pubsub.SubscriptionResource
 
executor - Variable in class org.jboss.resteasy.spi.Link
Deprecated.
 
EXPECT - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
expectsBody - Variable in class org.jboss.resteasy.core.MethodInjectorImpl
 
expectsBody() - Method in class org.jboss.resteasy.core.MethodInjectorImpl
 
expectsBody - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
expectsBody() - Method in interface org.jboss.resteasy.spi.MethodInjector
 
expiration - Variable in class org.jboss.resteasy.jwt.JsonWebToken
 
expiration(long) - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
EXPIRATION - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
expiration - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
expiration - Variable in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
expiration(long) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
expired() - Method in interface org.jboss.resteasy.client.cache.BrowserCache.Entry
Deprecated.
 
expired() - Method in class org.jboss.resteasy.client.cache.CacheEntry
Deprecated.
 
expired() - Method in interface org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Entry
 
expired() - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheEntry
 
expired() - Method in class org.jboss.resteasy.keystone.model.Access.Token
 
expired() - Method in class org.jboss.resteasy.keystone.model.DomainToken
 
expired() - Method in class org.jboss.resteasy.keystone.model.UrlToken
 
expiredIn - Variable in class Acme.Serve.Serve
 
EXPIRES - Static variable in interface javax.ws.rs.core.HttpHeaders
expires(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response expiration date.
expires(Date) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
EXPIRES - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
expiresIn - Variable in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
export(Cache) - Method in class org.jboss.resteasy.keystone.server.Loader
 
export(Cache, OutputStream) - Method in class org.jboss.resteasy.keystone.server.Loader
 
Exporter - Class in org.jboss.resteasy.keystone.cli
 
Exporter() - Constructor for class org.jboss.resteasy.keystone.cli.Exporter
 
exposedHeaders - Variable in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
Expression - Class in org.jboss.resteasy.core.registry
 
Expression(String, String) - Constructor for class org.jboss.resteasy.core.registry.Expression
 
Expression.Group - Class in org.jboss.resteasy.core.registry
 
Expression.Group(int, String) - Constructor for class org.jboss.resteasy.core.registry.Expression.Group
 
Expression.Group(int, String, boolean) - Constructor for class org.jboss.resteasy.core.registry.Expression.Group
 
EXPRESSION_FACTORY - Static variable in class org.jboss.resteasy.links.impl.EL
 
ExtendedCacheControl - Class in org.jboss.resteasy.core
Adds support for the public directive which is not supported by CacheControl for some reason.
ExtendedCacheControl() - Constructor for class org.jboss.resteasy.core.ExtendedCacheControl
 
extensions - Variable in class org.jboss.resteasy.spi.Link
Deprecated.
 
ExternalEntityUnmarshaller - Class in org.jboss.resteasy.plugins.providers.jaxb
 
ExternalEntityUnmarshaller(Unmarshaller) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
extractAccepts(MultivaluedMap<String, String>) - Static method in class org.jboss.resteasy.plugins.server.netty.NettyUtil
 
extractAccepts(MultivaluedMap<String, String>) - Static method in class org.jboss.resteasy.plugins.server.servlet.ServletUtil
 
extractAccepts(MultivaluedMap<String, String>) - Static method in class org.jboss.resteasy.plugins.server.sun.http.HttpExchangeUtil
 
extractAttributes() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
extractEntity(ClientRequestContext, Object...) - Method in class org.jboss.resteasy.client.core.extractors.BodyEntityExtractor
 
extractEntity(ClientRequestContext, Object...) - Method in interface org.jboss.resteasy.client.core.extractors.EntityExtractor
 
extractEntity(ClientRequestContext, Object...) - Method in class org.jboss.resteasy.client.core.extractors.ResponseObjectProxy
 
extractEntity(ClientContext, Object...) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.BodyEntityExtractor
 
extractEntity(ClientContext, Object...) - Method in interface org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.EntityExtractor
 
extractEntity(ClientContext, Object...) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectProxy
 
extractEntity(Class, Type, Annotation[], MimeBodyPart, Providers) - Static method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
extractHeaders(HttpResponse) - Static method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
extractHeaders(HttpResponse) - Static method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
extractHttpHeaders(HttpRequest) - Static method in class org.jboss.resteasy.plugins.server.netty.NettyUtil
 
extractHttpHeaders(HttpServletRequest) - Static method in class org.jboss.resteasy.plugins.server.servlet.ServletUtil
 
extractHttpHeaders(HttpExchange) - Static method in class org.jboss.resteasy.plugins.server.sun.http.HttpExchangeUtil
 
extractJsonMapString(Reader) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonParsing
 
extractLanguages(MultivaluedMap<String, String>) - Static method in class org.jboss.resteasy.plugins.server.netty.NettyUtil
 
extractLanguages(MultivaluedMap<String, String>) - Static method in class org.jboss.resteasy.plugins.server.servlet.ServletUtil
 
extractLanguages(MultivaluedMap<String, String>) - Static method in class org.jboss.resteasy.plugins.server.sun.http.HttpExchangeUtil
 
extractLocale(String) - Static method in class org.jboss.resteasy.util.LocaleHelper
 
extractMatchingPath(List<PathSegment>) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
matching path without matrix parameters
extractor - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
extractor - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
extractorFactory - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
extractorFactory(EntityExtractorFactory) - Method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
 
extractParameters(String) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
extractPart(BodyPart) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInputImpl
 
extractPart(BodyPart) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
extractPart(BodyPart) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInputImpl
 
extractParts() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
extractRequestHeaders(HttpRequest) - Static method in class org.jboss.resteasy.plugins.server.netty.NettyUtil
 
extractRequestHeaders(HttpServletRequest) - Static method in class org.jboss.resteasy.plugins.server.servlet.ServletUtil
 
extractRequestHeaders(HttpExchange) - Static method in class org.jboss.resteasy.plugins.server.sun.http.HttpExchangeUtil
 
extractResult(GenericType<T>, Response, Annotation[]) - Static method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
Extracts result from response throwing an appropriate exception if not a successful response.
extractUriInfo(HttpRequest, String, String) - Static method in class org.jboss.resteasy.plugins.server.netty.NettyUtil
 
extractUriInfo(HttpServletRequest, String) - Static method in class org.jboss.resteasy.plugins.server.servlet.ServletUtil
 
extractUriInfo(HttpExchange) - Static method in class org.jboss.resteasy.plugins.server.sun.http.HttpExchangeUtil
 
extractValue(String) - Method in class org.jboss.resteasy.core.StringParameterInjector
 
extractValues(List<String>) - Method in class org.jboss.resteasy.core.StringParameterInjector
 

F

facadeFor() - Method in interface org.jboss.resteasy.links.ResourceFacade
Returns the type of entity that this facade should receive links for.
factory - Variable in class org.jboss.resteasy.core.MethodInjectorImpl
 
factory - Variable in class org.jboss.resteasy.core.ResourcePropertyInjector
 
factory - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
factory - Variable in class org.jboss.resteasy.springmvc.ResteasyWebHandlerTemplate
 
failed(Throwable) - Method in interface javax.ws.rs.client.InvocationCallback
Called when the invocation has failed for any reason.
failedVerifierMessage(VerificationResults) - Static method in exception org.jboss.resteasy.security.doseta.UnauthorizedSignatureException
 
Failure - Exception in org.jboss.resteasy.spi
This exception should only be used by Resteasy integrators.
Failure(String, Response) - Constructor for exception org.jboss.resteasy.spi.Failure
 
Failure(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.Failure
 
Failure(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.Failure
 
Failure(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.Failure
 
Failure(Throwable) - Constructor for exception org.jboss.resteasy.spi.Failure
 
Failure(String) - Constructor for exception org.jboss.resteasy.spi.Failure
 
Failure(int) - Constructor for exception org.jboss.resteasy.spi.Failure
 
Failure(String, int) - Constructor for exception org.jboss.resteasy.spi.Failure
 
Failure(String, Throwable, int) - Constructor for exception org.jboss.resteasy.spi.Failure
 
Failure(Throwable, int) - Constructor for exception org.jboss.resteasy.spi.Failure
 
failureException - Variable in class org.jboss.resteasy.security.doseta.VerificationResult
 
FALSE - Static variable in class org.jboss.resteasy.test.async.callback.Resource
 
FALSE - Static variable in class org.jboss.resteasy.test.async.Resource
 
familyOf(int) - Static method in enum javax.ws.rs.core.Response.Status.Family
Get the response status family for the status code.
FastInfosetCollectionProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 
FastInfosetCollectionProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastInfosetCollectionProvider
 
FastinfoSetContext - Class in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 
FastinfoSetContext(Class...) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetContext
 
FastinfoSetContext(String) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetContext
 
FastinfoSetElementProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 
FastinfoSetElementProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetElementProvider
 
FastinfoSetJAXBContextFinder - Class in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 
FastinfoSetJAXBContextFinder() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetJAXBContextFinder
 
FastInfosetMapProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 
FastInfosetMapProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastInfosetMapProvider
 
FastinfoSetMarshaller - Class in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 
FastinfoSetMarshaller(JAXBContext) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
FastinfoSetUnmarshaller - Class in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 
FastinfoSetUnmarshaller(JAXBContext) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
FastinfoSetXmlRootElementProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 
FastinfoSetXmlRootElementProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetXmlRootElementProvider
 
FastinfoSetXmlSeeAlsoProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 
FastinfoSetXmlSeeAlsoProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetXmlSeeAlsoProvider
 
FastinfoSetXmlTypeProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 
FastinfoSetXmlTypeProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetXmlTypeProvider
 
Feature - Interface in javax.ws.rs.core
A feature extension contract.
featureClasses - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
FeatureContext - Interface in javax.ws.rs.core
A configurable context passed to Feature and DynamicFeature instances by JAX-RS runtime during the phase of their configuration.
FeatureContextDelegate - Class in org.jboss.resteasy.util
 
FeatureContextDelegate(Configurable) - Constructor for class org.jboss.resteasy.util.FeatureContextDelegate
 
featureInstances - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
Feed - Class in org.jboss.resteasy.plugins.providers.atom
Per RFC4287:
Feed() - Constructor for class org.jboss.resteasy.plugins.providers.atom.Feed
 
field - Variable in class org.jboss.resteasy.spi.metadata.FieldParameter
 
field(Field) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceClassBuilder
 
FieldEnablerPrivilegedAction - Class in org.jboss.resteasy.plugins.providers.multipart
Helper class to make a field accessible.
FieldEnablerPrivilegedAction(Field) - Constructor for class org.jboss.resteasy.plugins.providers.multipart.FieldEnablerPrivilegedAction
 
fieldMap - Variable in class org.jboss.resteasy.client.core.marshallers.FormMarshaller
 
fieldMap - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
 
fieldMap - Variable in class org.jboss.resteasy.core.PropertyInjectorImpl
 
FieldParameter - Class in org.jboss.resteasy.spi.metadata
 
FieldParameter(ResourceClass, Field) - Constructor for class org.jboss.resteasy.spi.metadata.FieldParameter
 
fields - Variable in class org.jboss.resteasy.core.ResourcePropertyInjector
 
fields - Variable in class org.jboss.resteasy.spi.metadata.ResourceClass
 
FileProvider - Class in org.jboss.resteasy.plugins.providers
 
FileProvider() - Constructor for class org.jboss.resteasy.plugins.providers.FileProvider
 
FileRange - Class in org.jboss.resteasy.plugins.providers
 
FileRange(File, long, long) - Constructor for class org.jboss.resteasy.plugins.providers.FileRange
 
FileRangeException - Exception in org.jboss.resteasy.plugins.providers
 
FileRangeException(MediaType, File, long, long) - Constructor for exception org.jboss.resteasy.plugins.providers.FileRangeException
 
FileRangeWriter - Class in org.jboss.resteasy.plugins.providers
 
FileRangeWriter() - Constructor for class org.jboss.resteasy.plugins.providers.FileRangeWriter
 
FileServlet - Class in Acme.Serve
 
FileServlet() - Constructor for class Acme.Serve.FileServlet
 
FileServlet(String, String) - Constructor for class Acme.Serve.FileServlet
 
fileUploadInMemoryThresholdLimit - Variable in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
For uploading File's over JAX-RS framework, this property, together with ApacheHttpClient4Engine.fileUploadMemoryUnit, defines the maximum File size allowed in memory.
fileUploadMemoryUnit - Variable in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
fileUploadTempFileDir - Variable in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
Temp directory to write output request stream to.
filter(ClientRequestContext) - Method in interface javax.ws.rs.client.ClientRequestFilter
Filter method called before a request has been dispatched to a client transport layer.
filter(ClientRequestContext, ClientResponseContext) - Method in interface javax.ws.rs.client.ClientResponseFilter
Filter method called after a response has been provided for a request (either by a request filter or when the HTTP invocation returns.
filter(ContainerRequestContext) - Method in interface javax.ws.rs.container.ContainerRequestFilter
Filter method called before a request has been dispatched to a resource.
filter(ContainerRequestContext, ContainerResponseContext) - Method in interface javax.ws.rs.container.ContainerResponseFilter
Filter method called after a response has been provided for a request (either by a request filter or by a matched resource method.
filter(ClientRequestContext) - Method in class org.jboss.resteasy.client.jaxrs.BasicAuthentication
 
filter(ClientRequestContext) - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheInterceptor
 
filter(ClientRequestContext, ClientResponseContext) - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheInterceptor
 
filter(ContainerRequestContext) - Method in class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter
 
filter(ContainerRequestContext) - Method in class org.jboss.resteasy.core.AcceptParameterHttpPreprocessor
 
filter(ContainerRequestContext) - Method in class org.jboss.resteasy.keystone.core.AbstractTokenAuthFilter
 
filter(ContainerRequestContext) - Method in class org.jboss.resteasy.plugins.cache.server.ServerCacheHitFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.jboss.resteasy.plugins.interceptors.CacheControlFilter
 
filter(ContainerRequestContext) - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
filter(ClientRequestContext) - Method in class org.jboss.resteasy.plugins.interceptors.encoding.AcceptEncodingGZIPFilter
 
filter(ContainerRequestContext) - Method in class org.jboss.resteasy.plugins.interceptors.RoleBasedSecurityFilter
 
filter(ClientRequestContext) - Method in class org.jboss.resteasy.security.doseta.ClientDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator
 
filter(ClientRequestContext, ClientResponseContext) - Method in class org.jboss.resteasy.security.doseta.ClientDigitalVerificationHeaderDecoratorFeature.DigitalVerificationHeaderDecorator
 
filter(ClientRequestContext) - Method in class org.jboss.resteasy.security.doseta.DigitalSigningInterceptor
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.jboss.resteasy.security.doseta.DigitalSigningInterceptor
 
filter(ContainerRequestContext, ContainerResponseContext) - Method in class org.jboss.resteasy.security.doseta.ServerDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator
 
filter(ContainerRequestContext) - Method in class org.jboss.resteasy.security.doseta.ServerDigitalVerificationHeaderDecoratorFeature.DigitalVerificationHeaderDecorator
 
filter(ContainerRequestContext) - Method in class org.jboss.resteasy.skeleton.key.jaxrs.JaxrsBearerTokenFilter
 
Filter30Dispatcher - Class in org.jboss.resteasy.plugins.server.servlet
 
Filter30Dispatcher() - Constructor for class org.jboss.resteasy.plugins.server.servlet.Filter30Dispatcher
 
FilterBootstrap - Class in org.jboss.resteasy.plugins.server.servlet
 
FilterBootstrap(FilterConfig) - Constructor for class org.jboss.resteasy.plugins.server.servlet.FilterBootstrap
 
FilterDispatcher - Class in org.jboss.resteasy.plugins.server.servlet
 
FilterDispatcher() - Constructor for class org.jboss.resteasy.plugins.server.servlet.FilterDispatcher
 
finalize() - Method in class Acme.Utils.ThreadPool
 
finalize() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
finalize() - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
finalize() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
finalize() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
finalize() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInputImpl
 
finalize() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
finalUri - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
find(Class<?>, MediaType, ConcurrentHashMap<Class<?>, JAXBContext>, Mapped, BadgerFish) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder
 
FindAnnotation - Class in org.jboss.resteasy.util
 
findAnnotation(Annotation[], Class<T>) - Static method in class org.jboss.resteasy.util.FindAnnotation
FIXME Comment this
findAnnotation(Class<?>, Annotation[], Class<T>) - Static method in class org.jboss.resteasy.util.FindAnnotation
Look for an annotation in a list of annotations.
findCache() - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
findCacheContext(MediaType, Annotation[], Class...) - Method in interface org.jboss.resteasy.plugins.providers.jaxb.JAXBContextFinder
This method creates a JAXBContext from a collection of classes.
findCacheContext(MediaType, Annotation[], Class...) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder
 
findCacheContext(MediaType, Annotation[], Class...) - Method in class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
 
findCachedContext(Class, MediaType, Annotation[]) - Method in interface org.jboss.resteasy.plugins.providers.jaxb.JAXBContextFinder
This method with find a JAXBContext for one type.
findCachedContext(Class, MediaType, Annotation[]) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder
 
findCachedContext(Class, MediaType, Annotation[]) - Method in class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
 
findCacheXmlTypeContext(MediaType, Annotation[], Class...) - Method in interface org.jboss.resteasy.plugins.providers.jaxb.JAXBContextFinder
This method will find a JAXBContext from a set of XmlTypes that use an ObjectFactory for creation (i.e.
findCacheXmlTypeContext(MediaType, Annotation[], Class...) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder
 
findCacheXmlTypeContext(MediaType, Annotation[], Class...) - Method in class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
 
findClassParameterizedTypes(Class<?>, ParameterizedType, Class<?>) - Static method in class org.jboss.resteasy.util.Types
 
findDefaultObjectFactoryClass(Class<?>) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 
finder - Variable in class org.jboss.resteasy.plugins.providers.atom.Content
 
finder - Variable in class org.jboss.resteasy.plugins.providers.atom.Entry
 
finder - Variable in class org.jboss.resteasy.plugins.providers.atom.Text
 
findFromDns(String) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
findIDs(Object) - Static method in class org.jboss.resteasy.links.impl.BeanUtils
 
findInterfaceBasedMethod(Class, Method) - Static method in class org.jboss.resteasy.core.MethodInjectorImpl
 
findInterfaceParameterizedTypes(Class<?>, ParameterizedType, Class<?>) - Static method in class org.jboss.resteasy.util.Types
 
findJAXBContext(Class<?>, Annotation[], MediaType, boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
findJAXBContext(Class<?>, Annotation[], MediaType, boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider
 
findJaxRSAnnotations(Annotation[]) - Static method in class org.jboss.resteasy.util.FindAnnotation
 
findObjectFactory(Class<?>) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider
Attempts to locate XmlRegistry for the XML type.
findParameterizedTypes(Class<?>, Class<?>) - Static method in class org.jboss.resteasy.util.Types
Search for the given interface or class within the root's class/interface hierarchy.
findParentResource(Object) - Static method in class org.jboss.resteasy.links.impl.BeanUtils
 
findPrivateKey(DKIMSignature) - Method in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
 
findPrivateKey(DKIMSignature) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
findPrivateKey(DKIMSignature) - Method in interface org.jboss.resteasy.security.doseta.KeyRepository
 
findProvidedJAXBContext(Class<?>, MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 
findPublicKey(DKIMSignature) - Method in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
 
findPublicKey(DKIMSignature) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
findPublicKey(DKIMSignature) - Method in interface org.jboss.resteasy.security.doseta.KeyRepository
 
findReader(MediaType, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jsonp.AbstractJsonpProvider
 
findTimeZoneInDate(String) - Static method in class org.jboss.resteasy.test.async.callback.JaxrsUtil
 
findWebInfLibClasspaths(ServletContext) - Static method in class org.jboss.resteasy.plugins.server.servlet.ListenerBootstrap
 
findWriter(MediaType, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jsonp.AbstractJsonpProvider
 
finish() - Method in class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor.FinishableGZIPInputStream
 
finish() - Method in class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor.EndableGZIPOutputStream
 
fixed - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
 
floatValue() - Method in class org.jboss.resteasy.core.request.QualityValue
 
flush() - Method in class Acme.Serve.Serve.ServeOutputStream
 
flush() - Method in class org.jboss.resteasy.plugins.providers.multipart.HeaderFlushedOutputStream
 
flush() - Method in class org.jboss.resteasy.plugins.server.netty.ChunkOutputStream
 
flush() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.DeferredOutputStream
 
flush() - Method in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
flush() - Method in class org.jboss.resteasy.util.DelegatingOutputStream
 
flushBase64() - Method in class org.jboss.resteasy.util.Base64.OutputStream
Method added by PHIL.
flushBuffer() - Method in class Acme.Serve.Serve.ServeConnection
 
flushBuffer() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
flushHeaders() - Method in class org.jboss.resteasy.plugins.providers.multipart.HeaderFlushedOutputStream
 
followRedirects - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
followRedirects() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
followRedirects(boolean) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
followRedirects - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
followRedirects() - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
followRedirects - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
followRedirects() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
FooException - Exception in org.jboss.resteasy.test.application
 
FooException() - Constructor for exception org.jboss.resteasy.test.application.FooException
 
FooExceptionMapper - Class in org.jboss.resteasy.test.application
 
FooExceptionMapper(Application, ServletConfig, ServletContext) - Constructor for class org.jboss.resteasy.test.application.FooExceptionMapper
 
ForbiddenException - Exception in javax.ws.rs
A runtime exception indicating that an access to a resource requested by a client has been forbidden by the server.
ForbiddenException() - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Response) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Response) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(Response, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ForbiddenException
Construct a new "forbidden" exception.
ForbiddenException - Exception in org.jboss.resteasy.spi
Deprecated.
ForbiddenException() - Constructor for exception org.jboss.resteasy.spi.ForbiddenException
Deprecated.
 
ForbiddenException(String) - Constructor for exception org.jboss.resteasy.spi.ForbiddenException
Deprecated.
 
ForbiddenException(String, Response) - Constructor for exception org.jboss.resteasy.spi.ForbiddenException
Deprecated.
 
ForbiddenException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.ForbiddenException
Deprecated.
 
ForbiddenException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.ForbiddenException
Deprecated.
 
ForbiddenException(Throwable) - Constructor for exception org.jboss.resteasy.spi.ForbiddenException
Deprecated.
 
ForbiddenException(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.ForbiddenException
Deprecated.
 
form(Form) - Static method in class javax.ws.rs.client.Entity
form(MultivaluedMap<String, String>) - Static method in class javax.ws.rs.client.Entity
Form - Class in javax.ws.rs.core
Represents the the HTML form data request entity encoded using the "application/x-www-form-urlencoded" content type.
Form() - Constructor for class javax.ws.rs.core.Form
Create a new form data instance.
Form(String, String) - Constructor for class javax.ws.rs.core.Form
Create a new form data instance with a single parameter entry.
Form(MultivaluedMap<String, String>) - Constructor for class javax.ws.rs.core.Form
Create a new form data instance and register a custom underlying parameter store.
Form - Annotation Type in org.jboss.resteasy.annotations
This can be used as a value object for incoming/outgoing request/responses.
form(String) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
Resteasy @Form specific injection parameter
form() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
Resteasy @Form specific injection parameter
FORM_AUTH - Static variable in interface javax.ws.rs.core.SecurityContext
String identifier for Form authentication.
formatDate(Date) - Static method in class org.jboss.resteasy.util.DateUtil
Formats the given date according to the RFC 1123 pattern.
formatDate(Date, String) - Static method in class org.jboss.resteasy.util.DateUtil
Formats the given date according to the specified pattern.
formatOldCookie(Date) - Static method in class org.jboss.resteasy.plugins.delegates.ServerCookie
 
formatOldCookie(Date, StringBuffer, FieldPosition) - Static method in class org.jboss.resteasy.plugins.delegates.ServerCookie
 
Formatted - Annotation Type in org.jboss.resteasy.annotations.providers.jackson
 
Formatted - Annotation Type in org.jboss.resteasy.annotations.providers.jaxb
Format XML output with indentations and newlines

This is a JAXB Decorator

formData - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInputImpl
 
formData - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput
 
formDataMap - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInputImpl
 
FormInjector - Class in org.jboss.resteasy.core
 
FormInjector(Class, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.FormInjector
 
FormMarshaller - Class in org.jboss.resteasy.client.core.marshallers
 
FormMarshaller(Class, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.client.core.marshallers.FormMarshaller
 
FormParam - Annotation Type in javax.ws.rs
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter.
formParam(String) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
formParameter(String, Object) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
formParameters - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
formParameters - Variable in class org.jboss.resteasy.plugins.server.BaseHttpRequest
 
FormParamInjector - Class in org.jboss.resteasy.core
 
FormParamInjector(Class, Type, AccessibleObject, String, String, boolean, Annotation[], ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.FormParamInjector
 
FormParamMarshaller - Class in org.jboss.resteasy.client.core.marshallers
 
FormParamMarshaller(String) - Constructor for class org.jboss.resteasy.client.core.marshallers.FormParamMarshaller
 
FormParamProcessor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
 
FormParamProcessor(String) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.FormParamProcessor
 
FormProcessor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors
 
FormProcessor(Class, ClientConfiguration) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
 
FormUrlEncodedProvider - Class in org.jboss.resteasy.plugins.providers
 
FormUrlEncodedProvider() - Constructor for class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider
 
forward(ServletRequest, ServletResponse) - Method in class Acme.Serve.Serve.SimpleRequestDispatcher
 
forward(String) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
forward(String) - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
forward(String) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
forward(String) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
forward(String) - Method in interface org.jboss.resteasy.spi.HttpRequest
 
forward(String) - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
fragment(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI fragment.
FRAGMENT - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
fragment = pchar / "/" / "?"
fragment(String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
FRAGMENT - Static variable in class org.jboss.resteasy.util.URLUtils
fragment = pchar / "/" / "?"
freeThreads - Variable in class Acme.Utils.ThreadPool
 
from(String) - Static method in class org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate
 
FROM - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
fromAnnotations() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
fromAnnotations() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodParameterBuilder
 
fromBytes(Class<T>, byte[]) - Static method in class org.jboss.resteasy.jwt.JsonSerialization
 
fromBytes(Class<T>, byte[], ResteasyProviderFactory) - Static method in class org.jboss.resteasy.jwt.JsonSerialization
 
fromLink(Link) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from another link.
fromLink(Link) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from a Link.
fromMethod(Class<?>, String) - Static method in class javax.ws.rs.core.Link
Convenience method to build a link from a resource.
fromMethod(Class<?>, String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a Path-annotated method.
fromPath(String) - Static method in class javax.ws.rs.core.Link
Convenience method to build a link from a path.
fromPath(String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class javax.ws.rs.core.Link
Convenience method to build a link from a resource.
fromResource(Class<?>) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance representing a relative URI initialized from a root resource class.
fromResponse(Response) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder by performing a shallow copy of an existing Response.
fromStatusCode(int) - Static method in enum javax.ws.rs.core.Response.Status
Convert a numerical status code into the corresponding Status.
fromString(String) - Method in interface javax.ws.rs.ext.ParamConverter
Parse the supplied value and create an instance of T.
fromString(String) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Parse the supplied value and create an instance of T.
fromString(Class<T>, String) - Static method in class org.jboss.resteasy.jwt.JsonSerialization
 
fromString(Class<T>, String, ResteasyProviderFactory) - Static method in class org.jboss.resteasy.jwt.JsonSerialization
 
fromString(String) - Method in class org.jboss.resteasy.plugins.delegates.CacheControlDelegate
 
fromString(String) - Method in class org.jboss.resteasy.plugins.delegates.CookieHeaderDelegate
 
fromString(String) - Method in class org.jboss.resteasy.plugins.delegates.DateDelegate
 
fromString(String) - Method in class org.jboss.resteasy.plugins.delegates.EntityTagDelegate
 
fromString(String) - Method in class org.jboss.resteasy.plugins.delegates.LinkDelegate
 
fromString(String) - Method in class org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate
 
fromString(String) - Method in class org.jboss.resteasy.plugins.delegates.LocaleDelegate
 
fromString(String) - Method in class org.jboss.resteasy.plugins.delegates.MediaTypeHeaderDelegate
 
fromString(String) - Method in class org.jboss.resteasy.plugins.delegates.NewCookieHeaderDelegate
 
fromString(String) - Method in class org.jboss.resteasy.plugins.delegates.UriHeaderDelegate
 
fromString(String) - Method in interface org.jboss.resteasy.spi.StringConverter
Deprecated.
 
fromString(String) - Method in interface org.jboss.resteasy.spi.StringParameterUnmarshaller
 
fromTemplate(String) - Static method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
You may put path parameters anywhere within the uriTemplate except port
fromUri(URI) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from an existing URI.
fromUri(String) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from an existing URI represented as a string.
fromUri(URI) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
fromUri(String) - Static method in class javax.ws.rs.core.UriBuilder
Create a new instance initialized from an existing URI.
fromUriBuilder(UriBuilder) - Static method in class javax.ws.rs.core.Link
Create a new builder instance initialized from a URI builder.
fullpath - Variable in class org.jboss.resteasy.spi.metadata.ResourceLocator
 

G

GEN_DELIMS - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@"
GEN_DELIMS - Static variable in class org.jboss.resteasy.util.URLUtils
gen-delims = ":" / "/" / "?" / "#" / "[" / "]" / "@"
GeneralValidator - Interface in org.jboss.resteasy.spi.validation
 
GeneralValidatorCDI - Interface in org.jboss.resteasy.spi.validation
 
GeneralValidatorImpl - Class in org.jboss.resteasy.plugins.validation
 
GeneralValidatorImpl(ValidatorFactory, boolean, Set<ExecutableType>) - Constructor for class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
GeneralValidatorImpl - Class in org.jboss.resteasy.plugins.validation.hibernate
 
GeneralValidatorImpl(Validator, MethodValidator) - Constructor for class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
GeneralValidatorImpl.LocaleSpecificMessageInterpolator - Class in org.jboss.resteasy.plugins.validation
 
GeneralValidatorImpl.LocaleSpecificMessageInterpolator(MessageInterpolator, Locale) - Constructor for class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl.LocaleSpecificMessageInterpolator
 
GeneralValidatorImpl.S1 - Class in org.jboss.resteasy.plugins.validation.hibernate
 
GeneralValidatorImpl.S1() - Constructor for class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl.S1
 
GeneralValidatorImpl.S2 - Class in org.jboss.resteasy.plugins.validation.hibernate
 
GeneralValidatorImpl.S2() - Constructor for class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl.S2
 
GeneralValidatorImpl.S3 - Class in org.jboss.resteasy.plugins.validation.hibernate
 
GeneralValidatorImpl.S3() - Constructor for class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl.S3
 
GeneralValidatorImpl.S4 - Class in org.jboss.resteasy.plugins.validation.hibernate
 
GeneralValidatorImpl.S4() - Constructor for class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl.S4
 
GeneralValidatorImpl.S5 - Class in org.jboss.resteasy.plugins.validation.hibernate
 
GeneralValidatorImpl.S5() - Constructor for class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl.S5
 
GeneralValidatorImpl.SimpleMethodFilter - Class in org.jboss.resteasy.plugins.validation
A filter implementation filtering methods matching given methods.
generateBaseUrl() - Static method in class org.jboss.resteasy.test.TestPortProvider
Generate a base URL incorporating the configured port.
generateCidFromAddrSpec(String) - Static method in class org.jboss.resteasy.plugins.providers.multipart.ContentIDUtils
Helper method to generate a standards-compliant cid url from the supplied addrSpec.
generateContentID() - Static method in class org.jboss.resteasy.plugins.providers.multipart.ContentIDUtils
generateContentIDFromAddrSpec(String) - Static method in class org.jboss.resteasy.plugins.providers.multipart.ContentIDUtils
Helper method to generate a standards-compliant Content-ID header value from the supplied addrSpec.
generateRFC822AddrSpec() - Static method in class org.jboss.resteasy.plugins.providers.multipart.ContentIDUtils
Helper method to generate a standards-compliant, random addr-spec as described in RFC822.
generateSchema(SchemaOutputResolver) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
 
generateTestCertificate(String, String, KeyPair) - Static method in class org.jboss.resteasy.security.KeyTools
 
generateTestCertificate(KeyPair) - Static method in class org.jboss.resteasy.security.KeyTools
 
generateURL(String) - Static method in class org.jboss.resteasy.test.TestPortProvider
Generate a URL incorporating the configured port.
Generator - Class in org.jboss.resteasy.plugins.providers.atom
Per RFC4287
Generator() - Constructor for class org.jboss.resteasy.plugins.providers.atom.Generator
 
GenericEntity<T> - Class in javax.ws.rs.core
Represents a message entity of a generic type T.
GenericEntity(T) - Constructor for class javax.ws.rs.core.GenericEntity
Constructs a new generic entity.
GenericEntity(T, Type) - Constructor for class javax.ws.rs.core.GenericEntity
Create a new instance of GenericEntity, supplying the generic type information.
genericReturnType - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
genericReturnType(Type) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceLocatorBuilder
 
genericReturnType - Variable in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
GenericType<T> - Class in javax.ws.rs.core
Represents a generic message entity type T.
GenericType() - Constructor for class javax.ws.rs.core.GenericType
Constructs a new generic type, deriving the generic type and class from type parameter.
GenericType(Type) - Constructor for class javax.ws.rs.core.GenericType
Constructs a new generic type, supplying the generic type information and deriving the class.
genericType - Variable in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
genericType - Variable in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
genericType - Variable in class org.jboss.resteasy.security.smime.SMIMEOutput
 
genericType - Variable in class org.jboss.resteasy.specimpl.BuiltResponse
 
genericType - Variable in class org.jboss.resteasy.spi.metadata.Parameter
 
genericType(Type) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
GenericType<T> - Class in org.jboss.resteasy.util
This class is a trick used to extract GenericType information at runtime.
GenericType() - Constructor for class org.jboss.resteasy.util.GenericType
Constructs a new generic entity.
get(String) - Method in class Acme.Serve.Serve.PathTreeDictionary
This function looks up in the directory to find the perfect match and remove matching part from path, so if you need to keep original path, save it somewhere
get() - Method in class Acme.Utils.SimpleBuffer
 
get(Object) - Method in class Acme.WildcardDictionary
 
get() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP GET method for the current request asynchronously.
get() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP GET method for the current request synchronously.
get(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
GET - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP GET requests.
GET - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP GET method.
get(String, MediaType) - Method in interface org.jboss.resteasy.client.cache.BrowserCache
Deprecated.
 
get(String, MediaType) - Method in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
get(String, MediaType) - Method in class org.jboss.resteasy.client.cache.MapCache
Deprecated.
 
get() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
get(Class<T>) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
Templates the returned ClientResponse for easy access to returned entity
get(Class<T>, Type) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
get(GenericType) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
get(String, Class<T>, Object...) - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
get(String, MediaType) - Method in interface org.jboss.resteasy.client.jaxrs.cache.BrowserCache
 
get(String, MediaType) - Method in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
get(String, MediaType) - Method in class org.jboss.resteasy.client.jaxrs.cache.MapCache
 
get() - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
get(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
get(GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
get(InvocationCallback<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
get() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
get(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
get(GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
get(long, String) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
 
get(String) - Method in interface org.jboss.resteasy.keystone.client.ProjectsResource
 
get(String) - Method in interface org.jboss.resteasy.keystone.client.RolesResource
 
get(String) - Method in interface org.jboss.resteasy.keystone.client.TokenVerifier
 
get(String) - Method in interface org.jboss.resteasy.keystone.client.UsersResource
 
get(String) - Method in class org.jboss.resteasy.keystone.server.RolesService
 
get(String) - Method in class org.jboss.resteasy.keystone.server.TokenService
 
get(String) - Method in class org.jboss.resteasy.keystone.server.UsersService
 
get(String) - Static method in class org.jboss.resteasy.mock.MockHttpRequest
 
get(String, MediaType) - Method in class org.jboss.resteasy.plugins.cache.server.InfinispanCache
 
get(String, MediaType) - Method in interface org.jboss.resteasy.plugins.cache.server.ServerCache
 
get(String, MediaType) - Method in class org.jboss.resteasy.plugins.cache.server.SimpleServerCache
Deprecated.
 
get() - Method in class org.jboss.resteasy.plugins.guice.ext.ResponseBuilderProvider
 
get() - Method in class org.jboss.resteasy.plugins.guice.ext.UriBuilderProvider
 
get() - Method in class org.jboss.resteasy.plugins.guice.ext.VariantListBuilderProvider
 
get(Object) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
get() - Method in class org.jboss.resteasy.plugins.stats.RegistryStatsResource
 
get(Object) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
get() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
get() - Method in class org.jboss.resteasy.test.async.callback.ExceptionThrowingStringBean
 
get() - Method in class org.jboss.resteasy.test.async.callback.StringBean
 
get(AsyncResponse) - Method in class org.jboss.resteasy.test.async.JaxrsResource
 
get(AsynchronousResponse) - Method in class org.jboss.resteasy.test.async.MyResource
 
get(Object) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
get(Object) - Method in class org.jboss.resteasy.util.PrefixedMultivaluedMap
Returns the value assigned to "prefix.key" implicitly converts the key to String
get() - Method in class org.jboss.resteasy.util.ThreadLocalStack
 
get(String) - Static method in class org.jboss.security.web.ThreadContext
 
getAbortedResponse() - Method in class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
getAbortedWithResponse() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getAbsolutePath() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute path of the request.
getAbsolutePath() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getAbsolutePathBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute path of the request in the form of a UriBuilder.
getAbsolutePathBuilder() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getAccept() - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
getAccept() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
Gets the value of the accept property.
getAcceptableLanguages() - Method in interface javax.ws.rs.client.ClientRequestContext
Get a list of languages that are acceptable for the response.
getAcceptableLanguages() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get a list of languages that are acceptable for the response.
getAcceptableLanguages() - Method in interface javax.ws.rs.core.HttpHeaders
Get a list of languages that are acceptable for the response.
getAcceptableLanguages() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getAcceptableLanguages() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
getAcceptableLanguages() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getAcceptableLanguages() - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getAcceptableMediaTypes() - Method in interface javax.ws.rs.client.ClientRequestContext
Get a list of media types that are acceptable for the response.
getAcceptableMediaTypes() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get a list of media types that are acceptable for the response.
getAcceptableMediaTypes() - Method in interface javax.ws.rs.core.HttpHeaders
Get a list of media types that are acceptable for the response.
getAcceptableMediaTypes() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getAcceptableMediaTypes() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
getAcceptableMediaTypes() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getAcceptableMediaTypes() - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getAcceptedIssuers() - Method in class org.jboss.resteasy.client.jaxrs.engines.PassthroughTrustManager
 
getAccepts() - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
getAccepts() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
getAcceptType() - Method in class org.jboss.resteasy.core.registry.SegmentNode.SortEntry
 
getAccessCodeLifespan() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
getAccessCodeLifespan() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
getAccessCodeLifetime() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getAccessibleObject() - Method in class org.jboss.resteasy.spi.metadata.ConstructorParameter
 
getAccessibleObject() - Method in class org.jboss.resteasy.spi.metadata.FieldParameter
 
getAccessibleObject() - Method in class org.jboss.resteasy.spi.metadata.MethodParameter
 
getAccessibleObject() - Method in class org.jboss.resteasy.spi.metadata.Parameter
 
getAccessibleObject() - Method in class org.jboss.resteasy.spi.metadata.SetterParameter
 
getAccessKey() - Method in class org.jboss.resteasy.keystone.model.Authentication.ApiAccessKeyCredentials
 
getAccessToken(String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
getAccessToken(String, String) - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
Returns the OAuth Access Token for the given Consumer key and Access Token.
getAccessToken(String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
getActualProviderClasses() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getActualResourceClasses() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getActualTypeArgumentsOfAnInterface(Class<?>, Class<?>) - Static method in class org.jboss.resteasy.util.Types
Given a class and an interfaces, go through the class hierarchy to find the interface and return its type arguments.
getAdapter(Class<A>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
getAdapter(Class<A>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
getAdapter(Class<A>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
getAdapter(Class<A>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
getAdapter(Class<A>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
getAdapter(Class<A>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
getAdapter(Class<A>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
getAdapter(Class<A>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
getAddress() - Method in class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
Get the address.
getAdminNameCtx(SecurityContext) - Method in class org.jboss.resteasy.test.smoke.ProtectedResource
 
getAdminRole() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getAdminRole() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getAdminRole() - Method in class org.jboss.resteasy.test.smoke.ProtectedResource
 
getAdminRoleCtx(SecurityContext) - Method in class org.jboss.resteasy.test.smoke.ProtectedResource
 
getAdminURL() - Method in class org.jboss.resteasy.keystone.model.Access.Service.Endpoint
 
getAdminURL() - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
getAlgorithm() - Method in class org.jboss.resteasy.jose.jwe.JWEHeader
 
getAlgorithm() - Method in class org.jboss.resteasy.jose.jws.JWSHeader
 
getAlgorithm() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
getAlgorithm() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getAlias(DKIMSignature) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
getAllowedHeaders() - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
getAllowedMethods() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in class javax.ws.rs.core.Response
Get the allowed HTTP methods from the Allow HTTP header.
getAllowedMethods() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getAllowedMethods() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getAllowedMethods() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getAllowedMethods() - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
Will allow all by default
getAllowedMethods() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getAllowedOrigins() - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
Put "*" if you want to accept all origins
getAnnotatedMethod() - Method in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
getAnnotatedMethod() - Method in class org.jboss.resteasy.spi.metadata.SetterParameter
 
getAnnotation(Class<T>) - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getAnnotations() - Method in class javax.ws.rs.client.Entity
Get the entity annotations.
getAnnotations() - Method in interface javax.ws.rs.ext.InterceptorContext
Get an array of the annotations formally declared on the artifact that initiated the intercepted entity provider invocation.
getAnnotations() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getAnnotations() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getAnnotations() - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
getAnnotations() - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
getAnnotations() - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
getAnnotations() - Method in class org.jboss.resteasy.jsapi.MethodParamMetaData
 
getAnnotations() - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getAnnotations() - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getAnnotations() - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getAnnotations() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getAnnotations() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
getAnnotations() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
getAnnotations() - Method in class org.jboss.resteasy.spi.metadata.ConstructorParameter
 
getAnnotations() - Method in class org.jboss.resteasy.spi.metadata.FieldParameter
 
getAnnotations() - Method in class org.jboss.resteasy.spi.metadata.MethodParameter
 
getAnnotations() - Method in class org.jboss.resteasy.spi.metadata.Parameter
 
getAnnotations() - Method in class org.jboss.resteasy.spi.metadata.SetterParameter
 
getAnnotations() - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousResponse
 
getAnnotationType() - Method in class org.jboss.resteasy.spi.touri.AbstractURITemplateAnnotationResolver
 
getAnnotationType() - Method in class org.jboss.resteasy.spi.touri.MappedByAnnotationResolver
 
getAnnotationType() - Method in class org.jboss.resteasy.spi.touri.URITemplateAnnotationResolver
 
getAny(String) - Method in interface org.jboss.resteasy.client.cache.BrowserCache
Deprecated.
 
getAny(String) - Method in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
getAny(String) - Method in class org.jboss.resteasy.client.cache.MapCache
Deprecated.
 
getAny(String) - Method in interface org.jboss.resteasy.client.jaxrs.cache.BrowserCache
 
getAny(String) - Method in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
getAny(String) - Method in class org.jboss.resteasy.client.jaxrs.cache.MapCache
 
getAny() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
Gets the value of the any property.
getAny() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace
Gets the value of the any property.
getAnyOther() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getAnyOtherElement() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
Get content as an XML Element if the content is XML.
getAnyOtherJAXBObject(Class<T>, Class...) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
Extract the content as the provided JAXB annotated type.
getAnyOtherJAXBObject() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
Returns previous extracted jaxbobject from a call to getJAXBObject(Class clazz) or value passed in through a previous setJAXBObject().
getApiAccessKeyCredentials() - Method in class org.jboss.resteasy.keystone.model.Authentication
 
getApplication() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getApplicationClass() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getApplicationContext() - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServer
 
getApplicationContextConfiguration() - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
getApplicationCount() - Method in class org.jboss.resteasy.test.application.MyResource
 
getArgumentType(ParameterizedType, int) - Static method in class org.jboss.resteasy.util.Types
Gets the index-th type argument.
getAsText() - Method in class javax.ws.rs.core.MediaTypeEditor
getAsyncContext() - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
getAsyncContext() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
getAsyncContext() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
getAsyncContext() - Method in class org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest
 
getAsyncContext() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
getAsyncContext() - Method in interface org.jboss.resteasy.spi.HttpRequest
 
getAsyncContext() - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
getAsynchronousContext() - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
getAsyncJobServiceBasePath() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getAsyncJobServiceMaxJobResults() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getAsyncJobServiceMaxWait() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getAsyncJobServiceThreadPoolSize() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getAsyncResponse() - Method in class org.jboss.resteasy.core.SynchronousExecutionContext
 
getAsyncResponse() - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousContext
 
getAttachmentMarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
getAttachmentMarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
getAttachmentMarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
getAttachmentUnmarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
getAttachmentUnmarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
getAttachmentUnmarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
getAttachmentUnmarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
getAttachmentUnmarshaller() - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
getAttribute(String) - Method in class Acme.Serve.Serve.AcmeSession
 
getAttribute(String) - Method in class Acme.Serve.Serve
 
getAttribute(String) - Method in class Acme.Serve.Serve.ServeConnection
 
getAttribute(String) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
getAttribute(String) - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
getAttribute(String) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
getAttribute(String) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
getAttribute(String) - Method in interface org.jboss.resteasy.spi.HttpRequest
Map of contextual data.
getAttribute(String) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
Allows you to pass values back and forth between interceptors On the server side, this is the HttpRequest attributes, on the client side, this is the ClientRequest/ClientResponse attributes.
getAttribute(String) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
Allows you to pass values back and forth between interceptors On the server side, this is the HttpRequest attributes, on the client side, this is the ClientRequest/ClientResponse attributes.
getAttribute(String) - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
getAttribute(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getAttributeExceptionsTo() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getAttributeNames() - Method in class Acme.Serve.Serve.AcmeSession
 
getAttributeNames() - Method in class Acme.Serve.Serve
 
getAttributeNames() - Method in class Acme.Serve.Serve.ServeConnection
 
getAttributeNames() - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
getAttributeNames() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
getAttributeNames() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
getAttributeNames() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
getAttributeNames() - Method in interface org.jboss.resteasy.spi.HttpRequest
 
getAttributeNames() - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
getAttributeNames() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getAttributes() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getAttributes() - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
Used to pass information to and between interceptors.
getAttributes() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getAttributes() - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
getAttributes() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
getAttributes() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
getAudience() - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
getAuthenticationScheme() - Method in interface javax.ws.rs.core.SecurityContext
Returns the string value of the authentication scheme used to protect the resource.
getAuthenticationScheme() - Method in class org.jboss.resteasy.plugins.server.netty.NettySecurityContext
 
getAuthenticationScheme() - Method in class org.jboss.resteasy.plugins.server.servlet.ServletSecurityContext
 
getAuthenticationTag() - Method in class org.jboss.resteasy.jose.jwe.crypto.JWECryptoParts
Gets the authentication tag.
getAuthMethod(SecurityContext) - Method in class org.jboss.resteasy.test.smoke.ProtectedResource
 
getAuthorizationConfirmURI(HttpServletRequest, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthServlet
 
getAuthorizationUrl() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
getAuthors() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getAuthors() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getAuthType() - Method in class Acme.Serve.Serve.ServeConnection
 
getAuthType() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getAuthType() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getAuthUrl() - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
getAuthUrl() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getAuthUrl() - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
getAvailableMediaTypes(String[]) - Static method in class org.jboss.resteasy.plugins.providers.ProviderHelper
 
getAvailableVariants(String[]) - Static method in class org.jboss.resteasy.plugins.providers.ProviderHelper
 
getAvailableVariants(List<MediaType>) - Static method in class org.jboss.resteasy.plugins.providers.ProviderHelper
 
getBadgerFishReader(Reader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
getBase() - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
getBase() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes
Gets the value of the base property.
getBase() - Method in class org.jboss.resteasy.plugins.providers.atom.CommonAttributes
 
getBase() - Method in class org.jboss.resteasy.plugins.providers.atom.Generator
 
getBased64Signature() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
getBaseType() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getBaseUri() - Method in interface javax.ws.rs.core.UriInfo
Get the base URI of the application.
getBaseUri() - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
getBaseURI() - Method in class org.jboss.resteasy.client.core.extractors.ClientRequestContext
 
getBaseUri() - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
 
getBaseUri() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getBaseUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the base URI of the application in the form of a UriBuilder.
getBaseUriBuilder() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getBeanName() - Method in class org.jboss.resteasy.plugins.spring.OptionalValueBeanFactory
 
getBeanName() - Method in class org.jboss.resteasy.plugins.spring.ResteasyRegistration
 
getBeanName() - Method in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
getBeanNames() - Method in class org.jboss.resteasy.plugins.spring.BeanNameFilter
 
getBearerToken(UriInfo, HttpHeaders) - Method in class org.jboss.resteasy.skeleton.key.jaxrs.JaxrsOAuthClient
 
getBearerToken(HttpServletRequest) - Method in class org.jboss.resteasy.skeleton.key.servlet.ServletOAuthClient
Obtain the code parameter from the url after being redirected back from the auth-server.
getBegin() - Method in class org.jboss.resteasy.plugins.providers.FileRange
 
getBestMatch(List<Variant>) - Method in class org.jboss.resteasy.core.request.ServerDrivenNegotiation
 
getBestMatch(List<MediaType>, List<MediaType>) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
getBody() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getBody() - Static method in class org.jboss.resteasy.core.MessageBodyParameterInjector
 
getBody(Class<T>, Type) - Method in interface org.jboss.resteasy.plugins.providers.multipart.InputPart
 
getBody(GenericType<T>) - Method in interface org.jboss.resteasy.plugins.providers.multipart.InputPart
 
getBody(Class<T>, Type) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl.PartImpl
 
getBody(GenericType<T>) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl.PartImpl
 
getBody() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl.PartImpl
 
getBody() - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getBody() - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getBodyAnnotations() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getBodyAsString() - Method in interface org.jboss.resteasy.plugins.providers.multipart.InputPart
 
getBodyAsString() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl.PartImpl
 
getBodyContentType() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getBodyGenericType() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getBodyType() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getBooleanValue(String) - Static method in class org.jboss.resteasy.util.TypeConverter
Returns a Boolean value from a String.
getBootstrap() - Static method in class org.jboss.resteasy.test.EmbeddedContainer
 
getBoundary() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
getBounded() - Method in class org.jboss.resteasy.core.registry.RootClassNode
 
getBounded() - Method in class org.jboss.resteasy.core.registry.RootNode
 
getBounded() - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
getBuffer() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
getBufferSize() - Method in class Acme.Serve.Serve.ServeConnection
 
getBufferSize() - Method in class Acme.Serve.Serve.ServeOutputStream
 
getBufferSize() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
getBufSize() - Method in class org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream
Return the current maximum size of the internal buffer.
getById(String) - Method in class org.jboss.example.jaxrs2.async.CustomerResource
 
getByName(String) - Method in class org.jboss.example.jaxrs2.async.CustomerResource
 
getByteCount() - Method in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
getByteCount() - Method in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
getBytes(Object, String) - Static method in class org.jboss.resteasy.core.messagebody.WriterUtility
 
getCache() - Method in class org.jboss.resteasy.client.jaxrs.cache.BrowserCacheFeature
 
getCache() - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
getCache(Configurable) - Method in class org.jboss.resteasy.plugins.cache.server.ServerCacheFeature
 
getCache() - Method in class org.jboss.resteasy.skeleton.key.idm.service.SkeletonKeyApplication
 
getCached() - Method in interface org.jboss.resteasy.client.cache.BrowserCache.Entry
Deprecated.
 
getCached() - Method in class org.jboss.resteasy.client.cache.CacheEntry
Deprecated.
 
getCached() - Method in interface org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Entry
 
getCached() - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheEntry
 
getCached() - Method in class org.jboss.resteasy.plugins.cache.server.InfinispanCache.CacheEntry
 
getCached() - Method in interface org.jboss.resteasy.plugins.cache.server.ServerCache.Entry
 
getCached() - Method in class org.jboss.resteasy.plugins.cache.server.SimpleServerCache.CacheEntry
Deprecated.
 
getCacheExtension() - Method in class javax.ws.rs.core.CacheControl
Corresponds to a set of extension cache control directives.
getCacheTimeout() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
getCallback() - Method in class org.jboss.resteasy.auth.oauth.OAuthRequestToken
Returns this Token's callback
getCallbackQueryParameter() - Method in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
Get the name of the query parameter which contains the JavaScript method name.
getCallbackQueryParameter() - Method in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
Get the name of the query parameter which contains the JavaScript method name.
getCancelled() - Method in class org.jboss.resteasy.test.async.JaxrsResource
 
getCategories() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
Gets the value of the categories property.
getCategories() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getCategories() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getCategory() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
Gets the value of the category property.
getCekBitLength() - Method in enum org.jboss.resteasy.jose.jwe.EncryptionMethod
 
getCertificate() - Method in class org.jboss.resteasy.keystone.server.TokenService
 
getCertificate() - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getCertificate() - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getCertificate() - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getCertificate() - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
getChallenges() - Method in exception javax.ws.rs.NotAuthorizedException
Get the list of authorization challenges associated with the exception and applicable to the resource requested by the client.
getCharacterEncoding() - Method in class Acme.Serve.Serve.ServeConnection
 
getCharacterEncoding() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
getCharacterEncoding() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getCharset(MediaType) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
FIXME Comment this
getCharset(MediaType) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
getCharset(MediaType) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider
 
getCharset(MediaType) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
getCharset(MediaType) - Static method in class org.jboss.resteasy.plugins.providers.jsonp.AbstractJsonpProvider
 
getCharset(MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
getCipherText() - Method in class org.jboss.resteasy.jose.jwe.crypto.JWECryptoParts
Gets the cipher text.
getCity() - Method in class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
Get the city.
getClassCache() - Method in class org.jboss.resteasy.core.MediaTypeMap
 
getClassContracts() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClassContracts() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClasses() - Method in class javax.ws.rs.core.Application
Get a set of root resource, provider and feature classes.
getClasses() - Method in interface javax.ws.rs.core.Configuration
Get the immutable set of registered JAX-RS component (such as provider or feature) classes to be instantiated, injected and utilized in the scope of the configurable instance.
getClasses() - Method in class org.jboss.example.jaxrs2.async.ChatApplication
 
getClasses() - Method in class org.jboss.example.jaxrs2.async.CustomerApplication
 
getClasses() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getClasses() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClasses() - Method in class org.jboss.resteasy.examples.OrdersApplication
 
getClasses() - Method in class org.jboss.resteasy.skeleton.key.idm.service.SkeletonKeyApplication
 
getClasses() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClasses() - Method in class org.jboss.resteasy.test.application.MyApplication
 
getClasses() - Method in class org.jboss.resteasy.test.async.callback.MyApp
 
getClasses() - Method in class org.jboss.resteasy.test.async.MyApp
 
getClassViolations() - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
getClassViolations() - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
getClassViolations() - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
getClassWithAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.jboss.resteasy.util.AnnotationResolver
 
getClazz() - Method in class org.jboss.resteasy.client.core.ClientProxy
 
getClazz() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy
 
getClazz() - Method in class org.jboss.resteasy.plugins.spring.OptionalValueBeanFactory
 
getClazz() - Method in class org.jboss.resteasy.plugins.stats.ResourceMethodEntry
 
getClazz() - Method in class org.jboss.resteasy.plugins.stats.SubresourceLocator
 
getClazz() - Method in class org.jboss.resteasy.spi.metadata.ResourceClass
 
getClient() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the client instance associated with the request.
getClient() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getClient() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getClient() - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
getClient() - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
getClient() - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
getClient() - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
getClientConfiguration() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getClientCredentials() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getClientDynamicFeatures() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClientDynamicFeatures() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClientErrorInterceptors() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClientErrorInterceptors() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Return the list of currently registered ClientErrorInterceptor instances.
getClientExceptionMapper(Class<T>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClientExceptionMapper(Class<T>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClientExceptionMappers() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClientExecutionInterceptorRegistry() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClientExecutionInterceptorRegistry() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClientExecutor() - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
 
getClientId() - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
getClientId() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getClientId() - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
getClientKeyPassword() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getClientKeyPassword() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getClientKeyPassword() - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
getClientKeystore() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getClientKeystore() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getClientKeystore() - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
keystore that contains service's private key and certificate.
getClientKeystorePassword() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getClientKeystorePassword() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getClientMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClientMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClientMessageBodyReaders() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClientMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClientMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClientMessageBodyWriters() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClientReaderInterceptorRegistry() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClientReaderInterceptorRegistry() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClientRequestFilters() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClientRequestFilters() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClientResponse() - Method in class org.jboss.resteasy.client.core.extractors.ClientRequestContext
 
getClientResponse() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ClientContext
 
getClientResponseFilters() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClientResponseFilters() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getClientRole() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getClientWriterInterceptorRegistry() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getClientWriterInterceptorRegistry() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getCode() - Method in class org.jboss.resteasy.keystone.model.Error
 
getCode() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getCode(HttpServletRequest) - Method in class org.jboss.resteasy.skeleton.key.servlet.ServletOAuthClient
 
getCodeUrl() - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
getCodeUrl() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getCodeUrl() - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
getCodeUrl() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
getCollection() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace
Gets the value of the collection property.
getCollectionBaseType(Class, Type) - Static method in class org.jboss.resteasy.util.Types
 
getComment() - Method in class javax.ws.rs.core.NewCookie
Get the comment associated with the cookie.
getCommonPropertyType(ELContext, Object) - Method in class org.jboss.resteasy.links.impl.BaseELResolver
 
getCompressionAlgorithm() - Method in class org.jboss.resteasy.jose.jwe.JWEHeader
 
getConcreteMediaTypeFromMessageBodyWriters(Class, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getConcreteMediaTypeFromMessageBodyWriters(Class, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getConfigProperty(String) - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
getConfigProperty(String) - Method in class org.jboss.resteasy.plugins.cache.server.ServerCacheFeature
 
getConfiguration() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the immutable configuration of the request.
getConfiguration() - Method in interface javax.ws.rs.core.Configurable
Get a live view of an internal configuration state of this configurable instance.
getConfiguration() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getConfiguration() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getConfiguration() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getConfiguration() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
getConfiguration() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
getConfiguration() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
getConfiguration() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getConfiguration() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getConfiguration() - Method in class org.jboss.resteasy.util.FeatureContextDelegate
 
getConnectionPoolSize() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getConnectURI() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
Returns the OAuth Consumer's connect URI.
getConstraintType() - Method in class org.jboss.resteasy.api.validation.ResteasyConstraintViolation
 
getConstraintType(Object) - Method in interface org.jboss.resteasy.plugins.providers.validation.ConstraintTypeUtil
 
getConstraintType(Object) - Method in class org.jboss.resteasy.plugins.validation.ConstraintTypeUtil11
 
getConstraintType(Object) - Method in class org.jboss.resteasy.plugins.validation.hibernate.ConstraintTypeUtil10
 
getConstructedDefaultContextObjects() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getConstructor() - Method in class org.jboss.resteasy.spi.metadata.ResourceClass
 
getConstructor() - Method in class org.jboss.resteasy.spi.metadata.ResourceConstructor
 
getConstructors() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getConsumer(String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
getConsumer(String) - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
Returns the OAuth Consumer for the given Consumer key.
getConsumer(String) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
getConsumer() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
Returns this Token's Consumer.
getConsumes() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
getConsumes() - Method in class org.jboss.resteasy.plugins.stats.ResourceMethodEntry
 
getConsumes() - Method in class org.jboss.resteasy.spi.metadata.ResourceMethod
 
getConsumes(Class, AccessibleObject) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
getConsumesMIMEType() - Method in class org.jboss.resteasy.jsapi.MethodMetaData
 
getContainerRequestFilterRegistry() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getContainerRequestFilterRegistry() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getContainerResponseFilterRegistry() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getContainerResponseFilterRegistry() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getContent() - Method in class org.jboss.resteasy.jose.jws.JWSInput
 
getContent() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppAccept
Gets the value of the content property.
getContent() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getContentAsString() - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
getContentLength() - Method in class Acme.Serve.Serve.ServeConnection
 
getContentLength() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getContentType() - Method in class Acme.Serve.Serve.ServeConnection
 
getContentType() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
getContentType() - Method in class org.jboss.resteasy.jose.jwe.JWEHeader
 
getContentType() - Method in class org.jboss.resteasy.jose.jws.JWSHeader
 
getContentType() - Method in class org.jboss.resteasy.plugins.providers.DataSourceProvider.SequencedDataSource
 
getContentType() - Method in class org.jboss.resteasy.springmvc.ResteasyNoResourceFoundView
 
getContentType() - Method in class org.jboss.resteasy.springmvc.ResteasyView
 
getContentType() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getContext(String) - Method in class Acme.Serve.Serve
 
getContext(Class<?>) - Method in interface javax.ws.rs.ext.ContextResolver
Get a context of type T that is applicable to the supplied type.
getContext(Class) - Method in class org.jboss.resteasy.core.ContextResolverProxy
 
getContext(Class<?>) - Method in class org.jboss.resteasy.jwt.JWTContextResolver
 
getContext(ELContext) - Method in interface org.jboss.resteasy.links.ELProvider
Returns an ELContext to use for any @LinkResource constraint and pathParameters.
getContext(Class<?>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 
getContext() - Method in class org.jboss.resteasy.plugins.spring.ResteasyRegistration
 
getContext() - Method in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
getContext(Class<?>) - Method in class org.jboss.resteasy.plugins.validation.AbstractValidatorContextResolver
 
getContext(Class<?>) - Method in class org.jboss.resteasy.plugins.validation.hibernate.AbstractValidatorContextResolver
 
getContext(Class<?>) - Method in class org.jboss.resteasy.skeleton.key.SkeletonKeyContextResolver
 
getContext() - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
getContextData(Class<T>) - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getContextDataLevelCount() - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getContextDataMap() - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getContextPath() - Method in class Acme.Serve.Serve
 
getContextPath() - Method in class Acme.Serve.Serve.ServeConnection
 
getContextPath() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getContextPath() - Method in class org.jboss.resteasy.plugins.server.tjws.PatchedHttpServletRequest
 
getContextPath() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getContextResolver(Class<T>, MediaType) - Method in interface javax.ws.rs.ext.Providers
Get a context resolver for a particular type of context and media type.
getContextResolver(Class<T>, MediaType) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getContextResolver(Class<T>, MediaType) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getContextResolver(Class<T>, MediaType) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getContextResolvers(Class<?>, MediaType) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getContextResolvers() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getContextResolvers(Class<?>, MediaType) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getContracts(Class<?>) - Method in interface javax.ws.rs.core.Configuration
Get the extension contract registration information for a component of a given class.
getContracts(Class<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getContracts(Class<?>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getContracts(Class<?>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getContributors() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getContributors() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getConverter(Class<T>, Type, Annotation[]) - Method in interface javax.ws.rs.ext.ParamConverterProvider
Obtain a ParamConverter that can provide from/to string conversion for an instance of a particular Java type.
getCookie(String) - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getCookieHeaderName(int) - Static method in class org.jboss.resteasy.plugins.delegates.ServerCookie
Return the header name to set the cookie, based on cookie version.
getCookieName() - Method in class org.jboss.resteasy.client.core.marshallers.CookieParamMarshaller
 
getCookieName() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.CookieParamProcessor
 
getCookies() - Method in class Acme.Serve.Serve.ServeConnection
 
getCookies() - Method in interface javax.ws.rs.client.ClientRequestContext
Get any cookies that accompanied the request.
getCookies() - Method in interface javax.ws.rs.client.ClientResponseContext
Get any new cookies set on the response message.
getCookies() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get any cookies that accompanied the request.
getCookies() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get any new cookies set on the response message.
getCookies() - Method in interface javax.ws.rs.core.HttpHeaders
Get any cookies that accompanied the request.
getCookies() - Method in class javax.ws.rs.core.Response
Get any new cookies set on the response message.
getCookies() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getCookies() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getCookies() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
getCookies() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getCookies() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getCookies() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getCookies() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getCookies() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getCookies() - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getCookies() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getCookieValue(String) - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getCookieValue(String, HttpServletRequest) - Method in class org.jboss.resteasy.skeleton.key.servlet.ServletOAuthClient
 
getCorsMaxAge() - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
getCount() - Method in class org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream
 
getCount() - Method in class org.jboss.resteasy.test.application.MyResource
 
getCountry() - Method in class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
Get the country.
getCreationTime() - Method in class Acme.Serve.Serve.AcmeSession
 
getCredential(String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getCredential(String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getCredentials() - Method in class org.jboss.resteasy.keystone.model.StoredUser
 
getCredentials(User) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getCredentials(User) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getCredentials() - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
getCredentials() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
getCustomers(HttpServletRequest) - Static method in class org.jboss.resteasy.example.oauth.CustomerDatabaseClient
 
getCustomers() - Method in class org.jboss.resteasy.example.oauth.CustomerService
 
getData() - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getDate() - Method in interface javax.ws.rs.client.ClientRequestContext
Get message date.
getDate() - Method in interface javax.ws.rs.client.ClientResponseContext
Get message date.
getDate() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get message date.
getDate() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get message date.
getDate() - Method in interface javax.ws.rs.core.HttpHeaders
Get message date.
getDate() - Method in class javax.ws.rs.core.Response
Get message date.
getDate() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getDate() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getDate() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
getDate() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getDate() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getDate() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getDate() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getDate() - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getDateFormatRFC822() - Static method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
getDateHeader(String) - Method in class Acme.Serve.Serve.ServeConnection
 
getDateHeader(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getDateHeader(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getDeclaring() - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
getDeclaring() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
getDecodedFormParameters() - Method in class org.jboss.resteasy.plugins.server.BaseHttpRequest
 
getDecodedFormParameters() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
getDecodedFormParameters() - Method in interface org.jboss.resteasy.spi.HttpRequest
 
getDecodedFormParameters() - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
getDecodedFormParameters() - Method in class org.jboss.resteasy.util.PrefixedFormFieldsHttpRequest
 
getDefaultCache() - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
getDefaultCache() - Method in class org.jboss.resteasy.plugins.cache.server.ServerCacheFeature
 
getDefaultConsumes() - Method in class org.jboss.resteasy.client.jaxrs.ProxyConfig
 
getDefaultContextObjects() - Method in interface org.jboss.resteasy.core.Dispatcher
 
getDefaultContextObjects() - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
getDefaultContextObjects() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getDefaultCookiePath() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getDefaultExecutor() - Static method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getDefaultPrivateDomain() - Method in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
 
getDefaultPrivateDomain() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
getDefaultPrivateDomain() - Method in interface org.jboss.resteasy.security.doseta.KeyRepository
What should be the default domain to use when creating signature header
getDefaultPrivateSelector() - Method in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
 
getDefaultPrivateSelector() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
getDefaultPrivateSelector() - Method in interface org.jboss.resteasy.security.doseta.KeyRepository
What should be the default selector to use when creating signature header
getDefaultProduces() - Method in class org.jboss.resteasy.client.jaxrs.ProxyConfig
 
getDefaultProxy() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
getDefaultValue() - Method in class org.jboss.resteasy.spi.metadata.Parameter
 
getDelegate() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getDelegate() - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
getDelegate() - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
getDelegate() - Method in interface org.jboss.resteasy.spi.ProviderFactoryDelegate
 
getDelegate() - Method in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
getDelegate() - Method in class org.jboss.resteasy.util.DelegatingOutputStream
 
getDelegatingOutputStream() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getDeployment() - Method in interface org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer
 
getDeployment() - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
getDeployment() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
getDeployment() - Method in class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
 
getDeployment() - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
getDeployment() - Method in class org.jboss.resteasy.springmvc.ResteasyNoResourceFoundView
 
getDeployment() - Method in class org.jboss.resteasy.springmvc.ResteasyView
 
getDescription() - Method in class org.jboss.resteasy.keystone.model.Project
 
getDescription() - Method in class org.jboss.resteasy.keystone.model.Service
 
getDispatcher() - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
getDispatcher() - Method in class org.jboss.resteasy.plugins.server.netty.RequestDispatcher
 
getDispatcher() - Method in class org.jboss.resteasy.plugins.server.servlet.FilterDispatcher
 
getDispatcher() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
 
getDispatcher() - Method in class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
getDispatcher() - Method in class org.jboss.resteasy.plugins.spring.AsyncronousDispatcherManager
 
getDispatcher() - Method in class org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
 
getDispatcher() - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
getDispatcher() - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessorServletAware
 
getDispatcher() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getDispatcher() - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
getDisplayName() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
Returns the OAuth Consumer's display name.
getDnsUri() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
getDomain() - Method in class javax.ws.rs.core.Cookie
Get the domain of the cookie.
getDomain() - Method in class org.jboss.resteasy.plugins.server.netty.RequestDispatcher
 
getDomain() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
getDynamicFeatures() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getElement() - Method in class org.jboss.resteasy.plugins.providers.atom.Content
Get content as an XML Element if the content is XML.
getElement() - Method in class org.jboss.resteasy.plugins.providers.atom.Text
Get content as an XML Element if the content is XML.
getEmail() - Method in class org.jboss.resteasy.keystone.model.User
 
getEmail() - Method in class org.jboss.resteasy.plugins.providers.atom.Person
 
getEmbeddedServer() - Method in class org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
 
getEnabled() - Method in class org.jboss.resteasy.keystone.model.Project
 
getEnabled() - Method in class org.jboss.resteasy.keystone.model.User
 
getEnabledFeatures() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getEnabledFeatures() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getEncodedContent() - Method in class org.jboss.resteasy.jose.jws.JWSInput
 
getEncodedHeader() - Method in class org.jboss.resteasy.jose.jws.JWSInput
 
getEncodedMatchedPaths() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getEncodedPathInfo(String, String) - Static method in class org.jboss.resteasy.util.PathHelper
 
getEncodedPathParameterPathSegments() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getEncodedQueryParameters() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getEncodedSignature() - Method in class org.jboss.resteasy.jose.jws.JWSInput
 
getEncoding() - Method in class javax.ws.rs.client.Entity
Get entity encoding.
getEncoding() - Method in class javax.ws.rs.core.Variant
Get the encoding of the variant.
getEncoding(Annotation[]) - Method in class org.jboss.resteasy.plugins.interceptors.encoding.ClientContentEncodingAnnotationFeature
 
getEncodings(Annotation[]) - Method in class org.jboss.resteasy.plugins.interceptors.encoding.ServerContentEncodingAnnotationFeature
 
getEncryptedKey() - Method in class org.jboss.resteasy.jose.jwe.crypto.JWECryptoParts
Gets the encrypted key.
getEncryptionMethod() - Method in class org.jboss.resteasy.jose.jwe.JWEHeader
 
getEnd() - Method in class org.jboss.resteasy.plugins.providers.FileRange
 
getEndpoints() - Method in class org.jboss.resteasy.keystone.model.Access.Service
 
getEndpointsLinks() - Method in class org.jboss.resteasy.keystone.model.Access.Service
 
getEntity() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the message entity Java instance.
getEntity() - Method in class javax.ws.rs.client.Entity
Get entity data.
getEntity() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the message entity Java instance.
getEntity() - Method in class javax.ws.rs.core.GenericEntity
Get the enclosed entity.
getEntity() - Method in class javax.ws.rs.core.Response
Get the message entity Java instance.
getEntity() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Get object to be written as HTTP entity.
getEntity() - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
Unmarshal the target entity from the response OutputStream.
getEntity(Class<T2>) - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
Extract the response body with the provided type information

This method actually does the reading on the OutputStream.

getEntity(Class<T2>, Type) - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
Extract the response body with the provided type information

This method actually does the reading on the OutputStream.

getEntity(Class<T2>, Type, Annotation[]) - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
 
getEntity(GenericType<T2>) - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
Extract the response body with the provided type information.
getEntity(GenericType<T2>, Annotation[]) - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
 
getEntity() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getEntity(Class<T2>) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getEntity(Class<T2>, Type) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getEntity(Class<T2>, Type, Annotation[]) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getEntity(GenericType<T2>) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getEntity(GenericType<T2>, Annotation[]) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getEntity() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getEntity() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getEntity() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
getEntity() - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
getEntity() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getEntity() - Method in class org.jboss.resteasy.plugins.providers.multipart.OutputPart
 
getEntity() - Method in interface org.jboss.resteasy.security.smime.EnvelopedInput
 
getEntity(PrivateKey, X509Certificate) - Method in interface org.jboss.resteasy.security.smime.EnvelopedInput
 
getEntity(Class<T2>) - Method in interface org.jboss.resteasy.security.smime.EnvelopedInput
 
getEntity(Class<T2>, PrivateKey, X509Certificate) - Method in interface org.jboss.resteasy.security.smime.EnvelopedInput
 
getEntity(GenericType) - Method in interface org.jboss.resteasy.security.smime.EnvelopedInput
 
getEntity(GenericType, PrivateKey, X509Certificate) - Method in interface org.jboss.resteasy.security.smime.EnvelopedInput
 
getEntity() - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getEntity(PrivateKey, X509Certificate) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getEntity(Class) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getEntity(Class, PrivateKey, X509Certificate) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getEntity(GenericType) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getEntity(GenericType, PrivateKey, X509Certificate) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getEntity(GenericType, Annotation[], PrivateKey, X509Certificate) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getEntity(Class, Type, Annotation[], PrivateKey, X509Certificate) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getEntity() - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getEntity(Class) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getEntity(GenericType) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getEntity(GenericType, Annotation[]) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getEntity(Class, Type, Annotation[]) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getEntity(MediaType) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getEntity(Class<T2>, MediaType) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getEntity(GenericType<T2>, MediaType) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getEntity(GenericType<T2>, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getEntity(Class<T2>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getEntity() - Method in interface org.jboss.resteasy.security.smime.SignedInput
 
getEntity(Class<T2>) - Method in interface org.jboss.resteasy.security.smime.SignedInput
 
getEntity(GenericType) - Method in interface org.jboss.resteasy.security.smime.SignedInput
 
getEntity() - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
getEntity() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getEntity() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
getEntity(String) - Method in class org.jboss.resteasy.spi.InternalDispatcher
 
getEntity() - Method in interface org.jboss.resteasy.spi.MarshalledEntity
 
getEntityAnnotations() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the annotations attached to the entity instance.
getEntityAnnotations() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the annotations attached to the entity instance.
getEntityAnnotations() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getEntityAnnotations() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getEntityAnnotations() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getEntityClass() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the raw entity type information.
getEntityClass() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the raw entity type information.
getEntityClass() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getEntityClass() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getEntityClass() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getEntityClass() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getEntityGenericType() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getEntityStream() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the entity output stream.
getEntityStream() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the entity input stream.
getEntityStream() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the entity input stream.
getEntityStream() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the entity output stream.
getEntityStream() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getEntityStream() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getEntityStream() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
getEntityStream() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getEntityStream() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getEntityStream() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getEntityTag() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the entity tag.
getEntityTag() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the entity tag.
getEntityTag() - Method in class javax.ws.rs.core.Response
Get the entity tag.
getEntityTag() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getEntityTag() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getEntityTag() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getEntityTag() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getEntityType() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the generic entity type information.
getEntityType() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the generic entity type information.
getEntityType(int, MultivaluedMap<String, Object>) - Method in class org.jboss.resteasy.client.core.VoidEntityTypeFactory
 
getEntityType(int, MultivaluedMap<String, Object>) - Method in interface org.jboss.resteasy.client.EntityTypeFactory
Deprecated.
 
getEntityType() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getEntityType() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getEntries() - Method in class org.jboss.resteasy.plugins.providers.atom.Feed
 
getEntries() - Method in class org.jboss.resteasy.plugins.stats.RegistryData
 
getEntry(ClientRequest) - Method in class org.jboss.resteasy.client.cache.CacheInterceptor
Deprecated.
 
getEntry(String, MediaType) - Method in class org.jboss.resteasy.client.cache.MapCache
Deprecated.
 
getEntry(ClientRequestContext) - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheInterceptor
 
getEntry(String, MediaType) - Method in class org.jboss.resteasy.client.jaxrs.cache.MapCache
 
getError() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getErrorCode() - Method in exception org.jboss.resteasy.spi.Failure
 
getErrorCode() - Method in class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
getErrorHandler() - Method in class org.jboss.resteasy.client.core.extractors.ClientRequestContext
 
getErrorMessage() - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
getErrorMessage() - Method in class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
getErrorValue() - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
getEtag() - Method in class org.jboss.resteasy.plugins.cache.server.InfinispanCache.CacheEntry
 
getEtag() - Method in interface org.jboss.resteasy.plugins.cache.server.ServerCache.Entry
 
getEtag() - Method in class org.jboss.resteasy.plugins.cache.server.SimpleServerCache.CacheEntry
Deprecated.
 
getEventHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
getEventHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
getEventHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
getEventHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
getEventHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
getEventHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
getEventHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
getEventHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
getException() - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
getException() - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
getException() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getException() - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
getException() - Method in class org.jboss.resteasy.test.application.MyResource
 
getExceptionMapper(Class<T>) - Method in interface javax.ws.rs.ext.Providers
Get an exception mapping provider for a particular class of exception.
getExceptionMapper(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getExceptionMapper(Class<T>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getExceptionMapper(Class<T>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getExceptionMappers() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getExceptionMappers() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getExecutableTypesOnMethod(Method) - Static method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
getExecutableTypesOnMethodInHierarchy(Method) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
getExecutableTypesOnMethodInInterfaces(Class<?>, Method) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
getExecutionInterceptorList() - Method in interface org.jboss.resteasy.client.core.ClientInterceptorRepository
 
getExecutionInterceptorList() - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
getExecutionInterceptors() - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
getExecutor() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getExecutor() - Method in class org.jboss.resteasy.client.ProxyConfig
Deprecated.
 
getExecutor() - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
getExpiration() - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
getExpiration() - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
getExpiration() - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
getExpirationInSeconds() - Method in class org.jboss.resteasy.plugins.cache.server.InfinispanCache.CacheEntry
 
getExpirationInSeconds() - Method in interface org.jboss.resteasy.plugins.cache.server.ServerCache.Entry
 
getExpirationInSeconds() - Method in class org.jboss.resteasy.plugins.cache.server.SimpleServerCache.CacheEntry
Deprecated.
 
getExpires() - Method in class org.jboss.resteasy.keystone.model.Access.Token
 
getExpires() - Method in class org.jboss.resteasy.keystone.model.UrlToken
 
getExpiresIn() - Method in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
getExpiry() - Method in class javax.ws.rs.core.NewCookie
Get the cookie expiry date.
getExposedHeaders() - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
getExtendedProperty(Serializable) - Method in class org.jboss.resteasy.client.cache.CacheEntry
Deprecated.
 
getExtendedProperty(Serializable) - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheEntry
 
getExtensionAttributes() - Method in class org.jboss.resteasy.plugins.providers.atom.CommonAttributes
 
getExtensions() - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
getExtractorFactory() - Method in class org.jboss.resteasy.client.core.extractors.ClientRequestContext
 
getExtractorFactory() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ClientContext
 
getExtractorFactory() - Method in class org.jboss.resteasy.client.ProxyConfig
Deprecated.
 
getFactory() - Method in class org.jboss.resteasy.springmvc.ResteasyWebArgumentResolver
 
getFailureException() - Method in class org.jboss.resteasy.security.doseta.VerificationResult
 
getFamily() - Method in enum javax.ws.rs.core.Response.Status
Get the class of status code.
getFamily() - Method in interface javax.ws.rs.core.Response.StatusType
Get the class of status code.
getFastinfoSetXMLStreamReader(InputStream) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
getFastinfoSetXMLStreamWriter(OutputStream) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
getFeatureClasses() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getFeatureClasses() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getFeatureDescriptors(ELContext, Object) - Method in class org.jboss.resteasy.links.impl.BaseELResolver
 
getFeatureInstances() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getFeatureInstances() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getField(int, String) - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
getField() - Method in class org.jboss.resteasy.spi.metadata.FieldParameter
 
getFields() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getFields(Class<?>, MultipartFormDataOutput, Object) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationWriter
 
getFields() - Method in class org.jboss.resteasy.spi.metadata.ResourceClass
 
getFieldViolations() - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
getFieldViolations() - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
getFieldViolations() - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
getFile() - Method in class org.jboss.resteasy.plugins.providers.FileRange
 
getFilename(AccessibleObject) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationWriter
 
getFilename() - Method in class org.jboss.resteasy.plugins.providers.multipart.OutputPart
 
getFileUploadInMemoryThresholdLimit() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
Based on memory unit
getFileUploadMemoryUnit() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
getFileUploadTempFileDir() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
getFinder(MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomEntryProvider
 
getFinder(MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomFeedProvider
 
getFinder(MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
getFinder(MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
getFirst(K) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
getFirst(K) - Method in interface javax.ws.rs.core.MultivaluedMap
A shortcut to get the first value of the supplied key.
getFirst(String) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
getFirst(K) - Method in class org.jboss.resteasy.specimpl.MultivaluedMapImpl
 
getFirst(K) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
getFirst(K) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
getFirstResult(Verification) - Method in class org.jboss.resteasy.security.doseta.VerificationResults
 
getFormData() - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput
Deprecated.
getFormData() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInputImpl
Deprecated.
getFormData() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput
 
getFormDataMap() - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput
 
getFormDataMap() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInputImpl
 
getFormDataPart(String, Class<T>, Type) - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput
 
getFormDataPart(String, GenericType<T>) - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInput
 
getFormDataPart(String, Class<T>, Type) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInputImpl
 
getFormDataPart(String, GenericType<T>) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInputImpl
 
getFormParameters() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getFormParameters() - Method in class org.jboss.resteasy.plugins.server.BaseHttpRequest
 
getFormParameters() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
getFormParameters() - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
getFormParameters() - Method in interface org.jboss.resteasy.spi.HttpRequest
application/x-www-form-urlencoded parameters

This is here because @FormParam needs it and for when there are servlet filters that eat up the input stream

getFormParameters() - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
getFragment() - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
getFullpath() - Method in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
getFunctionName() - Method in class org.jboss.resteasy.jsapi.MethodMetaData
 
getFunctionPrefix() - Method in class org.jboss.resteasy.jsapi.MethodMetaData
 
getFunctionPrefix() - Method in class org.jboss.resteasy.jsapi.ServiceRegistry
 
getGeneralValidator() - Method in class org.jboss.resteasy.plugins.validation.hibernate.AbstractValidatorContextResolver
 
getGenerator() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getGenericReturnType() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
getGenericReturnType() - Method in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
getGenericType() - Method in interface javax.ws.rs.ext.InterceptorContext
Get the type of the object to be produced or written.
getGenericType() - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
getGenericType() - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
getGenericType() - Method in class org.jboss.resteasy.plugins.providers.multipart.OutputPart
 
getGenericType() - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getGenericType() - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getGenericType() - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getGenericType() - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
getGenericType() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getGenericType() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
getGenericType() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
getGenericType() - Method in class org.jboss.resteasy.spi.metadata.Parameter
 
getGenericType() - Method in class org.jboss.resteasy.util.GenericType
Gets underlying Type instance.
getGrantUrl() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
getGzip() - Method in class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor.CommittedGZIPOutputStream
 
getHandler(HttpServletRequest) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
getHeader(String) - Method in class Acme.Serve.Serve.ServeConnection
 
getHeader(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
getHeader(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getHeader() - Method in class org.jboss.resteasy.jose.jwe.JWEInput
 
getHeader() - Method in class org.jboss.resteasy.jose.jws.JWSInput
 
getHeader(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getHeaderAsLink(String) - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
Header is assumed to be a URL, a Link object is created from it if it exists.
getHeaderAsLink(String) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getHeaderDelegate(Class<?>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getHeaderDelegate(Class<?>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Checks to see if RuntimeDelegate is a ResteasyProviderFactory If it is, then use that, otherwise use this
getHeaderDelegates() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getHeaderList() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
getHeaderNames() - Method in class Acme.Serve.Serve.ServeConnection
 
getHeaderNames() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getHeaderNames() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getHeaders(String) - Method in class Acme.Serve.Serve.ServeConnection
 
getHeaders() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the mutable request headers multivalued map.
getHeaders() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the mutable response headers multivalued map.
getHeaders() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the mutable request headers multivalued map.
getHeaders() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the mutable response headers multivalued map.
getHeaders() - Method in class javax.ws.rs.core.Response
Get view of the response headers and their object values.
getHeaders() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Get mutable map of HTTP headers.
getHeaders() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Get mutable map of HTTP headers.
getHeaders() - Method in interface org.jboss.resteasy.client.cache.BrowserCache.Entry
Deprecated.
 
getHeaders() - Method in class org.jboss.resteasy.client.cache.CacheEntry
Deprecated.
 
getHeaders() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getHeaders() - Method in interface org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Entry
 
getHeaders() - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheEntry
 
getHeaders(HttpURLConnection) - Method in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
Create map with response headers.
getHeaders() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getHeaders() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
getHeaders() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getHeaders() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
getHeaders() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getHeaders() - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
getHeaders() - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
getHeaders() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getHeaders() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getHeaders(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getHeaders() - Method in class org.jboss.resteasy.plugins.cache.server.InfinispanCache.CacheEntry
 
getHeaders() - Method in interface org.jboss.resteasy.plugins.cache.server.ServerCache.Entry
 
getHeaders() - Method in class org.jboss.resteasy.plugins.cache.server.SimpleServerCache.CacheEntry
Deprecated.
 
getHeaders() - Method in interface org.jboss.resteasy.plugins.providers.multipart.InputPart
 
getHeaders() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl.PartImpl
 
getHeaders() - Method in class org.jboss.resteasy.plugins.providers.multipart.OutputPart
 
getHeaders(MultivaluedMap<String, Object>) - Method in class org.jboss.resteasy.security.doseta.DigitalSigningInterceptor
 
getHeaders() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
getHeaders() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
getHeaders(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getHeadersAsObjects() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getHeaderString(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Get a message header as a single string value.
getHeaderString(String) - Method in interface javax.ws.rs.core.HttpHeaders
Get a HTTP header as a single string value.
getHeaderString(String) - Method in class javax.ws.rs.core.Response
Get a message header as a single string value.
getHeaderString(String) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getHeaderString(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getHeaderString(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getHeaderString(String) - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getHeaderString(String) - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getHeaderString(String) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getHeaderString(String) - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getHeaderValueProcessor() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
getHeaderValueProcessor() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getHello() - Method in class org.jboss.resteasy.test.application.MyApplication
 
getHost() - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
getHost() - Static method in class org.jboss.resteasy.test.TestPortProvider
Look up the configured hostname, first checking an environment variable (RESTEASY_HOST), then a system property (org.jboss.resteasy.host), and finally the default hostname (localhost).
getHostname() - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
getHostnameVerifier() - Method in interface javax.ws.rs.client.Client
Get the hostname verifier configured in the client or null in case no hostname verifier has been configured.
getHostnameVerifier() - Method in interface org.jboss.resteasy.client.jaxrs.ClientHttpEngine
Needed for Client.getHostnameVerifier()
getHostnameVerifier() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
getHostnameVerifier() - Method in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
{inheritDoc}
getHostnameVerifier() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
getHref() - Method in class org.jboss.resteasy.keystone.model.Link
 
getHref() - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
getHref() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
Gets the value of the href property.
getHref() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
Gets the value of the href property.
getHref() - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
getHref() - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
getHreflang() - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
getHreflang() - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
getHttpClient() - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
getHttpClient() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
getHttpClient() - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
 
getHttpCode() - Method in exception org.jboss.resteasy.auth.oauth.OAuthException
Returns the HTTP status code to return to the OAuth Client
getHttpCode(OAuthProblemException) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
Finds the HTTP status code from the given exception
getHttpContext() - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
getHttpContext() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
getHttpHeaders() - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
getHttpHeaders() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
getHttpHeaders() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
getHttpHeaders() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
getHttpHeaders() - Method in interface org.jboss.resteasy.spi.HttpRequest
 
getHttpHeaders() - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
getHttpMethod() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getHttpMethod() - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
getHttpMethod() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
getHttpMethod() - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
getHttpMethod() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
getHttpMethod() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
getHttpMethod() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
getHttpMethod() - Method in interface org.jboss.resteasy.spi.HttpRequest
 
getHttpMethod() - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
getHttpMethods() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
getHttpMethods() - Method in class org.jboss.resteasy.jsapi.MethodMetaData
 
getHttpMethods() - Method in class org.jboss.resteasy.spi.metadata.ResourceMethod
 
getHttpMethods(Method) - Static method in class org.jboss.resteasy.util.IsHttpMethod
 
getHttpRequest() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getHttpRequest(HttpServletRequest) - Static method in class org.jboss.resteasy.springmvc.RequestUtil
 
getHttpRequest() - Method in class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
getHttpResponse() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getHttpServletRequest() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getHttpServletRequest() - Method in class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
getHttpServletResponse() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
getIcon() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getId() - Method in class Acme.Serve.Serve.AcmeSession
 
getId() - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
getId() - Method in class org.jboss.resteasy.keystone.model.Access.Token
 
getId() - Method in class org.jboss.resteasy.keystone.model.Access.User
 
getId() - Method in class org.jboss.resteasy.keystone.model.Authentication.Token
 
getId() - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
getId() - Method in class org.jboss.resteasy.keystone.model.Project
 
getId() - Method in class org.jboss.resteasy.keystone.model.Role
 
getId() - Method in class org.jboss.resteasy.keystone.model.Service
 
getId() - Method in class org.jboss.resteasy.keystone.model.User
 
getId() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getId() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getId() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
getId() - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
getId() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
getId() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
getId() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Resource
 
getId() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Role
 
getId() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
getId() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.ScopeMapping
 
getId() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.User
 
getId() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserAttribute
 
getId() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
getId() - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
getIdentifierName() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getIdentifierValue() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getIdentity() - Method in class org.jboss.resteasy.keystone.as7.SignedSkeletonKeyStoneLoginModule
 
getIdentity() - Method in class org.jboss.resteasy.keystone.as7.SkeletonKeyStoneLoginModule
 
getIds() - Method in class Acme.Serve.Serve.HttpSessionContextImpl
 
getImageReaderByMediaType(MediaType) - Static method in class org.jboss.resteasy.plugins.providers.IIOImageProviderHelper
FIXME Comment this
getImageWriterByMediaType(MediaType) - Static method in class org.jboss.resteasy.plugins.providers.IIOImageProviderHelper
FIXME Comment this
getImplementingMethod(Class, Method) - Static method in class org.jboss.resteasy.util.Types
Given a method and a root class, find the actual method declared in the root that implements the method.
getInitializationVector() - Method in class org.jboss.resteasy.jose.jwe.crypto.JWECryptoParts
Gets the initialisation vector (IV).
getInitParameter(String) - Method in class Acme.Serve.Serve
 
getInitParameter(String) - Method in class Acme.Serve.Serve.ServeConfig
 
getInitParameter(String) - Method in class org.jboss.resteasy.plugins.server.servlet.FilterBootstrap
 
getInitParameter(String) - Method in class org.jboss.resteasy.plugins.server.servlet.ListenerBootstrap
 
getInitParameter(String) - Method in class org.jboss.resteasy.plugins.server.servlet.ServletBootstrap
 
getInitParameter(String) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextResteasyConfiguration
 
getInitParameter(String) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer.FileMappingServe
 
getInitParameter(String) - Method in interface org.jboss.resteasy.spi.ResteasyConfiguration
Only provide parameter from a servlet or filter init param
getInitParameterNames() - Method in class Acme.Serve.Serve
 
getInitParameterNames() - Method in class Acme.Serve.Serve.ServeConfig
 
getInitParameterNames() - Method in class org.jboss.resteasy.plugins.server.servlet.FilterBootstrap
 
getInitParameterNames() - Method in class org.jboss.resteasy.plugins.server.servlet.ListenerBootstrap
 
getInitParameterNames() - Method in class org.jboss.resteasy.plugins.server.servlet.ServletBootstrap
 
getInitParameterNames() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextResteasyConfiguration
 
getInitParameterNames() - Method in interface org.jboss.resteasy.spi.ResteasyConfiguration
 
getInitParams() - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer.FileMappingServe
 
getInjectionPoints() - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
getInjector(Class<?>) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor.ResteasyBeanPostProcessor
 
getInjectorFactory() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getInjectorFactory() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getInjectorFactoryClass() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getInputStream() - Method in class Acme.Serve.Serve.ServeConnection
 
getInputStream() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Get the input stream of the object to be read.
getInputStream() - Method in interface org.jboss.resteasy.client.core.BaseClientResponse.BaseClientResponseStreamFactory
 
getInputStream() - Method in class org.jboss.resteasy.client.jaxrs.internal.AbortedResponse
 
getInputStream() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
getInputStream() - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
getInputStream() - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
getInputStream() - Method in class org.jboss.resteasy.plugins.providers.DataSourceProvider.SequencedDataSource
 
getInputStream() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
getInputStream() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
getInputStream() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
getInputStream() - Method in interface org.jboss.resteasy.spi.HttpRequest
 
getInputStream() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
getInputStream() - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
getInputStream() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getInstance() - Static method in class javax.ws.rs.ext.RuntimeDelegate
Obtain a RuntimeDelegate instance.
getInstance() - Static method in class org.jboss.resteasy.spi.InternalDispatcher
 
getInstance() - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Initializes ResteasyProviderFactory singleton if not set
getInstance() - Static method in class org.jboss.resteasy.spi.touri.ObjectToURI
 
getInstances() - Method in interface javax.ws.rs.core.Configuration
Get the immutable set of registered JAX-RS component (such as provider or feature) instances to be utilized by the configurable instance.
getInstances() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getInstances() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getInstances() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getInterceptor() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
getInterceptor() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory
 
getInterceptor() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory
 
getInterceptor() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.OnDemandInterceptorFactory
 
getInterceptor() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.SingletonInterceptorFactory
 
getInterceptor() - Method in class org.jboss.resteasy.core.interception.ReaderInterceptorRegistry.ReaderInterceptorFacade
 
getInterceptor() - Method in class org.jboss.resteasy.core.interception.WriterInterceptorRegistry.WriterInterceptorFacade
 
getInterceptorAfterPrecedences() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getInterceptorBeforePrecedences() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getInterceptorPrecedences() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getInterceptors(Class<T>) - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
getInterceptors(ClientInterceptorRepositoryImpl.InterceptorType) - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
getInterceptors() - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
getInternalCache() - Method in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
getInternalCache() - Method in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
getInternalURL() - Method in class org.jboss.resteasy.keystone.model.Access.Service.Endpoint
 
getInternalURL() - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
getIntf() - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
getIntf() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
getIntHeader(String) - Method in class Acme.Serve.Serve.ServeConnection
 
getIntHeader(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getIntHeader(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getInvocation() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
getInvocation() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ClientContext
 
getInvocations() - Method in class org.jboss.resteasy.plugins.stats.ResourceMethodEntry
 
getInvoker() - Method in class org.jboss.resteasy.core.registry.MethodExpression
 
getInvoker(HttpRequest) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
getInvoker() - Method in class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
getIssuedAt() - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
getIssuer() - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
getItem(int) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
 
getItems() - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
Get the item.
getJavaAlgorithm(Algorithm) - Static method in class org.jboss.resteasy.jose.jws.crypto.HMACProvider
 
getJavaAlgorithm(Algorithm) - Static method in class org.jboss.resteasy.jose.jws.crypto.RSAProvider
 
getJavaClass() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getJavaHashNotation() - Method in class org.jboss.resteasy.security.SigningAlgorithm
 
getJavaSecNotation() - Method in class org.jboss.resteasy.security.SigningAlgorithm
 
getJAXBObject(Class<T>, Class...) - Method in class org.jboss.resteasy.plugins.providers.atom.Content
Extract the content as the provided JAXB annotated type.
getJAXBObject() - Method in class org.jboss.resteasy.plugins.providers.atom.Content
Returns previous extracted jaxbobject from a call to getJAXBObject(Class clazz) or value passed in through a previous setJAXBObject().
getJAXBObject(Class<T>, Class...) - Method in class org.jboss.resteasy.plugins.providers.atom.Text
Extract the content as the provided JAXB annotated type.
getJAXBObject() - Method in class org.jboss.resteasy.plugins.providers.atom.Text
Returns previous extracted jaxbobject from a call to getJAXBObject(Class clazz) or value passed in through a previous setJAXBObject().
getJAXBObject(JAXBContextFinder, MediaType, Class<?>, Element) - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
getJAXBObject(JAXBContextFinder, MediaType, Class<?>, Element) - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
getJaxrsResponse() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getJndiComponentResources() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getJndiResources() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getJsonString(Reader) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonParsing
 
getKeepAliveDuration() - Method in class Acme.Serve.Serve
 
getKeepAliveParamStr() - Method in class Acme.Serve.Serve
 
getKey() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
Returns the OAuth Consumer's key
getKey() - Method in class org.jboss.resteasy.client.cache.CacheEntry
Deprecated.
 
getKey() - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheEntry
 
getKey() - Method in class org.jboss.resteasy.plugins.providers.jaxb.JaxbMap.Entry
 
getKey() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getKeyStore() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
getKeyStoreFile() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
getKeyStorePassword() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
getKeyStorePath() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
getKlass() - Method in class org.jboss.resteasy.jsapi.MethodMetaData
 
getLabel() - Method in class org.jboss.resteasy.plugins.providers.atom.Category
 
getLang() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes
Gets the value of the lang property.
getLanguage() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the language of the entity.
getLanguage() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the language of the entity.
getLanguage() - Method in class javax.ws.rs.client.Entity
Get entity language.
getLanguage() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the language of the entity.
getLanguage() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the language of the entity.
getLanguage() - Method in interface javax.ws.rs.core.HttpHeaders
Get the language of the request entity.
getLanguage() - Method in class javax.ws.rs.core.Response
Get the language of the message entity.
getLanguage() - Method in class javax.ws.rs.core.Variant
Get the language of the variant.
getLanguage() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getLanguage() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getLanguage() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
getLanguage() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getLanguage() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getLanguage() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getLanguage() - Method in class org.jboss.resteasy.plugins.providers.atom.CommonAttributes
 
getLanguage() - Method in class org.jboss.resteasy.plugins.providers.atom.Generator
 
getLanguage() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getLanguage() - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getLanguageExtensions() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getLanguageString() - Method in class javax.ws.rs.core.Variant
Get the string representation of the variant language, or null if no language has been set.
getLastAccessedTime() - Method in class Acme.Serve.Serve.AcmeSession
 
getLastModified() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the last modified date.
getLastModified() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the last modified date.
getLastModified() - Method in class javax.ws.rs.core.Response
Get the last modified date.
getLastModified() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getLastModified() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getLastModified() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getLastModified() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getLastModified(HttpServletRequest, Object) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerAdapter
 
getLastThrowableName() - Static method in class org.jboss.resteasy.test.async.callback.SecondSettingCompletionCallback
 
getLastThrowableName() - Static method in class org.jboss.resteasy.test.async.callback.SettingCompletionCallback
 
getLegacyMatch(Class, AccessibleObject) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
 
getLength() - Method in interface javax.ws.rs.client.ClientResponseContext
Get Content-Length value.
getLength() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get Content-Length value.
getLength() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get Content-Length value.
getLength() - Method in interface javax.ws.rs.core.HttpHeaders
Get Content-Length value.
getLength() - Method in class javax.ws.rs.core.Response
Get Content-Length value.
getLength() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getLength() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
getLength() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getLength() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getLength() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getLength() - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
getLength() - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
getLength() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getLength() - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getLink(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Get the link for the relation.
getLink(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the link for the relation.
getLink(String) - Method in class javax.ws.rs.core.Response
Get the link for the relation.
getLink(String) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getLink(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getLink(String) - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getLink(String) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getLinkBuilder(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in class javax.ws.rs.core.Response
Convenience method that returns a Link.Builder for the relation.
getLinkBuilder(String) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getLinkBuilder(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getLinkBuilder(String) - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getLinkBuilder(String) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getLinkByRel(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getLinkByRel(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getLinkByRelationship(String) - Method in class org.jboss.resteasy.spi.LinkHeader
 
getLinkByRelationship(String) - Method in class org.jboss.resteasy.spi.LinkHeaders
 
getLinkByTitle(String) - Method in class org.jboss.resteasy.spi.LinkHeader
 
getLinkByTitle(String) - Method in class org.jboss.resteasy.spi.LinkHeaders
 
getLinkForRel(String) - Method in class org.jboss.resteasy.links.RESTServiceDiscovery
 
getLinkHeader() - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
Get the link headers of the response.
getLinkHeader() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getLinkHeaders() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getLinks() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the links attached to the message as header.
getLinks() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the links attached to the message as header.
getLinks() - Method in class javax.ws.rs.core.Response
Get the links attached to the message as headers.
getLinks() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getLinks() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getLinks() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getLinks() - Method in class org.jboss.resteasy.keystone.model.Projects
 
getLinks() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getLinks() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getLinks() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getLinks() - Method in class org.jboss.resteasy.spi.LinkHeader
All the links defined
getLinks() - Method in class org.jboss.resteasy.spi.LinkHeaders
All the links defined
getLinksByRelationship() - Method in class org.jboss.resteasy.spi.LinkHeader
Index of links by relationship "rel" or "rev"
getLinksByRelationship() - Method in class org.jboss.resteasy.spi.LinkHeaders
Index of links by relationship "rel" or "rev"
getLinksByTitle() - Method in class org.jboss.resteasy.spi.LinkHeader
Index of links by title
getLinksByTitle() - Method in class org.jboss.resteasy.spi.LinkHeaders
Index of links by title
getList() - Method in class org.jboss.resteasy.keystone.model.Endpoints
 
getList() - Method in class org.jboss.resteasy.keystone.model.Projects
 
getList() - Method in class org.jboss.resteasy.keystone.model.Services
 
getList() - Method in class org.jboss.resteasy.keystone.model.Users
 
getList(K) - Method in class org.jboss.resteasy.specimpl.MultivaluedMapImpl
 
getListener() - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
getListener() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
getListener() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
getListener() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
getListener() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
getListener() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
getListener() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
getListener() - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
getListeners() - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
getListeners() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
getLoader() - Method in class org.jboss.resteasy.client.jaxrs.ProxyConfig
 
getLoader() - Method in class org.jboss.resteasy.client.ProxyConfig
Deprecated.
 
getLocalAddr() - Method in class Acme.Serve.Serve.ServeConnection
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getLocale() - Method in class Acme.Serve.Serve.LocaleWithWeight
 
getLocale() - Method in class Acme.Serve.Serve.ServeConnection
For request: Returns the preferred Locale that the client will accept content in, based on the Accept-Language header.
getLocale() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
getLocale() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getLocale() - Method in class org.jboss.resteasy.util.WeightedLanguage
 
getLocaleQualityValues(String) - Static method in class org.jboss.resteasy.core.request.AcceptHeaders
Gets the locales from a comma-separated list.
getLocales() - Method in class Acme.Serve.Serve.ServeConnection
Returns an Enumeration of Locale objects indicating, in decreasing order starting with the preferred locale, the locales that are acceptable to the client based on the Accept-Language header.
getLocales() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getLocalName() - Method in class Acme.Serve.Serve.ServeConnection
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getLocalPort() - Method in class Acme.Serve.Serve.ServeConnection
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getLocation() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the location.
getLocation() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the location.
getLocation() - Method in class javax.ws.rs.core.Response
Get the location.
getLocation() - Method in exception javax.ws.rs.RedirectionException
Get the redirection response location.
getLocation() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getLocation() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getLocation() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getLocation() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getLocationLink() - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
Get the Location header as a Link so you can easily execute on it.
getLocationLink() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getLocator() - Method in class org.jboss.resteasy.plugins.stats.RegistryEntry
 
getLocators() - Method in class org.jboss.resteasy.jsapi.ServiceRegistry
 
getLogger(Class<?>) - Static method in class org.jboss.resteasy.logging.Logger
 
getLoginRole() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getLogo() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getMAC(Algorithm) - Static method in class org.jboss.resteasy.jose.jws.crypto.HMACProvider
 
getMajorVersion() - Method in class Acme.Serve.Serve
 
getMapKeyType(Type) - Static method in class org.jboss.resteasy.util.Types
 
getMapValueType(Type) - Static method in class org.jboss.resteasy.util.Types
 
getMarkLimit() - Method in class org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream
 
getMarkPos() - Method in class org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream
 
getMarshalledBytes() - Method in interface org.jboss.resteasy.spi.MarshalledEntity
 
getMarshaller(Class<?>, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
FIXME Comment this
getMatchedResources() - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of the currently matched resource class instances.
getMatchedResources() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getMatchedURIs() - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of URIs for matched resources.
getMatchedURIs(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get a read-only list of URIs for matched resources.
getMatchedURIs(boolean) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getMatchedURIs() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getMatchingPath() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
Encoded path without matrix parameters
getMatrixParameters() - Method in interface javax.ws.rs.core.PathSegment
Get a map of the matrix parameters associated with the path segment.
getMatrixParameters() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getMatrixParameters() - Method in class org.jboss.resteasy.specimpl.PathSegmentImpl
 
getMaxAge() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the max-age cache control directive.
getMaxAge() - Method in class javax.ws.rs.core.NewCookie
Get the maximum age of the the cookie in seconds.
getMaxBps() - Method in class Acme.Serve.ThrottleItem
 
getMaxBytes() - Method in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
getMaxBytes() - Method in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
getMaxInactiveInterval() - Method in class Acme.Serve.Serve.AcmeSession
 
getMaxThreads() - Method in class Acme.Utils.ThreadPool
Returns setting for max number of threads
getMaxTimesConnectionUse() - Method in class Acme.Serve.Serve
 
getMediaType() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the media type of the entity.
getMediaType() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the media type of the entity.
getMediaType() - Method in class javax.ws.rs.client.Entity
Get entity media type.
getMediaType() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the media type of the entity.
getMediaType() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the media type of the entity.
getMediaType() - Method in interface javax.ws.rs.core.HttpHeaders
Get the media type of the request entity.
getMediaType() - Method in class javax.ws.rs.core.Response
Get the media type of the message entity.
getMediaType() - Method in class javax.ws.rs.core.Variant
Get the media type of the variant.
getMediaType() - Method in interface javax.ws.rs.ext.InterceptorContext
Get media type of HTTP entity.
getMediaType() - Method in interface org.jboss.resteasy.client.cache.BrowserCache.Entry
Deprecated.
 
getMediaType() - Method in class org.jboss.resteasy.client.cache.CacheEntry
Deprecated.
 
getMediaType() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getMediaType() - Method in class org.jboss.resteasy.client.core.marshallers.MessageBodyParameterMarshaller
 
getMediaType() - Method in interface org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Entry
 
getMediaType() - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheEntry
 
getMediaType() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getMediaType() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
getMediaType() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getMediaType() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.MessageBodyParameterProcessor
 
getMediaType() - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
getMediaType() - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
getMediaType() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getMediaType() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getMediaType() - Method in class org.jboss.resteasy.jose.jwe.JWEHeader
 
getMediaType() - Method in class org.jboss.resteasy.jose.jws.JWSHeader
 
getMediaType() - Method in class org.jboss.resteasy.plugins.cache.server.InfinispanCache.CacheEntry
 
getMediaType() - Method in interface org.jboss.resteasy.plugins.providers.multipart.InputPart
 
getMediaType() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl.PartImpl
 
getMediaType() - Method in class org.jboss.resteasy.plugins.providers.multipart.OutputPart
 
getMediaType() - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
getMediaType() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getMediaType() - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getMediaType() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
getMediaType() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
getMediaTypeMappings() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getMediaTypeQualityValues(String) - Static method in class org.jboss.resteasy.core.request.AcceptHeaders
Gets the media types from a comma-separated list.
getMessage() - Method in class org.jboss.resteasy.api.validation.ResteasyConstraintViolation
 
getMessage() - Method in class org.jboss.resteasy.keystone.model.Error
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.Providers
Get a message body reader that matches a set of criteria.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Always returns server MBRs
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.Providers
Get a message body writer that matches a set of criteria.
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Always gets server MBW
getMetadata() - Method in class javax.ws.rs.core.Response
getMetadata() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getMetadata() - Method in class org.jboss.resteasy.keystone.model.Access
 
getMetadata() - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
getMetadata() - Method in class org.jboss.resteasy.skeleton.key.SkeletonKeySession
 
getMetadata() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getMethod() - Method in class Acme.Serve.Serve.ServeConnection
 
getMethod() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the request method.
getMethod() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the request method.
getMethod() - Method in interface javax.ws.rs.core.Request
Get the request method, e.g.
getMethod() - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
getMethod() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getMethod() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getMethod() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
getMethod() - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
getMethod() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getMethod() - Method in interface org.jboss.resteasy.core.ResourceInvoker
 
getMethod() - Method in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
getMethod() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
getMethod() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getMethod() - Method in class org.jboss.resteasy.jsapi.MethodMetaData
 
getMethod() - Method in class org.jboss.resteasy.plugins.stats.ResourceMethodEntry
 
getMethod() - Method in class org.jboss.resteasy.plugins.stats.SubresourceLocator
 
getMethod() - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
getMethod() - Method in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
getMethod() - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousResponse
 
getMethod() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getMethodAnnotations() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
getMethodMetaData() - Method in class org.jboss.resteasy.jsapi.ServiceRegistry
 
getMethods() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getMethods() - Method in class org.jboss.resteasy.plugins.stats.RegistryEntry
 
getMimeType(String) - Method in class Acme.Serve.Serve
 
getMinorVersion() - Method in class Acme.Serve.Serve
 
getModel() - Method in class org.jboss.resteasy.plugins.providers.html.View
 
getModelMap() - Method in class org.jboss.resteasy.plugins.providers.html.View
 
getModelName() - Method in class org.jboss.resteasy.plugins.providers.html.View
 
getModules(ServletContext) - Method in class org.jboss.resteasy.plugins.guice.GuiceResteasyBootstrapServletContextListener
Override this method to instantiate your Modules yourself.
getMutableCookies() - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getMutableHeaders() - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
getMutableHeaders() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
getMutableHeaders() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
getMutableHeaders() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
getMutableHeaders() - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getMutableHeaders() - Method in interface org.jboss.resteasy.spi.HttpRequest
 
getMutableHeaders() - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
getMutableProperties() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getMutableProperties() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getMutableProperties() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getMutableProperties() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getName() - Method in class javax.ws.rs.core.Cookie
Get the name of the cookie.
getName() - Method in class org.jboss.example.jaxrs2.async.Customer
 
getName() - Method in class org.jboss.resteasy.client.cache.BrowserCache.Header
Deprecated.
 
getName() - Method in class org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Header
 
getName() - Method in class org.jboss.resteasy.keystone.core.UserPrincipal
 
getName() - Method in class org.jboss.resteasy.keystone.model.Access.Service
 
getName() - Method in class org.jboss.resteasy.keystone.model.Access.User
 
getName() - Method in class org.jboss.resteasy.keystone.model.Project
 
getName() - Method in class org.jboss.resteasy.keystone.model.Role
 
getName() - Method in class org.jboss.resteasy.keystone.model.Service
 
getName() - Method in class org.jboss.resteasy.keystone.model.User
 
getName() - Method in class org.jboss.resteasy.plugins.providers.atom.Person
 
getName() - Method in class org.jboss.resteasy.plugins.providers.DataSourceProvider.SequencedDataSource
 
getName() - Method in class org.jboss.resteasy.plugins.server.embedded.SimplePrincipal
 
getName() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
getName() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Resource
 
getName() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Role
 
getName() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserAttribute
 
getName() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
getName() - Method in class org.jboss.resteasy.skeleton.key.SkeletonKeyPrincipal
 
getName() - Method in class org.jboss.resteasy.test.application.MyResource.Foo
 
getName() - Method in class org.jboss.resteasy.test.async.XmlData
 
getName() - Method in class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
Get the name.
getNameBound(Class<?>) - Static method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
getNamedDispatcher(String) - Method in class Acme.Serve.Serve
 
getNewCookies() - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
getNoCacheFields() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the value of the no-cache cache control directive.
getNode(Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
getNode(Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
getNode(Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
getNotBefore() - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
getNote() - Method in class org.jboss.resteasy.test.providers.jaxb.data.Item
Get the note.
getNumGroups() - Method in class org.jboss.resteasy.core.registry.Expression
 
getOAuthProvider(ServletContext) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
Loads the OAuthProvider as specified in the Servlet Context parameters, and caches it in the Servlet Context attributes for reuse.
getObject() - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
 
getObject() - Method in class org.jboss.resteasy.plugins.spring.OptionalValueBeanFactory
 
getObject() - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
getObjectMapper(Class<?>, MediaType) - Method in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
Search for an ObjectMapper for the given class and mediaType
getObjectMapper(Class<?>, MediaType) - Method in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
Search for an ObjectMapper for the given class and mediaType
getObjectType() - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
 
getObjectType() - Method in class org.jboss.resteasy.plugins.spring.OptionalValueBeanFactory
 
getObjectType() - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
getOrder() - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
Deprecated.
 
getOrder() - Method in interface org.jboss.resteasy.core.interception.InterceptorRegistry.InterceptorFactory
Deprecated.
 
getOrder(String) - Method in class org.jboss.resteasy.examples.Orders
 
getOrder() - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
getOrder() - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
getOrder() - Method in class org.jboss.resteasy.test.providers.jaxb.data.Item
Get the order.
getOrder() - Method in class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
Get the order.
getOrderid() - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
Get the orderid.
getOriginal() - Method in class org.jboss.resteasy.specimpl.PathSegmentImpl
 
getOtherAttributes() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOutput() - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
getOutputHeaders() - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
getOutputHeaders() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
getOutputHeaders() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
getOutputHeaders() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
getOutputHeaders() - Method in interface org.jboss.resteasy.spi.HttpResponse
 
getOutputStream() - Method in class Acme.Serve.Serve.ServeConnection
 
getOutputStream() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Get the output stream for the object to be written.
getOutputStream() - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
getOutputStream() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
getOutputStream() - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
getOutputStream() - Method in class org.jboss.resteasy.plugins.providers.DataSourceProvider.SequencedDataSource
 
getOutputStream() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
getOutputStream() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
getOutputStream() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
getOutputStream() - Method in interface org.jboss.resteasy.spi.HttpResponse
 
getOutputStream() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
getOverallQuality() - Method in class org.jboss.resteasy.core.request.VariantQuality
 
getPackageName(Class<?>) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 
getParamConverter(Class, Type, Annotation[]) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getParamConverter(Class, Type, Annotation[]) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getParamConverterProviders() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getParameter(String) - Method in class Acme.Serve.Serve.ServeConnection
 
getParameter(String) - Method in class org.jboss.resteasy.plugins.server.servlet.FilterBootstrap
 
getParameter(String) - Method in class org.jboss.resteasy.plugins.server.servlet.ListenerBootstrap
 
getParameter(String) - Method in class org.jboss.resteasy.plugins.server.servlet.ServletBootstrap
 
getParameter(String) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextResteasyConfiguration
 
getParameter(String) - Method in interface org.jboss.resteasy.spi.ResteasyConfiguration
i.e.
getParameter(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getParameterMap() - Method in class Acme.Serve.Serve.ServeConnection
Returns a java.util.Map of the parameters of this request.
getParameterMap() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getParameterNames() - Method in class Acme.Serve.Serve.ServeConnection
 
getParameterNames() - Method in class org.jboss.resteasy.plugins.server.servlet.FilterBootstrap
 
getParameterNames() - Method in class org.jboss.resteasy.plugins.server.servlet.ListenerBootstrap
 
getParameterNames() - Method in class org.jboss.resteasy.plugins.server.servlet.ServletBootstrap
 
getParameterNames() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextResteasyConfiguration
 
getParameterNames() - Method in interface org.jboss.resteasy.spi.ResteasyConfiguration
 
getParameterNames() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getParameters() - Method in class javax.ws.rs.core.MediaType
Getter for a read-only parameter map.
getParameters() - Method in class org.jboss.resteasy.jsapi.MethodMetaData
 
getParameterValues(String) - Method in class Acme.Serve.Serve.ServeConnection
 
getParameterValues(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getParameterViolations() - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
getParameterViolations() - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
getParameterViolations() - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
getParamName() - Method in class org.jboss.resteasy.jsapi.MethodParamMetaData
 
getParamName() - Method in class org.jboss.resteasy.spi.metadata.Parameter
 
getParams() - Method in class javax.ws.rs.core.Link
Returns an immutable map that includes all the link parameters defined on this link.
getParams() - Method in class javax.ws.rs.core.Link.JaxbLink
Get the parameter map for this link.
getParams() - Method in class org.jboss.resteasy.core.MethodInjectorImpl
 
getParams() - Method in class org.jboss.resteasy.specimpl.LinkImpl
 
getParams() - Method in class org.jboss.resteasy.spi.metadata.ResourceConstructor
 
getParams() - Method in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
getParams() - Method in interface org.jboss.resteasy.spi.MethodInjector
 
getParamSignature() - Method in class org.jboss.resteasy.core.StringParameterInjector
 
getParamType() - Method in class org.jboss.resteasy.jsapi.MethodParamMetaData
 
getParamType() - Method in class org.jboss.resteasy.spi.metadata.Parameter
 
getParent() - Method in class org.jboss.resteasy.core.registry.ClassExpression
 
getParent() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getParent() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getParts() - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartInput
 
getParts() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
getParts() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
getPassword() - Method in class org.jboss.resteasy.keystone.model.Authentication.PasswordCredentials
 
getPassword() - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
getPasswordCredentials() - Method in class org.jboss.resteasy.keystone.model.Authentication
 
getPath() - Method in class javax.ws.rs.core.Cookie
Get the path of the cookie.
getPath() - Method in interface javax.ws.rs.core.PathSegment
Get the path segment.
getPath() - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a string.
getPath(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a string.
getPath() - Method in class org.jboss.resteasy.api.validation.ResteasyConstraintViolation
 
getPath() - Method in class org.jboss.resteasy.plugins.providers.html.Redirect
 
getPath() - Method in class org.jboss.resteasy.plugins.providers.html.View
 
getPath() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
getPath() - Method in class org.jboss.resteasy.specimpl.PathSegmentImpl
 
getPath() - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
getPath() - Method in class org.jboss.resteasy.spi.metadata.ResourceClass
 
getPath() - Method in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
getPath() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getPath(boolean) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getPathExpression() - Method in class org.jboss.resteasy.core.registry.Expression
 
getPathInfo() - Method in class Acme.Serve.Serve.ServeConnection
 
getPathInfo() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getPathInfo() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getPathParameterList() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getPathParameterPathSegments() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getPathParameters() - Method in interface javax.ws.rs.core.UriInfo
Get the values of any embedded URI template parameters.
getPathParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the values of any embedded URI template parameters.
getPathParameters() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getPathParameters() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getPathParameters(boolean) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getPathParamNamesInDeclarationOrder() - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
Return a unique order list of path params
getPathSegments() - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getPathSegments(boolean) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getPathTranslated() - Method in class Acme.Serve.Serve.ServeConnection
 
getPathTranslated() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getPathTranslated() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getPattern() - Method in class org.jboss.resteasy.core.registry.Expression
 
getPermissions() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
 
getPermissions() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
Returns this Token's permissions
getPersistentFile() - Method in class Acme.Serve.Serve
 
getPerson() - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
Get the person.
getPid() - Method in class org.jboss.resteasy.keystone.model.DomainToken.ProjectRoles
 
getPipeline() - Method in class org.jboss.resteasy.plugins.server.netty.HttpServerPipelineFactory
 
getPipeline() - Method in class org.jboss.resteasy.plugins.server.netty.HttpsServerPipelineFactory
 
getPort() - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
getPort() - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
getPort() - Method in class org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
 
getPort() - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
getPort() - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
getPort() - Static method in class org.jboss.resteasy.test.TestPortProvider
Look up the configured port number, first checking an environment variable (RESTEASY_PORT), then a system property (org.jboss.resteasy.port), and finally the default port (8081).
getPos() - Method in class org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream
 
getPossible(MediaType) - Method in class org.jboss.resteasy.core.MediaTypeMap
Returns a list of objects sorted based on their media type where the first in the list is the best match
getPossible(MediaType, Class) - Method in class org.jboss.resteasy.core.MediaTypeMap
 
getPotentialContentTypes() - Method in class org.jboss.resteasy.springmvc.ResteasyView
 
getPreamble() - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartInput
 
getPreamble() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
getPrecedence() - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
Deprecated.
 
getPrecedence() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getPreferredPrefix(String, String, boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.XmlNamespacePrefixMapper
 
getPrefix() - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
getPrefixInterceptors() - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
getPrice() - Method in class org.jboss.resteasy.test.providers.jaxb.data.Item
Get the price.
getPrincipal() - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
getPrincipal() - Method in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
getPrincipal(Subject) - Method in class org.jboss.resteasy.skeleton.key.as7.CatalinaSecurityContextHelper
Get the Principal given the authenticated Subject.
getPriority(Class<?>) - Static method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
getPriority(Integer, Map<Class<?>, Integer>, Class, Class<?>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getPrivateCache(String) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
getPrivateFields() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the value of the private cache control directive.
getPrivateKey() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
Private key to use to sign the message.
getPrivateKey(Object) - Method in class org.jboss.resteasy.security.doseta.KeyStoreKeyRepository
 
getPrivateKey() - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getPrivateKey() - Method in class org.jboss.resteasy.security.smime.SignedOutput
 
getPrivateKey() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
getPrivateKeyPem() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
getProduces() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
getProduces() - Method in class org.jboss.resteasy.plugins.stats.ResourceMethodEntry
 
getProduces() - Method in class org.jboss.resteasy.spi.metadata.ResourceMethod
 
getProduces(Class, Method) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
getProduces(Class, Method, MediaType) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
getProducts(HttpServletRequest) - Static method in class org.jboss.resteasy.example.oauth.ProductDatabaseClient
 
getProducts() - Method in class org.jboss.resteasy.example.oauth.ProductService
 
getProject() - Method in class org.jboss.resteasy.keystone.model.Access.Token
 
getProject() - Method in class org.jboss.resteasy.keystone.model.StoredProject
 
getProject(String) - Method in class org.jboss.resteasy.keystone.server.ProjectsService
 
getProjectId() - Method in class org.jboss.resteasy.keystone.model.Authentication
 
getProjectId() - Method in class org.jboss.resteasy.keystone.model.UrlToken
 
getProjectName() - Method in class org.jboss.resteasy.keystone.model.Authentication
 
getProjects() - Method in class org.jboss.resteasy.keystone.model.DomainToken
 
getProjects() - Method in class org.jboss.resteasy.keystone.model.IdentityStore
 
getProjects(String) - Method in class org.jboss.resteasy.keystone.server.ProjectsService
 
getProjects() - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
getProperties() - Method in class javax.ws.rs.core.Application
Get a map of custom application-wide properties.
getProperties() - Method in interface javax.ws.rs.core.Configuration
Get the immutable bag of configuration properties.
getProperties() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getProperties() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
getProperties() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getProperties() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getProperty(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in interface javax.ws.rs.core.Configuration
Get the value for the property with a given name.
getProperty(String) - Method in interface javax.ws.rs.ext.InterceptorContext
Returns the property with the given name registered in the current request/response exchange context, or null if there is no property by that name.
getProperty(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getProperty(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getProperty(String) - Method in class org.jboss.resteasy.core.interception.ClientReaderInterceptorContext
 
getProperty(String) - Method in class org.jboss.resteasy.core.interception.ClientWriterInterceptorContext
 
getProperty(String) - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getProperty(String) - Method in class org.jboss.resteasy.core.interception.ServerReaderInterceptorContext
 
getProperty(String) - Method in class org.jboss.resteasy.core.interception.ServerWriterInterceptorContext
 
getProperty(String) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getProperty(String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
getProperty(String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
getProperty(String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
getProperty(String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
getProperty(String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
getProperty(String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
getProperty(String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
getProperty(String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
getProperty(String) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
getProperty(String) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getPropertyInjector() - Method in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
getPropertyNames() - Method in interface javax.ws.rs.client.ClientRequestContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in interface javax.ws.rs.container.ContainerRequestContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in interface javax.ws.rs.core.Configuration
Returns an immutable collection containing the property names available within the context of the current configuration instance.
getPropertyNames() - Method in interface javax.ws.rs.ext.InterceptorContext
Returns an immutable collection containing the property names available within the context of the current request/response exchange context.
getPropertyNames() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getPropertyNames() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getPropertyNames() - Method in class org.jboss.resteasy.core.interception.ClientReaderInterceptorContext
 
getPropertyNames() - Method in class org.jboss.resteasy.core.interception.ClientWriterInterceptorContext
 
getPropertyNames() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getPropertyNames() - Method in class org.jboss.resteasy.core.interception.ServerReaderInterceptorContext
 
getPropertyNames() - Method in class org.jboss.resteasy.core.interception.ServerWriterInterceptorContext
 
getPropertyNames() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getPropertyNames() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getPropertyValue(MutablePropertyValues, String) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
getPropertyViolations() - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
getPropertyViolations() - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
getPropertyViolations() - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
getProtocol() - Method in class Acme.Serve.Serve.ServeConnection
 
getProtocol() - Method in class org.jboss.resteasy.plugins.server.netty.HttpServerPipelineFactory
 
getProtocol() - Method in class org.jboss.resteasy.plugins.server.netty.HttpsServerPipelineFactory
 
getProtocol() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getProvider() - Method in class org.jboss.resteasy.auth.oauth.OAuthFilter
 
getProviderClasses() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getProviderClasses() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getProviderClasses() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Copy
getProviderFactory() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getProviderFactory() - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
getProviderFactory() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getProviderFactory() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
getProviderFactory() - Method in class org.jboss.resteasy.client.ProxyConfig
Deprecated.
 
getProviderFactory() - Method in interface org.jboss.resteasy.core.Dispatcher
 
getProviderFactory() - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
getProviderFactory() - Method in class org.jboss.resteasy.plugins.server.netty.RequestDispatcher
 
getProviderFactory() - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
getProviderFactory() - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessorServletAware
 
getProviderFactory() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getProviderFactory() - Method in class org.jboss.resteasy.test.BaseResourceTest
 
getProviderInstances() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getProviderInstances() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Copy
getProviders() - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
getProviders() - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getProviders() - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getProviders() - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getProviders() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getPublicCache(String) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
getPublicKey(Object) - Method in class org.jboss.resteasy.security.doseta.KeyStoreKeyRepository
 
getPublicKey() - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getPublicKey() - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getPublicKey() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
getPublicKey() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
getPublicKeyPem() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
getPublicKeyPem() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
getPublicURL() - Method in class org.jboss.resteasy.keystone.model.Access.Service.Endpoint
 
getPublicURL() - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
getPublished() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getPutDecodedFormParameters() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
getPutFormParameters() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
getQ(MediaType) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
getQuantity() - Method in class org.jboss.resteasy.test.providers.jaxb.data.Item
Get the quantity.
getQuery() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
getQuery() - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
getQueryParameters() - Method in interface javax.ws.rs.core.UriInfo
Get the URI query parameters of the current request.
getQueryParameters(boolean) - Method in interface javax.ws.rs.core.UriInfo
Get the URI query parameters of the current request.
getQueryParameters() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
getQueryParameters() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getQueryParameters(boolean) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getQueryParamValue(String) - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getQueryString() - Method in class Acme.Serve.Serve.ServeConnection
 
getQueryString() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getQueryString() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getQWithParamInfo(MediaType) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
getRawContent() - Method in class org.jboss.resteasy.jose.jwe.JWEInput.ContentReader
 
getRawType() - Method in class javax.ws.rs.core.GenericEntity
Gets the raw type of the enclosed entity.
getRawType() - Method in class javax.ws.rs.core.GenericType
Returns the object representing the class or interface that declared the type represented by this generic type instance.
getRawType() - Method in class org.jboss.resteasy.plugins.providers.atom.Content
 
getRawType() - Method in class org.jboss.resteasy.plugins.providers.atom.Text
 
getRawType(Type) - Static method in class org.jboss.resteasy.util.Types
 
getRawTypeNoException(Type) - Static method in class org.jboss.resteasy.util.Types
 
getReader() - Method in class Acme.Serve.Serve.ServeConnection
 
getReader() - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
getReader() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getReaderInterceptorList() - Method in interface org.jboss.resteasy.client.core.ClientInterceptorRepository
 
getReaderInterceptorList() - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
getReaderInterceptors() - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
getReaderInterceptors(Class, AccessibleObject) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getRealm() - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
getRealm() - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
Returns the Realm of this provider
getRealm() - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
getRealm() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getRealm() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getRealm(String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRealm(String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRealm(String) - Method in class org.jboss.resteasy.skeleton.key.idm.service.RealmResource
 
getRealm() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
getRealm() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
getRealm() - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
getRealmAccess() - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
getRealmCredential(String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRealmCredential(String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRealmHtml(String) - Method in class org.jboss.resteasy.skeleton.key.idm.service.RealmResource
 
getRealmInfo() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getRealmKey() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getRealmKey() - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
Public key of the realm.
getRealmKeyAlias() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getRealmKeyStore() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getRealmKeystorePassword() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getRealmPrivateKey() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getRealmPrivateKeyPassword() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getRealmPublicKey() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getRealmRepresentation(Request) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
getRealmsByName(String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRealmsByName(String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRealmsByName(String) - Method in class org.jboss.resteasy.skeleton.key.idm.service.RealmResource
 
getRealmsByNameHtml(String) - Method in class org.jboss.resteasy.skeleton.key.idm.service.RealmResource
 
getRealPath(String) - Method in class Acme.Serve.Serve
 
getRealPath(String) - Method in class Acme.Serve.Serve.ServeConnection
 
getRealPath(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getReasonPhrase() - Method in enum javax.ws.rs.core.Response.Status
Get the reason phrase.
getReasonPhrase() - Method in interface javax.ws.rs.core.Response.StatusType
Get the reason phrase.
getRedirect() - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
getRedirectUri(String) - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getRefreshToken() - Method in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
getRegex() - Method in class org.jboss.resteasy.core.registry.Expression
 
getRegion() - Method in class org.jboss.resteasy.keystone.model.Access.Service.Endpoint
 
getRegion() - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
getRegistry() - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
getRegistry() - Method in interface org.jboss.resteasy.core.Dispatcher
 
getRegistry() - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
getRegistry() - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
getRegistry() - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessorServletAware
 
getRegistry() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getRegistry() - Method in class org.jboss.resteasy.test.BaseResourceTest
 
getRel() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link rel param, or null if this param is not specified.
getRel() - Method in class org.jboss.resteasy.keystone.model.Link
 
getRel() - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
getRel() - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
getRel() - Method in class org.jboss.resteasy.specimpl.LinkImpl
 
getRelatedMap() - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInput
 
getRelatedMap() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInputImpl
 
getRelationship() - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
getRelative(String, Class<T>, Object...) - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
getRels() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link rel param as a list of strings or the empty list if rel is not defined.
getRels() - Method in class org.jboss.resteasy.specimpl.LinkImpl
 
getRemoteAddr() - Method in class Acme.Serve.Serve.ServeConnection
 
getRemoteAddr() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getRemoteHost() - Method in class Acme.Serve.Serve.ServeConnection
 
getRemoteHost() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getRemotePort() - Method in class Acme.Serve.Serve.ServeConnection
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemotePort() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getRemoteSkeletonKeyConfig() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfigLoader
 
getRemoteUser() - Method in class Acme.Serve.Serve.ServeConnection
 
getRemoteUser() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getRemoteUser() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getRepository() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getRepository() - Method in class org.jboss.resteasy.security.doseta.Verifier
 
getRepresentations() - Method in class org.jboss.resteasy.util.MediaTypeMatcher
 
getRequest() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the injectable request information.
getRequest() - Method in class org.jboss.resteasy.client.core.extractors.ClientRequestContext
 
getRequest() - Method in class org.jboss.resteasy.core.interception.ClientExecutionContextImpl
Deprecated.
 
getRequest() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getRequest() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getRequest() - Method in interface org.jboss.resteasy.spi.interception.ClientExecutionContext
Deprecated.
 
getRequest() - Static method in class org.jboss.resteasy.springmvc.RequestUtil
 
getRequestAttributes() - Method in class org.jboss.resteasy.client.ProxyConfig
Deprecated.
 
getRequestDispatcher(String) - Method in class Acme.Serve.Serve
 
getRequestDispatcher(String) - Method in class Acme.Serve.Serve.ServeConnection
 
getRequestDispatcher(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getRequestedSessionId() - Method in class Acme.Serve.Serve.ServeConnection
 
getRequestedSessionId() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getRequestedSessionId() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getRequestFilters(Class, AccessibleObject) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getRequestFilters() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getRequestFilters() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
getRequestHeader(String) - Method in interface javax.ws.rs.core.HttpHeaders
Get the values of a HTTP request header.
getRequestHeader(String) - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getRequestHeaders() - Method in interface javax.ws.rs.core.HttpHeaders
Get the values of HTTP request headers.
getRequestHeaders() - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
getRequestMediaType() - Method in class org.jboss.resteasy.core.request.VariantQuality
 
getRequestToken(String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
getRequestToken(String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
getRequestToken(String, String) - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
Returns the OAuth Request Token for the given Consumer key and Request Token.
getRequestToken(String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
getRequestURI() - Method in class Acme.Serve.Serve.ServeConnection
**************************************************************************************************************************************************** Returns the part of this request's URL from the protocol name up to the query string in the first line of the HTTP request.
getRequestUri() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute request URI including any query parameters.
getRequestURI() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getRequestURI() - Method in class org.jboss.resteasy.plugins.server.tjws.PatchedHttpServletRequest
 
getRequestUri() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getRequestURI() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getRequestUriBuilder() - Method in interface javax.ws.rs.core.UriInfo
Get the absolute request URI in the form of a UriBuilder.
getRequestUriBuilder() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
getRequestURL() - Method in class Acme.Serve.Serve.ServeConnection
Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getRequestURL() - Method in class org.jboss.resteasy.plugins.server.tjws.PatchedHttpServletRequest
 
getRequestUrl() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getRequestURL() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getRequestWrapper(HttpServletRequest) - Static method in class org.jboss.resteasy.springmvc.RequestUtil
 
getRequestWrapper(HttpServletRequest, String, String) - Static method in class org.jboss.resteasy.springmvc.RequestUtil
 
getRequiredAttributes() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getRequiredCredentials(Realm) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRequiredCredentials(Realm) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRequiredCredentials() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
getResource(String) - Method in class Acme.Serve.Serve
Returns a URL to the resource that is mapped to a specified path.
getResource(Class<T>) - Method in interface javax.ws.rs.container.ResourceContext
Get a resolved instance of a resource or sub-resource class.
getResource() - Method in class org.jboss.resteasy.jsapi.MethodMetaData
 
getResource() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getResource(String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getResource(Realm, String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getResource(String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getResource(Realm, String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getResourceAccess() - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
getResourceAccess(String) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
getResourceAsStream(String) - Method in class Acme.Serve.Serve
Returns the resource located at the named path as an InputStream object.
getResourceClass() - Method in interface javax.ws.rs.container.ResourceInfo
Get the resource class that is the target of a request, or null if this information is not available.
getResourceClass() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
getResourceClass() - Method in class org.jboss.resteasy.spi.metadata.Parameter
 
getResourceClass() - Method in class org.jboss.resteasy.spi.metadata.ResourceConstructor
 
getResourceClass() - Method in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
getResourceClasses() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getResourceFactories() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getResourceInvoker(HttpRequest) - Method in class org.jboss.resteasy.core.LocatorRegistry
 
getResourceInvoker(HttpRequest) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
Find a resource to invoke on
getResourceInvoker(HttpRequest) - Method in interface org.jboss.resteasy.spi.Registry
 
getResourceLocators() - Method in class org.jboss.resteasy.spi.metadata.ResourceClass
 
getResourceMetadata() - Method in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
getResourceMetadata() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfigLoader
 
getResourceMethod() - Method in interface javax.ws.rs.container.ResourceInfo
Get the resource method that is the target of a request, or null if this information is not available.
getResourceMethod() - Method in class org.jboss.resteasy.core.interception.PostMatchContainerRequestContext
 
GetResourceMethod - Class in org.jboss.resteasy.plugins.stats
 
GetResourceMethod() - Constructor for class org.jboss.resteasy.plugins.stats.GetResourceMethod
 
getResourceMethods() - Method in class org.jboss.resteasy.spi.metadata.ResourceClass
 
getResourceName() - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
getResourcePaths(String) - Method in class Acme.Serve.Serve
Returns a directory-like listing of all the paths to resources within the web application whose longest sub-path matches the supplied path argument.
getResources() - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
getResources() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getResources(Realm) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getResources(Realm) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getResources() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
getResources() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getResourcesAnnotations(Method) - Static method in class org.jboss.resteasy.util.FindAnnotation
Returns an array of annotations the specified method of a resource class.
getResponse() - Method in exception javax.ws.rs.client.ResponseProcessingException
Get the HTTP response for which the processing has failed.
getResponse() - Method in exception javax.ws.rs.WebApplicationException
Get the HTTP response.
getResponse() - Method in exception org.jboss.resteasy.client.ClientResponseFailure
Deprecated.
 
getResponse() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
getResponse() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
getResponse() - Method in exception org.jboss.resteasy.spi.Failure
 
getResponse(String) - Method in class org.jboss.resteasy.spi.InternalDispatcher
 
getResponse(MockHttpRequest) - Method in class org.jboss.resteasy.spi.InternalDispatcher
 
getResponse(MockHttpRequest, Object) - Method in class org.jboss.resteasy.spi.InternalDispatcher
 
getResponse(Map, MediaType) - Method in class org.jboss.resteasy.springmvc.ResteasyView
 
getResponseAbortedWith() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getResponseBufferSize() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
Response stream is wrapped in a BufferedInputStream.
getResponseFilters(Class, AccessibleObject) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getResponseFilters() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getResponseFilters() - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
getResponseFilters() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
getResponseFilters() - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousResponse
 
getResponseHeader(String) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getResponseHeaders() - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
This method returns the same exact map as Response.getMetadata() except as a map of strings rather than objects
getResponseHeaders() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getResponseStatus() - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
 
getResponseStatus() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getResteasyClient() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
getResteasyClient() - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
getResteasyClientInvokers() - Method in interface org.jboss.resteasy.client.core.marshallers.ResteasyClientProxy
 
getResteasyConfiguration() - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
getResteasyConfiguration() - Method in class org.jboss.resteasy.plugins.cache.server.ServerCacheFeature
 
getResteasyProviderFactory() - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
 
GetRestful - Class in org.jboss.resteasy.util
 
GetRestful() - Constructor for class org.jboss.resteasy.util.GetRestful
 
getResults() - Method in exception org.jboss.resteasy.security.doseta.UnauthorizedSignatureException
 
getResults() - Method in class org.jboss.resteasy.security.doseta.VerificationResults
 
getResults() - Method in class org.jboss.resteasy.security.doseta.VerificationResultSet
 
getResultSet(Verification) - Method in class org.jboss.resteasy.security.doseta.VerificationResults
 
getRetryTime(Date) - Method in exception javax.ws.rs.ServiceUnavailableException
Get the retry time for the failed request.
getReturnType() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getReturnType() - Method in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
getReturnValueViolations() - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
getReturnValueViolations() - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
getReturnValueViolations() - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
getRfcNotation() - Method in class org.jboss.resteasy.security.SigningAlgorithm
 
getRights() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getRights() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getRightsElement() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getRole(String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRole(String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRoleByName(Realm, String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRoleByName(Resource, String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRoleByName(Realm, String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRoleByName(Resource, String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRoleMapping(Realm, User) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRoleMapping(Realm, Resource, User) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRoleMapping(String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRoleMapping(Realm, User) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRoleMapping(Realm, Resource, User) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRoleMapping(String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRoleMappings(Realm) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRoleMappings(Realm, Resource) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRoleMappings(Realm) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRoleMappings(Realm, Resource) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRoleMappings() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
getRoleMappings() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
getRoles() - Method in class org.jboss.resteasy.keystone.model.Access.User
 
getRoles() - Method in class org.jboss.resteasy.keystone.model.IdentityStore
 
getRoles() - Method in class org.jboss.resteasy.keystone.model.Roles
 
getRoles() - Method in class org.jboss.resteasy.keystone.model.UrlToken
 
getRoles() - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
getRoles(Realm, Resource) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRoles(Realm) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getRoles(Realm, Resource) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRoles(Realm) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getRoles() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
getRoles() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.ScopeMapping
 
getRoles() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
getRoles() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
getRoles() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ScopeMappingRepresentation
 
getRoles() - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken.Access
 
getRoleSets() - Method in class org.jboss.resteasy.keystone.as7.SignedSkeletonKeyStoneLoginModule
 
getRoleSets() - Method in class org.jboss.resteasy.keystone.as7.SkeletonKeyStoneLoginModule
 
getRoleSets(Collection<String>) - Method in class org.jboss.resteasy.skeleton.key.as7.CatalinaSecurityContextHelper
 
getRoot() - Method in class org.jboss.resteasy.core.registry.ClassExpression
 
getRootPart() - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInput
 
getRootPart() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInputImpl
 
getRootPart() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedOutput
The part that will be used as the root.
getRootPath() - Method in class org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
 
getRootResourceClass(Class) - Static method in class org.jboss.resteasy.util.GetRestful
Given a class, search itself and implemented interfaces for jax-rs annotations.
getRuntimeType() - Method in interface javax.ws.rs.core.Configuration
Get the runtime type of this configuration context.
getRuntimeType() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getRuntimeType() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getRuntimeType() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getScannableClass() - Method in class org.jboss.resteasy.plugins.guice.GuiceResourceFactory
 
getScannableClass() - Method in class org.jboss.resteasy.plugins.server.resourcefactory.JndiComponentResourceFactory
 
getScannableClass() - Method in class org.jboss.resteasy.plugins.server.resourcefactory.JndiResourceFactory
 
getScannableClass() - Method in class org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory
 
getScannableClass() - Method in class org.jboss.resteasy.plugins.server.resourcefactory.SingletonResource
 
getScannableClass() - Method in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
getScannableClass() - Method in interface org.jboss.resteasy.spi.ResourceFactory
Class to scan for jax-rs annotations
getScannedJndiComponentResources() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getScannedProviderClasses() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getScannedResourceClasses() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getSchema() - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
getSchema() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
getSchema() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
getSchema() - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
Get the schema.
getSchema() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
getSchema() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
getSchema() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
getSchema() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
getSchema() - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
getScheme() - Method in class Acme.Serve.Serve.ServeConnection
 
getScheme() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
Gets the value of the scheme property.
getScheme() - Method in class org.jboss.resteasy.plugins.providers.atom.Category
 
getScheme() - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
getScheme() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getScopeMapping(Realm, User) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getScopeMapping(Realm, Resource, User) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getScopeMapping(String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getScopeMapping(Realm, User) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getScopeMapping(Realm, Resource, User) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getScopeMapping(String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getScopeMappings(Realm) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getScopeMappings(Realm, Resource) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getScopeMappings(Realm) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getScopeMappings(Realm, Resource) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getScopeMappings() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
getScopeMappings() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
getScopes() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
Returns the OAuth Consumer's scopes.
getScopes() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
Returns this Token's Scopes
getSecondErrorValue() - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
getSecret() - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
Returns the OAuth Consumer's private secret.
getSecret() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
Returns this Token's Secret
getSecretKey() - Method in class org.jboss.resteasy.keystone.model.Authentication.ApiAccessKeyCredentials
 
getSecurityContext() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get the injectable security context information for the current request.
getSecurityContext() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getSecurityDoamin() - Method in class org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
 
getSecurityDomain() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
getSelector() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
getSelf() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
getSelf() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
getSelf() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
getSelf() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
getSelf() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ScopeMappingRepresentation
 
getSelf() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
getServer() - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
getServerConsumes() - Method in class org.jboss.resteasy.client.ProxyConfig
Deprecated.
 
getServerDynamicFeatures() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getServerDynamicFeatures() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getServerInfo() - Method in class Acme.Serve.Serve
 
getServerMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getServerMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getServerMessageBodyReaders() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getServerMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getServerMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getServerMessageBodyWriters() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getServerName() - Method in class Acme.Serve.Serve.ServeConnection
 
getServerName() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getServerPort() - Method in class Acme.Serve.Serve.ServeConnection
 
getServerPort() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getServerProduces() - Method in class org.jboss.resteasy.client.ProxyConfig
Deprecated.
 
getServerReaderInterceptorRegistry() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getServerReaderInterceptorRegistry() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getServerWriterInterceptorRegistry() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getServerWriterInterceptorRegistry() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getServiceCatalog() - Method in class org.jboss.resteasy.keystone.model.Access
 
getServiceId() - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
getServiceInterface() - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
 
getServiceMethods(ResourceMethodRegistry) - Static method in class org.jboss.resteasy.links.impl.RESTUtils
 
getServlet(String) - Method in class Acme.Serve.Serve
 
getServletConfig() - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher
 
getServletContainer() - Method in class org.jboss.resteasy.springmvc.JettyLifecycleManager
 
getServletContext() - Method in class Acme.Serve.Serve.AcmeSession
Returns the ServletContext to which this session belongs.
getServletContext() - Method in class Acme.Serve.Serve.ServeConfig
 
getServletContext() - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher
 
getServletContextName() - Method in class Acme.Serve.Serve
Returns the name of this web application correponding to this ServletContext as specified in the deployment descriptor for this web application by the display-name element.
getServletContextNames() - Method in class org.jboss.resteasy.plugins.server.servlet.ListenerBootstrap
 
getServletInfo() - Method in class Acme.Serve.CgiServlet
 
getServletInfo() - Method in class Acme.Serve.FileServlet
 
getServletName() - Method in class Acme.Serve.Serve.ServeConfig
 
getServletNames() - Method in class Acme.Serve.Serve
 
getServletPath() - Method in class Acme.Serve.Serve.ServeConnection
 
getServletPath() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getServletPath() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getServlets() - Method in class Acme.Serve.Serve
 
getSession(String) - Method in class Acme.Serve.Serve.HttpSessionContextImpl
 
getSession(boolean) - Method in class Acme.Serve.Serve.ServeConnection
 
getSession() - Method in class Acme.Serve.Serve.ServeConnection
 
getSession(boolean) - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getSession() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getSession(boolean) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getSession() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getSessionBeanInterface() - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
getSessionContext() - Method in class Acme.Serve.Serve.AcmeSession
Deprecated. 
getSetter() - Method in class org.jboss.resteasy.spi.metadata.SetterParameter
 
getSetters() - Method in class org.jboss.resteasy.spi.metadata.ResourceClass
 
getShipto() - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
Get the shipto.
getSignature(Algorithm) - Static method in class org.jboss.resteasy.jose.jws.crypto.RSAProvider
 
getSignature() - Method in class org.jboss.resteasy.jose.jws.JWSInput
 
getSignature() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
getSignature() - Method in class org.jboss.resteasy.security.doseta.VerificationResult
 
getSingletons() - Method in class javax.ws.rs.core.Application
Get a set of root resource, provider and feature instances.
getSingletons() - Method in class org.jboss.example.jaxrs2.async.ChatApplication
 
getSingletons() - Method in class org.jboss.example.jaxrs2.async.CustomerApplication
 
getSingletons() - Method in class org.jboss.resteasy.example.pubsub.PubSubApplication
 
getSingletons() - Method in class org.jboss.resteasy.examples.OrdersApplication
 
getSingletons() - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
getSingletons() - Method in class org.jboss.resteasy.skeleton.key.idm.service.SkeletonKeyApplication
 
getSingletons() - Method in class org.jboss.resteasy.test.application.MyApplication
 
getSingletons() - Method in class org.jboss.resteasy.test.async.MyApp
 
getSize() - Method in class Acme.Utils.SimpleBuffer
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
Originally, the method has been called before writeTo to ascertain the length in bytes of the serialized form of t.
getSize() - Method in class org.jboss.resteasy.core.registry.RootClassNode
 
getSize() - Method in class org.jboss.resteasy.core.registry.RootNode
 
getSize() - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
Number of endpoints registered
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.AbstractEntityProvider
 
getSize(Entry, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomEntryProvider
 
getSize(Feed, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomFeedProvider
 
getSize(byte[], Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.ByteArrayProvider
 
getSize(Object, Class, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.DefaultTextPlain
 
getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.FileProvider
 
getSize(FileRange, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.FileRangeWriter
 
getSize(MultivaluedMap, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider
 
getSize(Renderable, Class, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.html.HtmlRenderableWriter
 
getSize(InputStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.InputStreamProvider
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
getSize(Form, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.JaxrsFormProvider
 
getSize(JsonArray, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonArrayProvider
 
getSize(JsonObject, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonObjectProvider
 
getSize(JsonStructure, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonStructureProvider
 
getSize(List<Object>, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.ListMultipartWriter
 
getSize(Map<String, Object>, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MapMultipartFormDataWriter
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationWriter
 
getSize(MultipartFormDataOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataWriter
 
getSize(MultipartRelatedOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedWriter
 
getSize(MultipartOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartWriter
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedWriter
 
getSize(Reader, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.ReaderProvider
 
getSize(Serializable, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.SerializableProvider
 
getSize(Source, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.SourceProvider
 
getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.StreamingOutputProvider
 
getSize(String, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.StringTextStar
 
getSize(EnvelopedOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.EnvelopedWriter
 
getSize(SignedOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.MultipartSignedWriter
 
getSize(SignedOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureTextWriter
 
getSize(SignedOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureWriter
 
getSize() - Method in interface org.jboss.resteasy.spi.Registry
 
getSize(StringBean, Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.test.async.callback.StringBeanEntityProvider
 
getSMaxAge() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the s-maxage cache control directive.
getSocket() - Method in class Acme.Serve.Serve.ServeConnection
 
getSource() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getSpace() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes
Gets the value of the space property.
getSrc() - Method in class org.jboss.resteasy.plugins.providers.atom.Content
 
getSslContext() - Method in interface javax.ws.rs.client.Client
Get the SSL context configured to be used with the current client run-time.
getSslContext() - Method in interface org.jboss.resteasy.client.jaxrs.ClientHttpEngine
Needed for Client.getSslContext();
getSslContext() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
getSslContext() - Method in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
{inheritDoc}
getSslContext() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
getStage(ServletContext) - Method in class org.jboss.resteasy.plugins.guice.GuiceResteasyBootstrapServletContextListener
Override this method to set the Stage.
getStaleDays() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getStaleHours() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getStaleMinutes() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getStaleMonths() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getStaleSeconds() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getStaleYears() - Method in class org.jboss.resteasy.security.doseta.Verification
 
getStart() - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInput
A start parameter is not mandatory in a message.
getStart() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInputImpl
 
getStartInfo() - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInput
Optional.
getStartInfo() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInputImpl
 
getStartInfo() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedOutput
Returns the start-info parameter of the Content-Type.
getStateCode() - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
getStateCode() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getStateCookieName() - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
getStateCookieName() - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
getStats() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
Key is httpMethod called
getStatus() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the status code associated with the response.
getStatus() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the status code associated with the response.
getStatus() - Method in class javax.ws.rs.core.Response
Get the status code associated with the response.
getStatus() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getStatus() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getStatus() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getStatus() - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
getStatus() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
getStatus() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
getStatus() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
getStatus() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getStatus() - Method in interface org.jboss.resteasy.spi.HttpResponse
 
getStatusCode() - Method in enum javax.ws.rs.core.Response.Status
Get the associated status code.
getStatusCode() - Method in interface javax.ws.rs.core.Response.StatusType
Get the associated status code.
getStatusInfo() - Method in interface javax.ws.rs.client.ClientResponseContext
Get the complete status information associated with the response.
getStatusInfo() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get the complete status information associated with the response.
getStatusInfo() - Method in class javax.ws.rs.core.Response
Get the complete status information associated with the response.
getStatusInfo() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getStatusInfo() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
getStatusInfo() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getStatusInfo() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getStoredUser(String) - Method in class org.jboss.resteasy.keystone.server.UsersService
 
getStreamFactory() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getString(LinkHeader) - Static method in class org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate
 
getStringConverter(Class<?>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
getStringConverter(Class<?>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getStringConverters() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getStringHeaders() - Method in interface javax.ws.rs.client.ClientRequestContext
Get a string view of header values associated with the message.
getStringHeaders() - Method in interface javax.ws.rs.container.ContainerResponseContext
Get a string view of header values associated with the message.
getStringHeaders() - Method in class javax.ws.rs.core.Response
Get view of the response headers and their string values.
getStringHeaders() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
getStringHeaders() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getStringHeaders() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
getStringHeaders() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
getStringParameterUnmarshallers() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
getStringQualityValues(String) - Static method in class org.jboss.resteasy.core.request.AcceptHeaders
Gets the strings from a comma-separated list.
getSubResourceClass(Class) - Static method in class org.jboss.resteasy.util.GetRestful
Given a class, search itself and implemented interfaces for jax-rs annotations.
getSubResourceClasses(Class<?>) - Static method in class org.jboss.resteasy.util.GetRestful
Given a class, search itself and implemented interfaces for jax-rs annotations.
getSubtitle() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getSubtype() - Method in class javax.ws.rs.core.MediaType
Getter for subtype.
getSuffixInterceptors() - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
getSummary() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getSummaryElement() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getSuperMethod(Method, Class<?>) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
Returns a super method, if any, of a method in a class.
getSurrogate() - Method in class org.jboss.resteasy.skeleton.key.SkeletonKeyPrincipal
 
getSurrogateIds() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
getSurrogates() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
getSuspendTimeout() - Method in class org.jboss.resteasy.spi.metadata.Parameter
 
getTarget(Class<T>) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
Tries to automatically unmarshal to target type.
getTarget() - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
getTempfilePrefix() - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
Use context information, which will include node name, to avoid conflicts in case of multiple VMS using same temp directory location.
getTempfilePrefix() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
Use context information, which will include node name, to avoid conflicts in case of multiple VMS using same temp directory location.
getTemplateParameterOfInterface(Class, Class) - Static method in class org.jboss.resteasy.util.Types
 
getterHashes - Variable in class org.jboss.resteasy.client.core.marshallers.FormMarshaller
 
getterHashes - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
 
getTerm() - Method in class org.jboss.resteasy.plugins.providers.atom.Category
 
getters - Variable in class org.jboss.resteasy.client.core.marshallers.FormMarshaller
 
getters - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
 
getText() - Method in class org.jboss.resteasy.plugins.providers.atom.Content
If content is text, return it as a String.
getText() - Method in class org.jboss.resteasy.plugins.providers.atom.Generator
 
getText() - Method in class org.jboss.resteasy.plugins.providers.atom.Text
If content is text, return it as a String.
getTimestamp() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
Returns this Token's timestamp
getTimeToLive() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
Returns this Token's timeToLive
getTitle() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link title param, or null if this param is not specified.
getTitle() - Method in class org.jboss.resteasy.keystone.model.Error
 
getTitle() - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
getTitle() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
Gets the value of the title property.
getTitle() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace
Gets the value of the title property.
getTitle() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getTitle() - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
getTitle() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getTitle() - Method in class org.jboss.resteasy.specimpl.LinkImpl
 
getTitle() - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
getTitle() - Method in class org.jboss.resteasy.test.providers.jaxb.data.Item
Get the title.
getTitleElement() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getToken() - Method in class org.jboss.resteasy.auth.oauth.OAuthToken
Returns this Token's Token
getToken() - Method in class org.jboss.resteasy.keystone.model.Access
 
getToken() - Method in class org.jboss.resteasy.keystone.model.Authentication
 
getToken() - Method in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
getToken() - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
getToken() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getToken() - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
getToken() - Method in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
getToken() - Method in class org.jboss.resteasy.skeleton.key.SkeletonKeySession
 
getTokenFromServer(String) - Method in class org.jboss.resteasy.keystone.core.AbstractTokenAuthFilter
 
getTokenFromServer(String) - Method in class org.jboss.resteasy.keystone.core.TokenAuthFilter
 
getTokenFromServer(String) - Method in class org.jboss.resteasy.keystone.server.ServerTokenAuthFilter
 
getTokenLifespan() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
getTokenLifespan() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
getTokenLifetime() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getTokenService() - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
getTokenString() - Method in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
getTokenString() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
getTokenType() - Method in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
getTrustedCertificates() - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
getTruststore() - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
getTruststore() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getTruststore() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getTruststore() - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
Truststore to use if this service makes client invocations on remote HTTPS endpoints.
getTruststorePassword() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getTruststorePassword() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
getType() - Method in class javax.ws.rs.core.GenericEntity
Gets underlying Type instance.
getType() - Method in class javax.ws.rs.core.GenericType
Retrieve the type represented by the generic type instance.
getType() - Method in class javax.ws.rs.core.Link
Returns the value associated with the link type param, or null if this param is not specified.
getType() - Method in class javax.ws.rs.core.MediaType
Getter for primary type.
getType() - Method in interface javax.ws.rs.ext.InterceptorContext
Get Java type supported by corresponding message body provider.
getType() - Method in class org.jboss.resteasy.client.core.marshallers.MessageBodyParameterMarshaller
 
getType() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.MessageBodyParameterProcessor
 
getType() - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
getType() - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
getType() - Method in interface org.jboss.resteasy.core.MediaTypeMap.Typed
 
getType() - Method in class org.jboss.resteasy.jose.jwe.JWEHeader
 
getType() - Method in class org.jboss.resteasy.jose.jws.JWSHeader
 
getType() - Method in class org.jboss.resteasy.jsapi.MethodParamMetaData
 
getType() - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
getType() - Method in class org.jboss.resteasy.keystone.model.Access.Service
 
getType() - Method in class org.jboss.resteasy.keystone.model.Link
 
getType() - Method in class org.jboss.resteasy.keystone.model.Service
 
getType(ELContext, Object, Object) - Method in class org.jboss.resteasy.links.impl.BaseELResolver
 
getType() - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
getType() - Method in class org.jboss.resteasy.plugins.providers.atom.Content
Mime type of the content
getType() - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
getType() - Method in class org.jboss.resteasy.plugins.providers.atom.Text
Mime type
getType() - Method in interface org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInput
The type parameter as it was read from the content-type header of the multipart/related message.
getType() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInputImpl
 
getType() - Method in class org.jboss.resteasy.plugins.providers.multipart.OutputPart
 
getType() - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
getType() - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
getType() - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
getType() - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
getType() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
getType() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
getType() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
getType() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
 
getType() - Method in class org.jboss.resteasy.specimpl.LinkImpl
 
getType() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
getType() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
getType() - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
getType() - Method in class org.jboss.resteasy.spi.metadata.Parameter
 
getType() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory.SortedKey
 
getType() - Method in class org.jboss.resteasy.util.GenericType
Gets the raw type of the enclosed entity.
getType(Class<T>, String) - Static method in class org.jboss.resteasy.util.TypeConverter
A generic method that returns the String as the specified Java type.
getTypeArgument(Type) - Static method in class org.jboss.resteasy.util.Types
Returns the type argument from a parameterized type
getTypeClosure() - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
getTypeViaValueOfMethod(String, Class<T>) - Static method in class org.jboss.resteasy.util.TypeConverter
 
getUnmarshallerHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
getUnmarshallerHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
getUnmarshallerHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
getUnmarshallerHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
getUnmarshallerHandler() - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
getUnwrappedExceptions() - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
getUnwrappedExceptions() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
getUpdated() - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
getUpdated() - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
getUri() - Method in interface javax.ws.rs.client.ClientRequestContext
Get the request URI.
getUri() - Method in interface javax.ws.rs.client.WebTarget
Get the URI identifying the resource.
getUri() - Method in class javax.ws.rs.core.Link
Returns the underlying URI associated with this link.
getUri() - Method in class javax.ws.rs.core.Link.JaxbLink
Get the underlying URI for this link.
getUri() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
This method populates all path, matrix, and query parameters and saves it internally.
getUri() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getUri() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
getUri() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
getUri() - Method in class org.jboss.resteasy.jsapi.MethodMetaData
 
getUri() - Method in class org.jboss.resteasy.jsapi.ServiceRegistry
 
getUri() - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
getUri() - Method in class org.jboss.resteasy.plugins.providers.atom.Generator
 
getUri() - Method in class org.jboss.resteasy.plugins.providers.atom.Person
 
getUri() - Method in class org.jboss.resteasy.plugins.server.BaseHttpRequest
 
getUri() - Method in class org.jboss.resteasy.specimpl.LinkImpl
 
getUri() - Method in interface org.jboss.resteasy.spi.HttpRequest
This method *MUST* always return the same instance.
getUri() - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
getUriBuilder() - Method in interface javax.ws.rs.client.WebTarget
Get the URI builder initialized with the URI of the current resource target.
getUriBuilder() - Method in class javax.ws.rs.core.Link
Convenience method that returns a UriBuilder initialized with this link's underlying URI.
getUriBuilder() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
getUriBuilder() - Method in class org.jboss.resteasy.specimpl.LinkImpl
 
getUriBuilder(Class<? extends Object>) - Method in class org.jboss.resteasy.spi.touri.AbstractURITemplateAnnotationResolver
 
getUriBuilder(Class<? extends Object>) - Method in class org.jboss.resteasy.spi.touri.MappedByAnnotationResolver
 
getUriBuilder(Class<? extends Object>) - Method in class org.jboss.resteasy.spi.touri.URITemplateAnnotationResolver
 
getUriInfo() - Method in interface javax.ws.rs.container.ContainerRequestContext
Get request URI information.
getUriInfo() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
getUriTemplate() - Method in class org.jboss.resteasy.plugins.stats.RegistryEntry
 
getUser() - Method in class org.jboss.resteasy.keystone.core.UserPrincipal
 
getUser() - Method in class org.jboss.resteasy.keystone.model.Access
 
getUser(Realm, String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getUser(Realm, String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getUser_id() - Method in class org.jboss.resteasy.keystone.model.Authentication.PasswordCredentials
 
getUserAttribute(String) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
getUserAttribute(String) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
getUserId() - Method in class org.jboss.resteasy.keystone.model.UrlToken
 
getUserid() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
getUserid() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.ScopeMapping
 
getUserIdByName(String, String) - Method in class org.jboss.resteasy.keystone.server.ProjectsService
 
getUserInfo() - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
getUsername() - Method in class org.jboss.resteasy.keystone.model.Access.User
 
getUsername() - Method in class org.jboss.resteasy.keystone.model.Authentication.PasswordCredentials
 
getUsername() - Method in class org.jboss.resteasy.keystone.model.User
 
getUsername() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.User
 
getUsername() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
getUsername() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ScopeMappingRepresentation
 
getUsername() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
getUserNameCtx(SecurityContext) - Method in class org.jboss.resteasy.test.smoke.ProtectedResource
 
getUserNameIds() - Method in class org.jboss.resteasy.keystone.model.StoredProject
 
getUserPrincipal() - Method in class Acme.Serve.Serve.ServeConnection
 
getUserPrincipal() - Method in interface javax.ws.rs.core.SecurityContext
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
getUserPrincipal() - Method in class org.jboss.resteasy.plugins.server.netty.NettySecurityContext
 
getUserPrincipal() - Method in class org.jboss.resteasy.plugins.server.servlet.ServletSecurityContext
 
getUserPrincipal() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
getUserRole() - Method in class org.jboss.resteasy.test.smoke.ProtectedResource
 
getUserRoleCtx(SecurityContext) - Method in class org.jboss.resteasy.test.smoke.ProtectedResource
 
getUserRoles() - Method in class org.jboss.resteasy.keystone.model.StoredProject
 
getUserRoles(String, String) - Method in class org.jboss.resteasy.keystone.server.ProjectsService
 
getUsers() - Method in class org.jboss.resteasy.keystone.model.IdentityStore
 
getUsers() - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
getUsers() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
getValidationHeaders() - Method in interface org.jboss.resteasy.client.cache.BrowserCache.Entry
Deprecated.
 
getValidationHeaders() - Method in class org.jboss.resteasy.client.cache.CacheEntry
Deprecated.
 
getValidationHeaders() - Method in interface org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Entry
 
getValidationHeaders() - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheEntry
 
getValidator(ServletContext, OAuthProvider) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
Creates an OAuthValidator, and caches it in the Servlet Context attributes for reuse.
getValidator(HttpRequest) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
getValue(String) - Method in class Acme.Serve.Serve.AcmeSession
 
getValue() - Method in class javax.ws.rs.core.Cookie
Get the value of the cookie.
getValue() - Method in class javax.ws.rs.core.EntityTag
Get the value of an EntityTag.
getValue() - Method in class org.jboss.resteasy.api.validation.ResteasyConstraintViolation
 
getValue() - Method in class org.jboss.resteasy.client.cache.BrowserCache.Header
Deprecated.
 
getValue() - Method in class org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Header
 
getValue(ELContext, Object, Object) - Method in class org.jboss.resteasy.links.impl.BaseELResolver
 
getValue() - Method in class org.jboss.resteasy.plugins.providers.atom.Content
 
getValue() - Method in class org.jboss.resteasy.plugins.providers.atom.Text
 
getValue() - Method in class org.jboss.resteasy.plugins.providers.jaxb.JaxbCollection
 
getValue() - Method in class org.jboss.resteasy.plugins.providers.jaxb.JaxbMap.Entry
 
getValue() - Method in class org.jboss.resteasy.plugins.providers.jaxb.JaxbMap
 
getValue() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserAttribute
 
getValue() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
getValue() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
 
getValueNames() - Method in class Acme.Serve.Serve.AcmeSession
 
getValues(K) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Return a non-null list of values for a given key.
getVariant() - Method in class javax.ws.rs.client.Entity
Get entity variant information.
getVerification() - Method in class org.jboss.resteasy.security.doseta.VerificationResultSet
 
getVerifications() - Method in class org.jboss.resteasy.security.doseta.Verifier
 
getVerifiedHeaders() - Method in class org.jboss.resteasy.security.doseta.VerificationResult
 
getVerifier() - Method in class org.jboss.resteasy.auth.oauth.OAuthRequestToken
Returns this Token's verifier
getVerifyCaller() - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken.Access
 
getVersion() - Method in class javax.ws.rs.core.Cookie
Get the version of the cookie.
getVersion() - Method in class org.jboss.resteasy.plugins.providers.atom.Generator
 
getViolationLists() - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
getViolations() - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
getViolationsContainer(HttpRequest, Object) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
getViolationsContainer(HttpRequest, Object) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
getWants() - Method in class org.jboss.resteasy.jsapi.MethodMetaData
 
getWeight() - Method in class org.jboss.resteasy.util.WeightedLanguage
 
getWeight() - Method in class org.jboss.resteasy.util.WeightedMediaType
 
getWildcardRole() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
getWireString() - Method in class org.jboss.resteasy.jose.jwe.JWEInput
 
getWireString() - Method in class org.jboss.resteasy.jose.jws.JWSInput
 
getWorkspace() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppService
 
getWriter() - Method in class Acme.Serve.Serve.ServeConnection
 
getWriter() - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
getWriter() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
getWriterInterceptorList() - Method in interface org.jboss.resteasy.client.core.ClientInterceptorRepository
 
getWriterInterceptorList() - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
getWriterInterceptors() - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
getWriterInterceptors(Class, AccessibleObject) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
getWriterInterceptors() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
getWriterInterceptors() - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
getWriterInterceptors() - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
getWriterInterceptors() - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousResponse
 
getXmlCache() - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
getXmlCache(Configurable) - Method in class org.jboss.resteasy.plugins.cache.server.ServerCacheFeature
 
getXmlStreamReader(Reader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
GIGABYTE_MEMORY_UNIT - Static variable in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
GMT_ZONE - Static variable in class org.jboss.resteasy.plugins.delegates.ServerCookie
GMT timezone - all HTTP dates are on GMT
grantUrl - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
GROUP - Static variable in class org.jboss.resteasy.core.registry.Expression
 
groupCount(String) - Static method in class org.jboss.resteasy.core.registry.Expression
Find the number of groups in the regular expression don't count escaped '('
GroupParameterParser - Class in org.jboss.resteasy.util
A simple parser intended to parse sequences of name/value pairs.
GroupParameterParser() - Constructor for class org.jboss.resteasy.util.GroupParameterParser
Default ParameterParser constructor.
groups - Variable in class org.jboss.resteasy.core.registry.Expression
 
GuiceResourceFactory - Class in org.jboss.resteasy.plugins.guice
 
GuiceResourceFactory(Provider, Class<?>) - Constructor for class org.jboss.resteasy.plugins.guice.GuiceResourceFactory
 
GuiceResteasyBootstrapServletContextListener - Class in org.jboss.resteasy.plugins.guice
 
GuiceResteasyBootstrapServletContextListener() - Constructor for class org.jboss.resteasy.plugins.guice.GuiceResteasyBootstrapServletContextListener
 
GZIP - Annotation Type in org.jboss.resteasy.annotations
 
gzip - Variable in class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor.CommittedGZIPOutputStream
 
GZIP - Static variable in class org.jboss.resteasy.util.Base64
Specify that data should be gzip-compressed in second bit.
GZIPDecodingInterceptor - Class in org.jboss.resteasy.plugins.interceptors.encoding
 
GZIPDecodingInterceptor() - Constructor for class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor
 
GZIPDecodingInterceptor.FinishableGZIPInputStream - Class in org.jboss.resteasy.plugins.interceptors.encoding
 
GZIPDecodingInterceptor.FinishableGZIPInputStream(InputStream) - Constructor for class org.jboss.resteasy.plugins.interceptors.encoding.GZIPDecodingInterceptor.FinishableGZIPInputStream
 
GZIPEncodingInterceptor - Class in org.jboss.resteasy.plugins.interceptors.encoding
 
GZIPEncodingInterceptor() - Constructor for class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor
 
GZIPEncodingInterceptor.CommittedGZIPOutputStream - Class in org.jboss.resteasy.plugins.interceptors.encoding
 
GZIPEncodingInterceptor.CommittedGZIPOutputStream(OutputStream, CommitHeaderOutputStream.CommitCallback) - Constructor for class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor.CommittedGZIPOutputStream
 
GZIPEncodingInterceptor.EndableGZIPOutputStream - Class in org.jboss.resteasy.plugins.interceptors.encoding
 
GZIPEncodingInterceptor.EndableGZIPOutputStream(OutputStream) - Constructor for class org.jboss.resteasy.plugins.interceptors.encoding.GZIPEncodingInterceptor.EndableGZIPOutputStream
 
gzipInStreamConstr - Variable in class Acme.Serve.Serve
 

H

handle(ClientResponse<?>) - Method in interface org.jboss.resteasy.client.core.ClientErrorInterceptor
Attempt to handle the current ClientResponse.
handle(HttpExchange) - Method in class org.jboss.resteasy.plugins.server.sun.http.ResteasyHttpHandler
 
handle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerAdapter
 
handle(ResteasyRequestWrapper, HttpResponse) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerAdapter
 
handle(ResteasyRequestWrapper, HttpServletResponse) - Method in class org.jboss.resteasy.springmvc.ResteasyWebHandlerTemplate
 
handle(ResteasyRequestWrapper, HttpResponse) - Method in class org.jboss.resteasy.springmvc.ResteasyWebHandlerTemplate
 
handleApplicationException(HttpRequest, ApplicationException) - Method in class org.jboss.resteasy.core.ExceptionHandler
 
handleErrorStatus(Response) - Static method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
Throw an exception.
handleException(HttpRequest, Throwable) - Method in class org.jboss.resteasy.core.ExceptionHandler
 
handleExpired(ClientExecutionContext, ClientRequest, BrowserCache.Entry) - Method in class org.jboss.resteasy.client.cache.CacheInterceptor
Deprecated.
 
handleFailure(HttpRequest, Failure) - Method in class org.jboss.resteasy.core.ExceptionHandler
 
handleLoginPage(Request, Response) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
handleNoApplicationClass(Set<Class<?>>, Set<Class<?>>, ServletContext) - Method in class org.jboss.resteasy.plugins.servlet.ResteasyServletInitializer
 
handleOAuth(Request, Response) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
handler - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
handleReaderException(HttpRequest, ReaderException) - Method in class org.jboss.resteasy.core.ExceptionHandler
 
handles(Class) - Method in class org.jboss.resteasy.spi.touri.AbstractURITemplateAnnotationResolver
 
handles(Class<?>) - Method in class org.jboss.resteasy.spi.touri.URIableURIResolver
 
handles(Class<?>) - Method in interface org.jboss.resteasy.spi.touri.URIResolver
 
handleTimeout(AsyncResponse) - Method in interface javax.ws.rs.container.TimeoutHandler
Invoked when the suspended asynchronous response is about to time out.
handleTimeout(AsyncResponse) - Method in class org.jboss.resteasy.test.async.callback.MyTimeoutHandler
 
handleTimeout(AsyncResponse) - Method in class org.jboss.resteasy.test.async.MyTimeoutHandler
 
handleWebApplicationException(WebApplicationException) - Method in class org.jboss.resteasy.core.ExceptionHandler
 
handleWriterException(HttpRequest, WriterException) - Method in class org.jboss.resteasy.core.ExceptionHandler
 
hasEntity() - Method in interface javax.ws.rs.client.ClientRequestContext
Check if there is an entity available in the request.
hasEntity() - Method in interface javax.ws.rs.client.ClientResponseContext
Check if there is a non-empty entity input stream is available in the response message.
hasEntity() - Method in interface javax.ws.rs.container.ContainerRequestContext
Check if there is a non-empty entity input stream available in the request message.
hasEntity() - Method in interface javax.ws.rs.container.ContainerResponseContext
Check if there is an entity available in the response.
hasEntity() - Method in class javax.ws.rs.core.Response
Check if there is an entity available in the response.
hasEntity() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
hasEntity() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
hasEntity() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
hasEntity() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
hasEntity() - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
hasEntity() - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
hasEntity() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
hashCode() - Method in class javax.ws.rs.core.AbstractMultivaluedMap

This implementation delegates the method call to to the the underlying [key, multi-value] store.

hashCode() - Method in class javax.ws.rs.core.CacheControl
Generate hash code from cache control properties.
hashCode() - Method in class javax.ws.rs.core.Cookie
Generate a hash code by hashing all of the cookies properties.
hashCode() - Method in class javax.ws.rs.core.EntityTag
Generate hashCode based on value and weakness.
hashCode() - Method in class javax.ws.rs.core.GenericEntity
 
hashCode() - Method in class javax.ws.rs.core.GenericType
 
hashCode() - Method in class javax.ws.rs.core.MediaType
Generate a hash code from the type, subtype and parameters.
hashCode() - Method in class javax.ws.rs.core.NewCookie
Generate a hash code by hashing all of the properties.
hashCode() - Method in class javax.ws.rs.core.Variant
Generate hash code from variant properties.
hashCode() - Method in class org.jboss.resteasy.client.core.ClientProxy
 
hashCode() - Method in class org.jboss.resteasy.client.core.extractors.ClientResponseProxy
 
hashCode() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy
 
hashCode() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ClientResponseProxy
 
hashCode() - Method in class org.jboss.resteasy.core.ExtendedCacheControl
 
hashCode() - Method in class org.jboss.resteasy.core.MediaTypeMap.CachedMediaTypeAndClass
 
hashCode() - Method in class org.jboss.resteasy.core.request.QualityValue
 
hashCode() - Method in class org.jboss.resteasy.keystone.model.Role
 
hashCode() - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder.CacheKey
 
hashCode() - Method in class org.jboss.resteasy.plugins.server.embedded.SimplePrincipal
 
hashCode() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
hashCode() - Method in class org.jboss.resteasy.skeleton.key.SkeletonKeyPrincipal
 
hashCode() - Method in class org.jboss.resteasy.specimpl.LinkImpl
 
hashCode() - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
hashCode() - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
hashed - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
hashed - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
 
hasLink(String) - Method in interface javax.ws.rs.client.ClientResponseContext
Check if link for relation exists.
hasLink(String) - Method in interface javax.ws.rs.container.ContainerResponseContext
Check if link for relation exists.
hasLink(String) - Method in class javax.ws.rs.core.Response
Check if link for relation exists.
hasLink(String) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
hasLink(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
hasLink(String) - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
hasLink(String) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
hasMatrixParams() - Method in class org.jboss.resteasy.specimpl.PathSegmentImpl
NOTE: Used for optimization in ResteasyUriInfo
hasMatrixParams - Variable in class org.jboss.resteasy.specimpl.PathSegmentImpl.SegmentParse
 
hasMoreElements() - Method in class Acme.Serve.Serve.AcceptLocaleEnumeration
 
hasRead - Variable in class org.jboss.resteasy.util.NoContentInputStreamDelegate
 
hasRetryAfter() - Method in exception javax.ws.rs.ServiceUnavailableException
Check if the underlying response contains the information on when is it possible to retry the request.
hasValue(List<String>) - Method in class org.jboss.resteasy.core.PrefixedFormInjector
Checks that the list has an non empty value.
head() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP HEAD method for the current request asynchronously.
head(InvocationCallback<Response>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP HEAD method for the current request asynchronously.
head() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP HEAD method for the current request synchronously.
HEAD - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP HEAD requests.
HEAD - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP HEAD method.
head() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
head() - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
head(InvocationCallback<Response>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
head() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
head(String) - Static method in class org.jboss.resteasy.mock.MockHttpRequest
 
head() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
header(String, Object) - Method in interface javax.ws.rs.client.Invocation.Builder
Add an arbitrary header.
header(String, Object) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add an arbitrary header.
header(String, Object) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
header(String, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
header(String, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
header(String, String) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
header(String, Object) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
HEADER_DECORATOR - Static variable in class javax.ws.rs.Priorities
Header decorator filter/interceptor priority.
HeaderDecoratorPrecedence - Annotation Type in org.jboss.resteasy.annotations.interception
HeaderDecoratorPrecedence interceptors should always come first as they decorate a response (on the server), or an outgoing request (on the client) with special, user-defined, headers.
headerDelegates - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
HeaderFlushedOutputStream - Class in org.jboss.resteasy.plugins.providers.multipart
 
HeaderFlushedOutputStream(MultivaluedMap<String, Object>, OutputStream) - Constructor for class org.jboss.resteasy.plugins.providers.multipart.HeaderFlushedOutputStream
 
HeaderHelper - Class in org.jboss.resteasy.util
 
HeaderHelper() - Constructor for class org.jboss.resteasy.util.HeaderHelper
 
HeaderParam - Annotation Type in javax.ws.rs
Binds the value(s) of a HTTP header to a resource method parameter, resource class field, or resource class bean property.
headerParam(String) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
HeaderParameterParser - Class in org.jboss.resteasy.util
 
HeaderParameterParser() - Constructor for class org.jboss.resteasy.util.HeaderParameterParser
 
HeaderParamInjector - Class in org.jboss.resteasy.core
 
HeaderParamInjector(Class, Type, AccessibleObject, String, String, Annotation[], ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.HeaderParamInjector
 
HeaderParamMarshaller - Class in org.jboss.resteasy.client.core.marshallers
 
HeaderParamMarshaller(String) - Constructor for class org.jboss.resteasy.client.core.marshallers.HeaderParamMarshaller
 
HeaderParamProcessor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
 
HeaderParamProcessor(String) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.HeaderParamProcessor
 
headers(MultivaluedMap<String, Object>) - Method in interface javax.ws.rs.client.Invocation.Builder
Replaces all existing headers with the newly supplied headers.
headers - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
headers - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
headers - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
headers(MultivaluedMap<String, Object>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
headers - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
Headers<V> - Class in org.jboss.resteasy.core
 
Headers() - Constructor for class org.jboss.resteasy.core.Headers
 
headers - Variable in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
headers - Variable in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
HEADERS - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
headers - Variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
headers - Variable in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
headers - Variable in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
headerValue - Variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
HeaderValueProcessor - Interface in org.jboss.resteasy.spi
 
HeadResourceMethod - Class in org.jboss.resteasy.plugins.stats
 
HeadResourceMethod() - Constructor for class org.jboss.resteasy.plugins.stats.HeadResourceMethod
 
Hex - Class in org.jboss.resteasy.util
 
Hex() - Constructor for class org.jboss.resteasy.util.Hex
 
hierarchicalUri - Static variable in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
HIGHEST - Static variable in class org.jboss.resteasy.core.request.QualityValue
 
hmac256(byte[]) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
 
hmac256(SecretKey) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
 
hmac384(byte[]) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
 
hmac384(SecretKey) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
 
hmac512(byte[]) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
 
hmac512(SecretKey) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
 
HMACProvider - Class in org.jboss.resteasy.jose.jws.crypto
 
HMACProvider() - Constructor for class org.jboss.resteasy.jose.jws.crypto.HMACProvider
 
HOST - Static variable in class Acme.Serve.Serve.ServeConnection
 
HOST - Static variable in interface javax.ws.rs.core.HttpHeaders
host(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI host.
host(String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
HOST - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
hostName - Variable in class Acme.Serve.Serve
 
hostname - Variable in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
hostnameVerification(ResteasyClientBuilder.HostnameVerificationPolicy) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
SSL policy used to verify hostnames
hostnameVerifier(HostnameVerifier) - Method in class javax.ws.rs.client.ClientBuilder
Set the hostname verifier to be used by the client to verify the endpoint's hostname against it's identification information.
hostnameVerifier - Variable in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
hostnameVerifier - Variable in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
 
hostnameVerifier(HostnameVerifier) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
href - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
 
href - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
 
href - Variable in class org.jboss.resteasy.plugins.providers.atom.Link
 
href - Variable in class org.jboss.resteasy.spi.Link
Deprecated.
 
hreflang - Variable in class org.jboss.resteasy.plugins.providers.atom.Link
 
html(T) - Static method in class javax.ws.rs.client.Entity
Create a "text/html" entity.
htmlEncode(String, boolean) - Static method in class Acme.Utils
 
HtmlRenderableWriter - Class in org.jboss.resteasy.plugins.providers.html
 
HtmlRenderableWriter() - Constructor for class org.jboss.resteasy.plugins.providers.html.HtmlRenderableWriter
 
HtmlServletDispatcher - Class in org.jboss.resteasy.plugins.providers.html
 
HtmlServletDispatcher() - Constructor for class org.jboss.resteasy.plugins.providers.html.HtmlServletDispatcher
 
HTTP_MAX_HDR_LEN - Static variable in class Acme.Serve.Serve
 
httpClient - Variable in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
httpClient - Variable in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
HttpClient4xUtils - Class in org.jboss.resteasy.util
HttpClient4xUtils provides utility methods useful for changes necessitated by switching from HttpClient 3.x to HttpClient 4.x.
HttpClient4xUtils() - Constructor for class org.jboss.resteasy.util.HttpClient4xUtils
 
httpContext - Variable in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
httpContext - Variable in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
HttpContextBuilder - Class in org.jboss.resteasy.plugins.server.sun.http
Helper class to create a ResteasyDeployment and bind it to an HttpContext of an HttpServer.
HttpContextBuilder() - Constructor for class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
HttpContextResteasyConfiguration - Class in org.jboss.resteasy.plugins.server.sun.http
ResteasyConfiguration adapter for HttpContext attributes
HttpContextResteasyConfiguration(HttpContext) - Constructor for class org.jboss.resteasy.plugins.server.sun.http.HttpContextResteasyConfiguration
 
httpEngine - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
httpEngine() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
httpEngine - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
httpEngine(ClientHttpEngine) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
Negates all ssl and connection specific configuration
HttpExchangeUtil - Class in org.jboss.resteasy.plugins.server.sun.http
 
HttpExchangeUtil() - Constructor for class org.jboss.resteasy.plugins.server.sun.http.HttpExchangeUtil
 
HttpHeaderNames - Interface in org.jboss.resteasy.util
A list of Http Header names.
HttpHeaders - Interface in javax.ws.rs.core
An injectable interface that provides access to HTTP header information.
httpHeaders - Variable in class org.jboss.resteasy.mock.MockHttpRequest
 
httpHeaders - Variable in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
httpHeaders - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
httpHeaders - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
HttpMethod - Annotation Type in javax.ws.rs
Associates the name of a HTTP method with an annotation.
httpMethod - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
httpMethod(String) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
httpMethod(String, Class<T>) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
httpMethod(String, Class<T>, Type) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
httpMethod(String, GenericType) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
httpMethod - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
httpMethod - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
httpMethod - Variable in class org.jboss.resteasy.mock.MockHttpRequest
 
httpMethod - Variable in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
httpMethod - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
httpMethod - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
httpMethod(String) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
httpMethods - Variable in class org.jboss.resteasy.spi.metadata.ResourceMethod
 
httpRequest - Variable in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
HttpRequest - Interface in org.jboss.resteasy.spi
Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.
HttpRequestFactory - Interface in org.jboss.resteasy.plugins.server.servlet
 
HttpRequestPreprocessor - Interface in org.jboss.resteasy.spi
HttpRequestPreprocessors get invoked before any dispatching to JAX-RS resource methods happens
httpResponse - Variable in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
httpResponse - Variable in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
httpResponse - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
httpResponse - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
HttpResponse - Interface in org.jboss.resteasy.spi
Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.
HttpResponseCodes - Interface in org.jboss.resteasy.util
 
HttpResponseFactory - Interface in org.jboss.resteasy.plugins.server.servlet
 
httpServer - Variable in class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
 
HttpServerContainer - Class in org.jboss.resteasy.test
Sun HttpServerContainer
HttpServerContainer() - Constructor for class org.jboss.resteasy.test.HttpServerContainer
 
HttpServerPipelineFactory - Class in org.jboss.resteasy.plugins.server.netty
The ChannelPipelineFactory which is used to serve HTTP Traffic.
HttpServerPipelineFactory(RequestDispatcher, String, int, int, boolean, List<ChannelHandler>) - Constructor for class org.jboss.resteasy.plugins.server.netty.HttpServerPipelineFactory
 
HttpServerRequest - Class in org.jboss.resteasy.plugins.server.sun.http
 
HttpServerRequest(SynchronousDispatcher, HttpResponse, HttpExchange) - Constructor for class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
HttpServerResponse - Class in org.jboss.resteasy.plugins.server.sun.http
 
HttpServerResponse(ResteasyProviderFactory, HttpExchange) - Constructor for class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
HttpServlet30Dispatcher - Class in org.jboss.resteasy.plugins.server.servlet
 
HttpServlet30Dispatcher() - Constructor for class org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher
 
HttpServletDispatcher - Class in org.jboss.resteasy.plugins.server.servlet
 
HttpServletDispatcher() - Constructor for class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
 
HttpServletInputMessage - Class in org.jboss.resteasy.plugins.server.servlet
Abstraction for an inbound http request on the server, or a response from a server to a client

We have this abstraction so that we can reuse marshalling objects in a client framework and serverside framework

HttpServletInputMessage(HttpServletRequest, HttpServletResponse, ServletContext, HttpResponse, ResteasyHttpHeaders, ResteasyUriInfo, String, SynchronousDispatcher) - Constructor for class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
HttpServletRequestDelegate - Class in org.jboss.resteasy.util
 
HttpServletRequestDelegate(HttpServletRequest) - Constructor for class org.jboss.resteasy.util.HttpServletRequestDelegate
 
HttpServletResponseHeaders - Class in org.jboss.resteasy.plugins.server.servlet
 
HttpServletResponseHeaders(HttpServletResponse, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
HttpServletResponseWrapper - Class in org.jboss.resteasy.plugins.server.servlet
 
HttpServletResponseWrapper(HttpServletResponse, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
HttpServletResponseWrapper.DeferredOutputStream - Class in org.jboss.resteasy.plugins.server.servlet
RESTEASY-684 wants to defer access to outputstream until a write/flush/close happens
HttpServletResponseWrapper.DeferredOutputStream() - Constructor for class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.DeferredOutputStream
 
HttpsServerPipelineFactory - Class in org.jboss.resteasy.plugins.server.netty
HttpServerPipelineFactory subclass which enable the use of HTTPS
HttpsServerPipelineFactory(RequestDispatcher, String, int, int, boolean, List<ChannelHandler>, SSLContext) - Constructor for class org.jboss.resteasy.plugins.server.netty.HttpsServerPipelineFactory
 

I

id - Variable in class org.jboss.resteasy.jwt.JsonWebToken
 
id(String) - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
id - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
id - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
id - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
id - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Resource
 
id - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Role
 
id - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
id - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.ScopeMapping
 
id - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.User
 
id - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.UserAttribute
 
id - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
id - Variable in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
id(String) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
identifierName - Variable in class org.jboss.resteasy.security.doseta.Verification
 
identifierValue - Variable in class org.jboss.resteasy.security.doseta.Verification
 
IDENTITY - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
IdentityManager - Interface in org.jboss.resteasy.skeleton.key.idm
 
identityManager - Variable in class org.jboss.resteasy.skeleton.key.idm.service.RealmFactory
 
identityManager - Variable in class org.jboss.resteasy.skeleton.key.idm.service.RealmResource
 
identityManager - Variable in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
IdentityStore - Class in org.jboss.resteasy.keystone.model
 
IdentityStore() - Constructor for class org.jboss.resteasy.keystone.model.IdentityStore
 
idp(WebTarget) - Method in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
IF_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_MATCH - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
IF_MODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_MODIFIED_SINCE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
IF_NONE_MATCH - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_NONE_MATCH - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
IF_RANGE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
IF_UNMODIFIED_SINCE - Static variable in interface javax.ws.rs.core.HttpHeaders
IF_UNMODIFIED_SINCE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
ifMatch(List<EntityTag>, EntityTag) - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
ifModifiedSince(String, Date) - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
ifNoneMatch(List<EntityTag>, EntityTag) - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
ifUnmodifiedSince(String, Date) - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
ignored(Class<?>, Annotation[], MediaType) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.IgnoredMediaTypes
 
IgnoredMediaTypes - Class in org.jboss.resteasy.plugins.providers.jaxb
 
IgnoredMediaTypes() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.IgnoredMediaTypes
 
ignoreExpiration - Variable in class org.jboss.resteasy.security.doseta.Verification
 
IgnoreMediaTypes - Annotation Type in org.jboss.resteasy.annotations.providers.jaxb
Placed on a type, method, parameter, or field to tell JAXRS not to use JAXB provider for a certain media type
ignorePrematch - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
IIOImageProvider - Class in org.jboss.resteasy.plugins.providers
 
IIOImageProvider() - Constructor for class org.jboss.resteasy.plugins.providers.IIOImageProvider
 
IIOImageProviderHelper - Class in org.jboss.resteasy.plugins.providers
A IIOImageProviderHelper.
ImageWriterParams - Annotation Type in org.jboss.resteasy.annotations.providers.img
An annotation that a resource class can use to pass parameters to the IIOImageProvider.
importDomain(RealmRepresentation) - Method in class org.jboss.resteasy.skeleton.key.idm.service.RealmFactory
 
Importer - Class in org.jboss.resteasy.keystone.cli
 
Importer() - Constructor for class org.jboss.resteasy.keystone.cli.Importer
 
importStore(InputStream) - Method in class org.jboss.resteasy.keystone.server.Loader
 
importStore(InputStream, Cache) - Method in class org.jboss.resteasy.keystone.server.Loader
 
importStore(IdentityStore, Cache) - Method in class org.jboss.resteasy.keystone.server.Loader
 
include(ServletRequest, ServletResponse) - Method in class Acme.Serve.Serve.SimpleRequestDispatcher
 
include(String, Object) - Method in class org.jboss.resteasy.plugins.spring.BeanNameFilter
 
include(String, Object) - Method in interface org.jboss.resteasy.plugins.spring.ResourceRegistrationFilter
 
include(RawMethod) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl.SimpleMethodFilter
 
incrementMethodCount(String) - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
index - Variable in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
index - Variable in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
index - Variable in class org.jboss.resteasy.core.interception.ClientExecutionContextImpl
Deprecated.
 
InfinispanCache - Class in org.jboss.resteasy.plugins.cache.server
An HTTP cache that behaves somewhat the same way as a proxy (like Squid)
InfinispanCache(Cache) - Constructor for class org.jboss.resteasy.plugins.cache.server.InfinispanCache
 
InfinispanCache.CacheEntry - Class in org.jboss.resteasy.plugins.cache.server
 
InfinispanIDM - Class in org.jboss.resteasy.skeleton.key.idm.adapters.infinispan
 
InfinispanIDM(Cache) - Constructor for class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
info(String) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
info(String, Object...) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
info(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
info(String) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
info(String, Object...) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
info(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
info(String) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
info(String, Object...) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
info(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
info(String) - Method in class org.jboss.resteasy.logging.Logger
 
info(String, Object...) - Method in class org.jboss.resteasy.logging.Logger
 
info(String, Throwable) - Method in class org.jboss.resteasy.logging.Logger
 
init(Map, Map) - Method in class Acme.Serve.SelectorAcceptor
 
init(Map, Map) - Method in interface Acme.Serve.Serve.Acceptor
 
init() - Method in class Acme.Serve.Serve
 
init(Map, Map) - Method in class Acme.Serve.SimpleAcceptor
 
init(Map, Map) - Method in class Acme.Serve.SSLAcceptor
 
init(FilterConfig) - Method in class org.jboss.resteasy.auth.oauth.OAuthFilter
 
init(ServletConfig) - Method in class org.jboss.resteasy.auth.oauth.OAuthServlet
 
init(ServletConfig) - Method in class org.jboss.resteasy.jsapi.JSAPIServlet
 
init(FilterConfig) - Method in class org.jboss.resteasy.plugins.server.servlet.FilterDispatcher
 
init(ServletConfig) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
 
init(ServletContext, ConfigurationBootstrap, HttpRequestFactory, HttpResponseFactory) - Method in class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
init() - Static method in class org.jboss.resteasy.security.BouncyIntegration
 
init() - Method in class org.jboss.resteasy.skeleton.key.as7.BearerTokenAuthenticatorValve
 
init() - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
init() - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
init() - Static method in class org.jboss.resteasy.skeleton.key.BouncyIntegration
 
init(InputStream) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfigLoader
 
initCacheControl(Cache) - Method in class org.jboss.resteasy.plugins.interceptors.CacheControlFeature
 
initCacheControl(NoCache) - Method in class org.jboss.resteasy.plugins.interceptors.CacheControlFeature
 
initDefaultEngine() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
initFileMappings() - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer.FileMappingServe
 
initHandler() - Static method in class Acme.Serve.SSLAcceptor
Register our URLStreamHandler for the "https:" protocol.
initialize() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
initialize() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory
 
initialize() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory
 
initialize() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.OnDemandInterceptorFactory
 
initialize() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.SingletonInterceptorFactory
 
initialize(Class, Type, String, Class, String, AccessibleObject, Annotation[], ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.StringParameterInjector
 
initialize() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.resteasy.keystone.as7.SignedSkeletonKeyStoneLoginModule
 
initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.resteasy.keystone.as7.SkeletonKeyStoneLoginModule
 
initialize() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
initialize(String, String, String) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
initializeAsync(ResteasyAsynchronousResponse) - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
initialized - Variable in class Acme.Serve.Serve
 
initialized - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
initializeFromRequest(URI) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
initialRequestThreadFinished() - Method in class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
initialRequestThreadFinished() - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
initialRequestThreadFinished() - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousResponse
Callback by the initial http request thread.
initKeyPair() - Method in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
initMime() - Method in class Acme.Serve.Serve
 
initParameters - Variable in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
initResource(T) - Method in interface javax.ws.rs.container.ResourceContext
Initialize the resource or sub-resource instance.
initServerSocket(ServerSocket, boolean) - Method in class Acme.Serve.SSLAcceptor
Set the requested properties for this server socket.
initWithUri(String) - Static method in class org.jboss.resteasy.mock.MockHttpRequest
 
inject(Object) - Method in class org.jboss.resteasy.cdi.CdiPropertyInjector
 
inject(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.cdi.CdiPropertyInjector
 
inject(T, CreationalContext<T>) - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.AbstractCollectionFormInjector
Inject inside the context of an HTTP request.
inject() - Method in class org.jboss.resteasy.core.AsynchronousResponseInjector
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.AsynchronousResponseInjector
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.ContextParameterInjector
 
inject() - Method in class org.jboss.resteasy.core.ContextParameterInjector
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.CookieParamInjector
 
inject() - Method in class org.jboss.resteasy.core.CookieParamInjector
 
inject() - Method in class org.jboss.resteasy.core.FormInjector
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.FormInjector
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.FormParamInjector
 
inject() - Method in class org.jboss.resteasy.core.FormParamInjector
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.HeaderParamInjector
 
inject() - Method in class org.jboss.resteasy.core.HeaderParamInjector
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.MatrixParamInjector
 
inject() - Method in class org.jboss.resteasy.core.MatrixParamInjector
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.MessageBodyParameterInjector
 
inject() - Method in class org.jboss.resteasy.core.MessageBodyParameterInjector
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.PathParamInjector
 
inject() - Method in class org.jboss.resteasy.core.PathParamInjector
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.PrefixedFormInjector
Inject inside the context of an HTTP request.
inject(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.core.PropertyInjectorImpl
 
inject(Object) - Method in class org.jboss.resteasy.core.PropertyInjectorImpl
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.QueryParamInjector
 
inject() - Method in class org.jboss.resteasy.core.QueryParamInjector
 
inject(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.core.ResourcePropertyInjector
 
inject(Object) - Method in class org.jboss.resteasy.core.ResourcePropertyInjector
 
inject() - Method in class org.jboss.resteasy.core.SuspendInjector
 
inject(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.SuspendInjector
 
inject() - Method in interface org.jboss.resteasy.core.ValueInjector
Inject outside the context of an HTTP request.
inject(HttpRequest, HttpResponse) - Method in interface org.jboss.resteasy.core.ValueInjector
Inject inside the context of an HTTP request.
inject(String, Object, PropertyInjector) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor.ResteasyBeanPostProcessor
 
inject(Object) - Method in interface org.jboss.resteasy.spi.PropertyInjector
Inject values into annotated properties (fields/setter methods) of the target object.
inject(HttpRequest, HttpResponse, Object) - Method in interface org.jboss.resteasy.spi.PropertyInjector
Inject values into annotated properties (fields/setter methods) of the target object.
injectableArguments() - Method in class org.jboss.resteasy.cdi.CdiConstructorInjector
 
injectableArguments(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.cdi.CdiConstructorInjector
 
injectableArguments(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.ConstructorInjectorImpl
 
injectableArguments() - Method in class org.jboss.resteasy.core.ConstructorInjectorImpl
 
injectableArguments() - Method in interface org.jboss.resteasy.spi.ConstructorInjector
Create an arguments list from injectable tings outside the scope of an HTTP request.
injectableArguments(HttpRequest, HttpResponse) - Method in interface org.jboss.resteasy.spi.ConstructorInjector
Create an argument list inside the scope of an HTTP request.
injectArguments(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.MethodInjectorImpl
 
injectArguments(HttpRequest, HttpResponse) - Method in interface org.jboss.resteasy.spi.MethodInjector
Create the arguments that would be used to invoke the method in the context of an HTTP request.
injectedInstance(Class<? extends T>, HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
injectedInstance(Class<? extends T>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
injectedInstance(Class<? extends T>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Property and constructor injection using the InjectorFactory
injectedInstance(Class<? extends T>, HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Property and constructor injection using the InjectorFactory
injectionFailure(AsyncResponse, int) - Method in class org.jboss.resteasy.test.async.JaxrsResource
 
injectionFailure(AsyncResponse) - Method in class org.jboss.resteasy.test.async.JaxrsResource
 
injector - Variable in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
injector - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
InjectorFactory - Interface in org.jboss.resteasy.spi
 
injectorFactory - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
injectorFactoryClass - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
InjectorFactoryImpl - Class in org.jboss.resteasy.core
 
InjectorFactoryImpl() - Constructor for class org.jboss.resteasy.core.InjectorFactoryImpl
 
injectProperties(Object, HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
injectProperties(Class, Object) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
injectProperties(Object) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
injectProperties(Class, Object) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
injectProperties(Object) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
injectProperties(Object, HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
InMemoryClientExecutor - Class in org.jboss.resteasy.client.core.executors
 
InMemoryClientExecutor() - Constructor for class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
InMemoryClientExecutor(Dispatcher) - Constructor for class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
input - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
input - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
InputPart - Interface in org.jboss.resteasy.plugins.providers.multipart
Represents one part of a multipart message.
inputStream - Variable in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
inputStream - Variable in class org.jboss.resteasy.mock.MockHttpRequest
 
inputStream - Variable in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
InputStreamProvider - Class in org.jboss.resteasy.plugins.providers
 
InputStreamProvider() - Constructor for class org.jboss.resteasy.plugins.providers.InputStreamProvider
 
InputStreamToByteArray - Class in org.jboss.resteasy.util
 
InputStreamToByteArray(InputStream) - Constructor for class org.jboss.resteasy.util.InputStreamToByteArray
 
insertInterceptorPrecedenceAfter(String, String) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
insertInterceptorPrecedenceAfter(String, String) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
insertInterceptorPrecedenceBefore(String, String) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
insertInterceptorPrecedenceBefore(String, String) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
insertPrecedenceAfter(String, String) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
insertPrecedenceAfter(String, String) - Method in class org.jboss.resteasy.core.interception.LegacyPrecedence
 
insertPrecedenceBefore(String, String) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
insertPrecedenceBefore(String, String) - Method in class org.jboss.resteasy.core.interception.LegacyPrecedence
 
instance - Static variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
interceptor - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory
 
interceptor - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.Match
 
interceptor - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.OnDemandInterceptorFactory
 
interceptor - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.SingletonInterceptorFactory
 
interceptor - Variable in class org.jboss.resteasy.core.interception.ReaderInterceptorRegistry.ReaderInterceptorFacade
 
interceptor - Variable in class org.jboss.resteasy.core.interception.WriterInterceptorRegistry.WriterInterceptorFacade
 
interceptorAfterPrecedences - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
interceptorBeforePrecedences - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
InterceptorContext - Interface in javax.ws.rs.ext
interceptorPrecedences - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
InterceptorRegistry<T> - Class in org.jboss.resteasy.core.interception
Deprecated. 
InterceptorRegistry(Class<T>, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
InterceptorRegistry.AbstractInterceptorFactory - Class in org.jboss.resteasy.core.interception
Deprecated.
 
InterceptorRegistry.AbstractInterceptorFactory() - Constructor for class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
Deprecated.
 
InterceptorRegistry.InterceptorFactory - Interface in org.jboss.resteasy.core.interception
Deprecated.
 
InterceptorRegistry.PerMethodInterceptorFactory - Class in org.jboss.resteasy.core.interception
Deprecated.
 
InterceptorRegistry.PerMethodInterceptorFactory(Class) - Constructor for class org.jboss.resteasy.core.interception.InterceptorRegistry.PerMethodInterceptorFactory
Deprecated.
 
InterceptorRegistry.PrecedenceComparator - Class in org.jboss.resteasy.core.interception
Deprecated.
 
InterceptorRegistry.PrecedenceComparator() - Constructor for class org.jboss.resteasy.core.interception.InterceptorRegistry.PrecedenceComparator
Deprecated.
 
InterceptorRegistry.SingletonInterceptorFactory - Class in org.jboss.resteasy.core.interception
Deprecated.
 
InterceptorRegistry.SingletonInterceptorFactory(Object) - Constructor for class org.jboss.resteasy.core.interception.InterceptorRegistry.SingletonInterceptorFactory
Deprecated.
 
InterceptorRegistryListener - Interface in org.jboss.resteasy.core.interception
Deprecated. 
interceptors - Variable in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
interceptors - Variable in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
interceptors - Variable in class org.jboss.resteasy.core.interception.ClientExecutionContextImpl
Deprecated.
 
interceptors - Variable in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
interceptors - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
interfaceBasedMethod - Variable in class org.jboss.resteasy.core.MethodInjectorImpl
 
internalCache - Variable in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
internalCache - Variable in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
InternalDispatcher - Class in org.jboss.resteasy.spi
InternalDispatch represents a "forward" in servlet terms.
InternalDispatcher() - Constructor for class org.jboss.resteasy.spi.InternalDispatcher
 
internalInvocation(HttpRequest, HttpResponse, Object) - Method in interface org.jboss.resteasy.core.Dispatcher
 
internalInvocation(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
internalResume(Object) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
internalResume(Throwable) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
InternalServerErrorException - Exception in javax.ws.rs
A runtime exception indicating an internal server error.
InternalServerErrorException() - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.InternalServerErrorException
Construct a new internal server error exception.
InternalServerErrorException - Exception in org.jboss.resteasy.spi
Thrown by RESTEasy when HTTP Internal Service Error (500) is encountered
InternalServerErrorException(String) - Constructor for exception org.jboss.resteasy.spi.InternalServerErrorException
 
InternalServerErrorException(String, Response) - Constructor for exception org.jboss.resteasy.spi.InternalServerErrorException
 
InternalServerErrorException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.InternalServerErrorException
 
InternalServerErrorException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.InternalServerErrorException
 
InternalServerErrorException(Throwable) - Constructor for exception org.jboss.resteasy.spi.InternalServerErrorException
 
InternalServerErrorException(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.InternalServerErrorException
 
interpolate(String, MessageInterpolator.Context) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl.LocaleSpecificMessageInterpolator
 
interpolate(String, MessageInterpolator.Context, Locale) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl.LocaleSpecificMessageInterpolator
 
intf - Variable in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
intf - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
intValue() - Method in class org.jboss.resteasy.core.request.QualityValue
 
invalidate() - Method in class Acme.Serve.Serve.AcmeSession
 
invocation(Link) - Method in interface javax.ws.rs.client.Client
Build an invocation builder from a link.
Invocation - Interface in javax.ws.rs.client
A client request invocation.
invocation - Variable in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
invocation - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
invocation - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
invocation(Link) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
Invocation.Builder - Interface in javax.ws.rs.client
A client request invocation builder.
InvocationCallback<RESPONSE> - Interface in javax.ws.rs.client
Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
InvocationProcessor - Interface in org.jboss.resteasy.client.jaxrs.internal.proxy.processors
 
invoke() - Method in interface javax.ws.rs.client.Invocation
Synchronously invoke the request and receive a response back.
invoke(Class<T>) - Method in interface javax.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified type back.
invoke(GenericType<T>) - Method in interface javax.ws.rs.client.Invocation
Synchronously invoke the request and receive a response of the specified generic type back.
invoke(Object[]) - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
invoke(Object, Method, Object[]) - Method in class org.jboss.resteasy.client.core.ClientProxy
 
invoke(Object, Method, Object[]) - Method in class org.jboss.resteasy.client.core.extractors.ClientResponseProxy
 
invoke(Object[]) - Method in interface org.jboss.resteasy.client.core.MethodInvoker
 
invoke(Object[]) - Method in class org.jboss.resteasy.client.core.SubResourceInvoker
 
invoke(ClientInvocation) - Method in interface org.jboss.resteasy.client.jaxrs.ClientHttpEngine
 
invoke(ClientInvocation) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
invoke(ClientInvocation) - Method in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
invoke() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
invoke(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
invoke(GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
invoke(Object[]) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
invoke(Object, Method, Object[]) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy
 
invoke(Object, Method, Object[]) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ClientResponseProxy
 
invoke(Object[]) - Method in interface org.jboss.resteasy.client.jaxrs.internal.proxy.MethodInvoker
 
invoke(Object[]) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.SubResourceInvoker
 
invoke(HttpRequest, HttpResponse, ResourceInvoker) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
 
invoke(HttpRequest, HttpResponse) - Method in interface org.jboss.resteasy.core.Dispatcher
 
invoke(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.core.MethodInjectorImpl
 
invoke(HttpRequest, HttpResponse) - Method in interface org.jboss.resteasy.core.ResourceInvoker
 
invoke(HttpRequest, HttpResponse, Object) - Method in interface org.jboss.resteasy.core.ResourceInvoker
 
invoke(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
invoke(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
invoke(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
invoke(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
invoke(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
invoke(HttpRequest, HttpResponse, ResourceInvoker) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
Invoke and write response
invoke(Request, Response) - Method in class org.jboss.resteasy.skeleton.key.as7.BearerTokenAuthenticatorValve
 
invoke(Request, Response) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
invoke(Request, Response) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
invoke(HttpRequest, HttpResponse, Object) - Method in interface org.jboss.resteasy.spi.MethodInjector
Invoke on a method in the context of an HTTP request.
invokeOnTarget(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
invokeOnTargetObject(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
invokePropagateNotFound(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
Propagate NotFoundException.
invoker - Variable in class org.jboss.resteasy.core.registry.MethodExpression
 
invokerConfig - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
invokeSuper(HttpRequest, HttpResponse, ResourceInvoker) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
 
is - Variable in class org.jboss.resteasy.client.jaxrs.internal.AbortedResponse
 
is100ContinueExpected() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
isA(Class, Class, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
isA(Object, Class, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
isA(Class, ParameterizedType) - Static method in class org.jboss.resteasy.util.Types
Is the genericType of a certain class?
isAcceptable() - Method in class org.jboss.resteasy.core.request.QualityValue
 
isAccessLogged() - Method in class Acme.Serve.Serve
 
isActive() - Method in class org.jboss.resteasy.jwt.JsonWebToken
Tests that the token is not expired and is not-before.
isAllowAnyHostname() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
isAllowCredentials() - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
Defaults to true
isAnnotationPresent(Class<? extends Annotation>) - Method in class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
IsAssignableFrom - Class in org.jboss.resteasy.util
 
IsAssignableFrom() - Constructor for class org.jboss.resteasy.util.IsAssignableFrom
 
isAsynchrnousRequest(HttpRequest) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
 
isAsynchronous() - Method in class org.jboss.resteasy.spi.metadata.ResourceMethod
 
isAsyncJobServiceEnabled() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
isBodyHashRequired() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
Whether or not to add a body hash to signature
isBodyHashRequired() - Method in class org.jboss.resteasy.security.doseta.Verification
 
isBuiltin - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory.SortedKey
 
isBuiltinsRegistered() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
isBuiltinsRegistered() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
isCanceled(String) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
isCanceled(String) - Method in class org.jboss.resteasy.test.async.Resource
 
isCancelled() - Method in interface javax.ws.rs.container.AsyncResponse
Check if the asynchronous response instance has been cancelled.
isCancelled() - Method in class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
isCancelPropagation() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
isCancelPropagation() - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
isCDIActive() - Static method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
isClosed() - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
isClosed() - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
isClosed() - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
isClosed - Variable in class org.jboss.resteasy.specimpl.BuiltResponse
 
isClosed() - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
isCollection - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
isCollectionOrArray() - Method in class org.jboss.resteasy.core.StringParameterInjector
 
isCommitted() - Method in class Acme.Serve.Serve.ServeConnection
Returns a boolean indicating if the response has been committed.
isCommitted() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
isCommitted() - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
isCommitted() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
isCommitted() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
isCommitted() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
isCommitted() - Method in interface org.jboss.resteasy.spi.HttpResponse
 
isCompatible(MediaType) - Method in class javax.ws.rs.core.MediaType
Check if this media type is compatible with another media type.
isCompatible(Method, Method) - Static method in class org.jboss.resteasy.util.Types
See if the two methods are compatible, that is they have the same relative signature
isCompatible(MediaType) - Method in class org.jboss.resteasy.util.WeightedMediaType
Non-equal properties should not be compatible
isComposite(String) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
isCompositeWildcardSubtype(String) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
subtypes like application/*+xml
isContentLengthZero(MultivaluedMap) - Static method in class org.jboss.resteasy.util.NoContent
 
isContentTypeFromMessage() - Method in interface org.jboss.resteasy.plugins.providers.multipart.InputPart
 
isContentTypeFromMessage() - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl.PartImpl
 
isConvertable(Class<?>) - Static method in class org.jboss.resteasy.util.TypeConverter
Tests if the class can safely be converted from a String to the specified type.
isCookieLoginAllowed() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
isCookieLoginAllowed() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
isDebugEnabled() - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
isDebugEnabled() - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
isDebugEnabled() - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
isDebugEnabled() - Method in class org.jboss.resteasy.logging.Logger
 
isDeploymentSensitiveFactoryEnabled() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
isDisableDTDs() - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
isDisableDTDs() - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
isDisableDTDs() - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
isDisableExternalEntities() - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
isDisableExternalEntities() - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
isDisableExternalEntities() - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
isDone() - Method in interface javax.ws.rs.container.AsyncResponse
Check if the processing of a request this asynchronous response instance belongs to has finished.
isDone() - Method in class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
isDone(String) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
isDone(String) - Method in class org.jboss.resteasy.test.async.Resource
 
ISE - Static variable in class org.jboss.resteasy.test.async.callback.Resource
 
isElement(String, String, String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.MappedConvention
 
isEmpty() - Method in class Acme.WildcardDictionary
 
isEmpty() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
isEmpty() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
isEmpty() - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
isEmpty() - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
isEmpty() - Method in class org.jboss.resteasy.util.ThreadLocalStack
 
isEnabled(Feature) - Method in interface javax.ws.rs.core.Configuration
Check if a particular feature instance has been previously enabled in the runtime configuration context.
isEnabled(Class<? extends Feature>) - Method in interface javax.ws.rs.core.Configuration
Check if a feature instance of featureClass class has been previously enabled in the runtime configuration context.
isEnabled(Feature) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
isEnabled(Class<? extends Feature>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
isEnabled(Feature) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
isEnabled(Class<? extends Feature>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
isEnabled() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
isEnabled() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.User
 
isEnabled() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
isEnabled() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
isEnabled(Feature) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
isEnabled(Class<? extends Feature>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
isEnableSecureProcessingFeature() - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
isEnableSecureProcessingFeature() - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
isEnableSecureProcessingFeature() - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
isEncoded() - Method in class org.jboss.resteasy.spi.metadata.Parameter
 
isErrorSent() - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
isExpired() - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
isExpired() - Method in class org.jboss.resteasy.plugins.cache.server.InfinispanCache.CacheEntry
 
isExpired() - Method in interface org.jboss.resteasy.plugins.cache.server.ServerCache.Entry
 
isExpired() - Method in class org.jboss.resteasy.plugins.cache.server.SimpleServerCache.CacheEntry
Deprecated.
 
isExpired() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
Return false if true current time.
isExpired() - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
isExpired() - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
isFixed() - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
Gets the value of the fixed property.
isFollowRedirects() - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
isFollowRedirects() - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
isFollowRedirects() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
isFormData(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.MessageBodyParameterInjector
 
isGetter(Method) - Static method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
isGzipAccepted(String) - Static method in class Acme.Utils
 
isHashed() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
isHashed() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
 
isHeadersCommitted - Variable in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
IsHttpMethod - Class in org.jboss.resteasy.util
 
IsHttpMethod() - Constructor for class org.jboss.resteasy.util.IsHttpMethod
 
isHttpOnly() - Method in class javax.ws.rs.core.NewCookie
Returns true if this cookie contains the HttpOnly attribute.
isIgnoreExpiration() - Method in class org.jboss.resteasy.security.doseta.Verification
 
isInitial() - Method in class org.jboss.resteasy.plugins.server.BaseHttpRequest
 
isInitial() - Method in interface org.jboss.resteasy.spi.HttpRequest
 
isInitial() - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
isInput() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
isInput() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
isJaxrsAnnotatedClass(Class<?>) - Static method in class org.jboss.resteasy.cdi.Utils
Finds out if a given class is decorated with JAX-RS annotations.
isJaxrsComponent(Class<?>) - Static method in class org.jboss.resteasy.cdi.Utils
Find out if a given class is a JAX-RS component
isJaxrsResource(Class<?>) - Static method in class org.jboss.resteasy.cdi.Utils
Returns true if and only if the given class is a JAX-RS root resource or a sub-resource.
isKeepAlive() - Method in class Acme.Serve.Serve
 
isKeepAlive() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
isKeepAlive() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
isLocator() - Method in class org.jboss.resteasy.core.registry.MethodExpression
 
isLoggable() - Method in exception org.jboss.resteasy.spi.Failure
 
isLowerCaseNames() - Method in class org.jboss.resteasy.util.GroupParameterParser
Returns true if parameter names are to be converted to lower case when name/value pairs are parsed.
isLowerCaseNames() - Method in class org.jboss.resteasy.util.ParameterParser
Returns true if parameter names are to be converted to lower case when name/value pairs are parsed.
isMapperExecuted() - Method in class org.jboss.resteasy.core.ExceptionHandler
 
isMethodValidatable(Method) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
isMethodValidatable(Method) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
isMethodValidatable(Method) - Method in interface org.jboss.resteasy.spi.validation.GeneralValidator
Indicates if validation is turned on for a method.
isMustRevalidate() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
isNew() - Method in class Acme.Serve.Serve.AcmeSession
 
isNoCache() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-cache cache control directive.
isNoStore() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-store cache control directive.
isNotBefore() - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
isNoTransform() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-transform cache control directive.
ISO_8859_1 - Static variable in class Acme.Utils
 
isPrefered() - Method in class org.jboss.resteasy.core.request.QualityValue
 
isPrivate() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the private cache control directive.
isProxyRevalidate() - Method in class javax.ws.rs.core.CacheControl
Corresponds to the proxy-revalidate cache control directive.
isPublic() - Method in class org.jboss.resteasy.core.ExtendedCacheControl
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyReader
Ascertain if the MessageBodyReader can produce an instance of a particular type.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomEntryProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomFeedProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.ByteArrayProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.DataSourceProvider
FIXME Comment this
isReadable(Class, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.DefaultTextPlain
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.DocumentProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.FileProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.IIOImageProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.InputStreamProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.JaxrsFormProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonArrayProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonObjectProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonStructureProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.ListMultipartReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MapMultipartFormDataReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MimeMultipartProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.ReaderProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.SerializableProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.SourceProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.StringTextStar
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.YamlProvider
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.EnvelopedReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.MultipartSignedReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureReader
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.test.async.callback.StringBeanEntityProvider
 
isReadOnly(ELContext, Object, Object) - Method in class org.jboss.resteasy.links.impl.BaseELResolver
 
isReadWritable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
FIXME Comment this
isReadWritable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider
 
isReadWritable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider
 
isReadWritable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider
 
isReadWritable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider
 
isReadWritable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedJAXBProvider
 
isRegisterBuiltin() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
isRegisterBuiltins() - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
isRegisterBuiltins() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
isRegistered(Object) - Method in interface javax.ws.rs.core.Configuration
Check if a particular JAX-RS component instance (such as providers or features) has been previously registered in the runtime configuration context.
isRegistered(Class<?>) - Method in interface javax.ws.rs.core.Configuration
Check if a JAX-RS component of the supplied componentClass class has been previously registered in the runtime configuration context.
isRegistered(Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
isRegistered(Class<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
isRegistered(Object) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
isRegistered(Class<?>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
isRegistered(Object) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
isRegistered(Class<?>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
isRequestedSessionIdFromCookie() - Method in class Acme.Serve.Serve.ServeConnection
Checks whether the session id specified by this request came in as a cookie.
isRequestedSessionIdFromCookie() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
isRequestedSessionIdFromCookie() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
isRequestedSessionIdFromURL() - Method in class Acme.Serve.Serve.ServeConnection
 
isRequestedSessionIdFromUrl() - Method in class Acme.Serve.Serve.ServeConnection
 
isRequestedSessionIdFromURL() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
isRequestedSessionIdFromUrl() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
Deprecated.
As of Version 2.1 of the Java Servlet API, use ResteasyHttpServletRequestWrapper.isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
isRequestedSessionIdFromUrl() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
isRequestedSessionIdValid() - Method in class Acme.Serve.Serve.ServeConnection
 
isRequestedSessionIdValid() - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
isRequestedSessionIdValid() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
isRequestSecure() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
isRoot() - Method in class org.jboss.resteasy.jsapi.ServiceRegistry
 
isRootResource(Class) - Static method in class org.jboss.resteasy.util.GetRestful
 
isScopeDefined(AnnotatedType<?>, BeanManager) - Static method in class org.jboss.resteasy.cdi.Utils
Find out if a given annotated type is explicitly bound to a scope.
isSecret() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
isSecret() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
isSecure() - Method in class Acme.Serve.Serve.ServeConnection
 
isSecure() - Method in class javax.ws.rs.core.NewCookie
Whether the cookie will only be sent over a secure connection.
isSecure() - Method in interface javax.ws.rs.core.SecurityContext
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure - Variable in class org.jboss.resteasy.plugins.server.netty.NettySecurityContext
 
isSecure() - Method in class org.jboss.resteasy.plugins.server.netty.NettySecurityContext
 
isSecure() - Method in class org.jboss.resteasy.plugins.server.servlet.ServletSecurityContext
 
isSecure() - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
isSecurityEnabled() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
isServlet() - Static method in class org.jboss.resteasy.test.EmbeddedContainer
Exists for tests that require a servlet container behind the scenes.
isShowReferer() - Method in class Acme.Serve.Serve
 
isShowUserAgent() - Method in class Acme.Serve.Serve
 
isSingleton() - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
 
isSingleton() - Method in class org.jboss.resteasy.plugins.spring.OptionalValueBeanFactory
 
isSingleton() - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
isSslNotRequired() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
isSslNotRequired() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
isSslRequired() - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
isSso() - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
isSsoDisabled() - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
isStale(int, int, int, int, int, int) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
Returns false if timestamp does not exist or if the current time is greater than timestamp + variables
isStale() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository.CacheEntry
 
isStaleCheck() - Method in class org.jboss.resteasy.security.doseta.Verification
 
isSubResourceClass(Class) - Static method in class org.jboss.resteasy.util.GetRestful
Given a class, search itself and implemented interfaces for jax-rs annotations.
issuedAt - Variable in class org.jboss.resteasy.jwt.JsonWebToken
 
issuedAt(long) - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
issuedAt(long) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
issuedNow() - Method in class org.jboss.resteasy.jwt.JsonWebToken
Set issuedAt to the current time
issuer - Variable in class org.jboss.resteasy.jwt.JsonWebToken
 
issuer(String) - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
issuer(String) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
isSurrogateAuthRequired() - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Resource
 
isSurrogateAuthRequired() - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
isSuspended() - Method in interface javax.ws.rs.container.AsyncResponse
Check if the asynchronous response instance is in a suspended state.
isSuspended() - Method in class org.jboss.resteasy.core.SynchronousExecutionContext
 
isSuspended() - Method in class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
isSuspended() - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousContext
 
isSuspended(String) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
isSuspended(String) - Method in class org.jboss.resteasy.test.async.Resource
 
isThrowNotFound() - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
isToken(String) - Static method in class org.jboss.resteasy.plugins.delegates.ServerCookie
 
isToken2(String) - Static method in class org.jboss.resteasy.plugins.delegates.ServerCookie
 
isTraceEnabled() - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
isTraceEnabled() - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
isTraceEnabled() - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
isTraceEnabled() - Method in class org.jboss.resteasy.logging.Logger
 
isUseContainerFormParams() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
isUseDns() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
isUserInRole(String) - Method in class Acme.Serve.Serve.ServeConnection
 
isUserInRole(String) - Method in interface javax.ws.rs.core.SecurityContext
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
isUserInRole(Principal, String) - Method in interface org.jboss.resteasy.plugins.server.embedded.SecurityDomain
 
isUserInRole(Principal, String) - Method in class org.jboss.resteasy.plugins.server.embedded.SimpleSecurityDomain
 
isUserInRole(String) - Method in class org.jboss.resteasy.plugins.server.netty.NettySecurityContext
 
isUserInRole(String) - Method in class org.jboss.resteasy.plugins.server.servlet.ServletSecurityContext
 
isUserInRole(String) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken.Access
 
isUserInRole(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
isUserPrincipalAsPrivateSelector() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
isValid(String) - Static method in class org.jboss.resteasy.plugins.delegates.MediaTypeHeaderDelegate
 
isValidatable - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
isValidatable(Class<?>) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
isValidatable(Class<?>, InjectorFactory) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
isValidatable(Class<?>) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
isValidatable(Class<?>, InjectorFactory) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
isValidatable(Class<?>) - Method in interface org.jboss.resteasy.spi.validation.GeneralValidator
Indicates if validation is turned on for a class.
isValidatable(Class<?>, InjectorFactory) - Method in interface org.jboss.resteasy.spi.validation.GeneralValidatorCDI
Indicates if validation is turned on for a class.
isValidatableFromCDI(Class<?>) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
isValidatableFromCDI(Class<?>) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
isValidatableFromCDI(Class<?>) - Method in interface org.jboss.resteasy.spi.validation.GeneralValidatorCDI
Indicates if validation is turned on for a class.
isValidating() - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
Deprecated.
since 2.0
isValidating() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
isValidating() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
isValidating() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
isValidating() - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
Deprecated.
since 2.0
isValidType(Class) - Method in class org.jboss.resteasy.plugins.providers.YamlProvider
 
isVerified() - Method in class org.jboss.resteasy.security.doseta.VerificationResult
 
isVerified() - Method in class org.jboss.resteasy.security.doseta.VerificationResults
 
isVerified() - Method in class org.jboss.resteasy.security.doseta.VerificationResultSet
 
isVerifyCaller() - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
Does the realm require verifying the caller?
isVerifyCaller(String) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
Does the resource override the requirement of verifying the caller?
isVoidReturnType(Class<?>) - Static method in class org.jboss.resteasy.client.core.extractors.DefaultEntityExtractorFactory
 
isVoidReturnType(Class<?>) - Static method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.DefaultEntityExtractorFactory
 
isWarnEnabled() - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
isWarnEnabled() - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
isWarnEnabled() - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
isWarnEnabled() - Method in class org.jboss.resteasy.logging.Logger
 
isWeak() - Method in class javax.ws.rs.core.EntityTag
Check the strength of an EntityTag.
isWiderMatching() - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
isWiderRequestMatching() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
isWildcardCompositeSubtype(String) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
subtypes like application/*+xml
isWildcardSubtype() - Method in class javax.ws.rs.core.MediaType
Checks if the subtype is a wildcard.
isWildcardSubtype() - Method in class org.jboss.resteasy.core.registry.SegmentNode.SortFactor
 
isWildcardType() - Method in class javax.ws.rs.core.MediaType
Checks if the primary type is a wildcard.
isWildcardType() - Method in class org.jboss.resteasy.core.registry.SegmentNode.SortFactor
 
isWrapped(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
isWrapped(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface javax.ws.rs.ext.MessageBodyWriter
Ascertain if the MessageBodyWriter supports a particular type.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomEntryProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomFeedProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.ByteArrayProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.DataSourceProvider
FIXME Comment this
isWriteable(Class, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.DefaultTextPlain
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.DocumentProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.FileProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.FileRangeWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider
 
isWriteable(Class, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.html.HtmlRenderableWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.IIOImageProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.InputStreamProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.JaxrsFormProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonArrayProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonObjectProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonStructureProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.ListMultipartWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MapMultipartFormDataWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MimeMultipartProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.ReaderProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.SerializableProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.SourceProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.StreamingOutputProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.StringTextStar
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.plugins.providers.YamlProvider
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.EnvelopedWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.MultipartSignedWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureTextWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureWriter
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.test.async.callback.StringBeanEntityProvider
 
Item - Class in org.jboss.resteasy.test.providers.jaxb.data
A Item.
Item() - Constructor for class org.jboss.resteasy.test.providers.jaxb.data.Item
 
iterableToString(String, Iterable<T>) - Static method in class org.jboss.resteasy.test.async.callback.JaxrsUtil
 
iterableToString(String, Iterator<T>) - Static method in class org.jboss.resteasy.test.async.callback.JaxrsUtil
 
iterableToString(String, T...) - Static method in class org.jboss.resteasy.test.async.callback.JaxrsUtil
 
iterator() - Method in class org.jboss.resteasy.keystone.model.Endpoints
 
iterator() - Method in class org.jboss.resteasy.keystone.model.Projects
 
iterator() - Method in class org.jboss.resteasy.keystone.model.Roles
 
iterator() - Method in class org.jboss.resteasy.keystone.model.Services
 
iterator() - Method in class org.jboss.resteasy.keystone.model.Users
 

J

J_OAUTH_ADMIN_FORCED_LOGOUT - Static variable in interface org.jboss.resteasy.skeleton.key.servlet.ServletActionURLs
 
J_OAUTH_LOGOUT - Static variable in interface org.jboss.resteasy.skeleton.key.servlet.ServletActionURLs
 
J_OAUTH_REMOTE_LOGOUT - Static variable in interface org.jboss.resteasy.skeleton.key.servlet.ServletActionURLs
 
J_OAUTH_RESOLVE_ACCESS_CODE - Static variable in interface org.jboss.resteasy.skeleton.key.servlet.ServletActionURLs
 
J_OAUTH_SECURITY_CHECK - Static variable in interface org.jboss.resteasy.skeleton.key.servlet.ServletActionURLs
 
J_OAUTH_TOKEN_GRANT - Static variable in interface org.jboss.resteasy.skeleton.key.servlet.ServletActionURLs
 
Jackson2JsonpInterceptor - Class in org.jboss.resteasy.plugins.providers.jackson
JSONP is an alternative to normal AJAX requests.
Jackson2JsonpInterceptor() - Constructor for class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
 
JacksonJsonpInterceptor - Class in org.jboss.resteasy.plugins.providers.jackson
JSONP is an alternative to normal AJAX requests.
JacksonJsonpInterceptor() - Constructor for class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
 
javax.annotation - package javax.annotation
 
javax.ws.rs - package javax.ws.rs
High-level interfaces and annotations used to create RESTful service resources.
javax.ws.rs.client - package javax.ws.rs.client
The JAX-RS client API
javax.ws.rs.container - package javax.ws.rs.container
Container-specific JAX-RS API.
javax.ws.rs.core - package javax.ws.rs.core
Low-level interfaces and annotations used to create RESTful service resources.
javax.ws.rs.ext - package javax.ws.rs.ext
APIs that provide extensions to the types supported by the JAX-RS API.
JaxbCollection - Class in org.jboss.resteasy.plugins.providers.jaxb
 
JaxbCollection() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JaxbCollection
 
JAXBConfig - Annotation Type in org.jboss.resteasy.annotations.providers.jaxb
 
JAXBContextFinder - Interface in org.jboss.resteasy.plugins.providers.jaxb
 
JAXBContextWrapper - Class in org.jboss.resteasy.plugins.providers.jaxb
A wrapper class around a JAXBContext that enables additional features to the RESTEasy JAXB-based providers.
JAXBContextWrapper(JAXBContext, JAXBConfig) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
 
JAXBContextWrapper(Class<?>[], Map<String, Object>, JAXBConfig) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
Create a new JAXBContextWrapper.
JAXBContextWrapper(String, JAXBConfig) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
Create a new JAXBContextWrapper.
JAXBContextWrapper(JAXBConfig, Class<?>...) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
Create a new JAXBContextWrapper.
JAXBElementProvider - Class in org.jboss.resteasy.plugins.providers.jaxb
A JAXB Provider which handles parameter and return types of JAXBElement.
JAXBElementProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider
 
JaxbMap - Class in org.jboss.resteasy.plugins.providers.jaxb
 
JaxbMap() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JaxbMap
 
JaxbMap(String, String, String) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JaxbMap
 
JaxbMap.Entry - Class in org.jboss.resteasy.plugins.providers.jaxb
 
JaxbMap.Entry() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JaxbMap.Entry
 
JaxbMap.Entry(String, String, Object) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JaxbMap.Entry
 
JAXBMarshalException - Exception in org.jboss.resteasy.plugins.providers.jaxb
 
JAXBMarshalException(String) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalException
 
JAXBMarshalException(String, Response) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalException
 
JAXBMarshalException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalException
 
JAXBMarshalException(String, Throwable) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalException
 
JAXBMarshalException(Throwable) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalException
 
JAXBMarshalException(Throwable, Response) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalException
 
JAXBUnmarshalException - Exception in org.jboss.resteasy.plugins.providers.jaxb
 
JAXBUnmarshalException(String) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalException
 
JAXBUnmarshalException(String, Response) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalException
 
JAXBUnmarshalException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalException
 
JAXBUnmarshalException(String, Throwable) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalException
 
JAXBUnmarshalException(Throwable) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalException
 
JAXBUnmarshalException(Throwable, Response) - Constructor for exception org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalException
 
JAXBXmlRootElementProvider - Class in org.jboss.resteasy.plugins.providers.jaxb
A JAXBXmlRootElementProvider.
JAXBXmlRootElementProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlRootElementProvider
 
JAXBXmlSeeAlsoProvider - Class in org.jboss.resteasy.plugins.providers.jaxb
A JAXBXmlRootElementProvider.
JAXBXmlSeeAlsoProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlSeeAlsoProvider
 
JAXBXmlTypeProvider - Class in org.jboss.resteasy.plugins.providers.jaxb
A JAXB entity provider that handles classes without XmlRootElement annotation.
JAXBXmlTypeProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider
 
JAXRS_DEFAULT_CLIENT_BUILDER_PROPERTY - Static variable in class javax.ws.rs.client.ClientBuilder
Name of the property identifying the ClientBuilder implementation to be returned from ClientBuilder.newBuilder().
JAXRS_RUNTIME_DELEGATE_PROPERTY - Static variable in class javax.ws.rs.ext.RuntimeDelegate
Name of the property identifying the RuntimeDelegate implementation to be returned from RuntimeDelegate.getInstance().
JaxrsAnnotatedType<TYPE> - Class in org.jboss.resteasy.cdi
This wrapper allows additional metadata to be added during bootstrap.
JaxrsAnnotatedType(AnnotatedType<TYPE>, Annotation) - Constructor for class org.jboss.resteasy.cdi.JaxrsAnnotatedType
 
JaxrsBearerTokenFilter - Class in org.jboss.resteasy.skeleton.key.jaxrs
 
JaxrsBearerTokenFilter(ResourceMetadata) - Constructor for class org.jboss.resteasy.skeleton.key.jaxrs.JaxrsBearerTokenFilter
 
JaxrsFormProvider - Class in org.jboss.resteasy.plugins.providers
 
JaxrsFormProvider() - Constructor for class org.jboss.resteasy.plugins.providers.JaxrsFormProvider
 
JaxrsInjectionTarget<T> - Class in org.jboss.resteasy.cdi
This implementation of InjectionTarget is a wrapper that allows JAX-RS property injection to be performed just after CDI injection.
JaxrsInjectionTarget(InjectionTarget<T>, Class<T>) - Constructor for class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
JaxrsInterceptorRegistry<T> - Class in org.jboss.resteasy.core.interception
 
JaxrsInterceptorRegistry(ResteasyProviderFactory, Class<T>) - Constructor for class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
JaxrsInterceptorRegistry.AbstractInterceptorFactory - Class in org.jboss.resteasy.core.interception
 
JaxrsInterceptorRegistry.AbstractInterceptorFactory(Class) - Constructor for class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory - Class in org.jboss.resteasy.core.interception
 
JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory(Class, LegacyPrecedence) - Constructor for class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
 
JaxrsInterceptorRegistry.AscendingPrecedenceComparator - Class in org.jboss.resteasy.core.interception
 
JaxrsInterceptorRegistry.AscendingPrecedenceComparator() - Constructor for class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AscendingPrecedenceComparator
 
JaxrsInterceptorRegistry.DescendingPrecedenceComparator - Class in org.jboss.resteasy.core.interception
 
JaxrsInterceptorRegistry.DescendingPrecedenceComparator() - Constructor for class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.DescendingPrecedenceComparator
 
JaxrsInterceptorRegistry.InterceptorFactory - Interface in org.jboss.resteasy.core.interception
 
JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory - Class in org.jboss.resteasy.core.interception
 
JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory(Class, LegacyPrecedence) - Constructor for class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory
 
JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory - Class in org.jboss.resteasy.core.interception
 
JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory(Class, Object, LegacyPrecedence) - Constructor for class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory
 
JaxrsInterceptorRegistry.Match - Class in org.jboss.resteasy.core.interception
 
JaxrsInterceptorRegistry.Match(Object, int) - Constructor for class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.Match
 
JaxrsInterceptorRegistry.OnDemandInterceptorFactory - Class in org.jboss.resteasy.core.interception
 
JaxrsInterceptorRegistry.OnDemandInterceptorFactory(Class) - Constructor for class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.OnDemandInterceptorFactory
 
JaxrsInterceptorRegistry.SingletonInterceptorFactory - Class in org.jboss.resteasy.core.interception
 
JaxrsInterceptorRegistry.SingletonInterceptorFactory(Class, Object) - Constructor for class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.SingletonInterceptorFactory
 
JaxrsInterceptorRegistryListener - Interface in org.jboss.resteasy.core.interception
Callback interface for when an interceptor registry changes
JaxrsModule - Class in org.jboss.resteasy.plugins.guice.ext
 
JaxrsModule() - Constructor for class org.jboss.resteasy.plugins.guice.ext.JaxrsModule
 
JaxrsOAuthClient - Class in org.jboss.resteasy.skeleton.key.jaxrs
Helper code to obtain oauth access tokens via browser redirects
JaxrsOAuthClient() - Constructor for class org.jboss.resteasy.skeleton.key.jaxrs.JaxrsOAuthClient
 
JaxrsResource - Class in org.jboss.resteasy.test.async
 
JaxrsResource() - Constructor for class org.jboss.resteasy.test.async.JaxrsResource
 
jaxrsResponse - Variable in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
JaxrsUtil - Class in org.jboss.resteasy.test.async.callback
 
JaxrsUtil() - Constructor for class org.jboss.resteasy.test.async.callback.JaxrsUtil
 
JBossWebAuthLoginModule - Class in org.jboss.resteasy.keystone.as7
 
JBossWebAuthLoginModule() - Constructor for class org.jboss.resteasy.keystone.as7.JBossWebAuthLoginModule
 
JettisonElementProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
JettisonElementProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider
 
JettisonMappedContext - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
JettisonMappedContext(Class...) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedContext
 
JettisonMappedContext(Mapped, Class...) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedContext
 
JettisonMappedContext(Mapped, String) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedContext
 
JettisonMappedContext(Map<String, String>, List<QName>, List<QName>, Class...) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedContext
 
JettisonMappedContext(MappedNamespaceConvention, Class...) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedContext
 
JettisonMappedMarshaller - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
JettisonMappedMarshaller(JAXBContext, Map<String, String>, List<String>, List<String>) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
JettisonMappedMarshaller(JAXBContext, MappedNamespaceConvention) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
JettisonMappedUnmarshaller - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
JettisonMappedUnmarshaller(JAXBContext, Map<String, String>, List<String>, List<String>) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
JettisonMappedUnmarshaller(JAXBContext, MappedNamespaceConvention) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
JettisonXmlRootElementProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
JettisonXmlRootElementProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider
 
JettisonXmlSeeAlsoProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
JettisonXmlSeeAlsoProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider
 
JettisonXmlTypeProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
JettisonXmlTypeProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider
 
JettyLifecycleManager - Class in org.jboss.resteasy.springmvc
 
JettyLifecycleManager() - Constructor for class org.jboss.resteasy.springmvc.JettyLifecycleManager
 
JndiComponentResourceFactory - Class in org.jboss.resteasy.plugins.server.resourcefactory
Used for component jndi-based resources like EJBs.
JndiComponentResourceFactory(String, Class, boolean) - Constructor for class org.jboss.resteasy.plugins.server.resourcefactory.JndiComponentResourceFactory
 
jndiComponentResources - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
JndiResourceFactory - Class in org.jboss.resteasy.plugins.server.resourcefactory
 
JndiResourceFactory(String) - Constructor for class org.jboss.resteasy.plugins.server.resourcefactory.JndiResourceFactory
 
jndiResources - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
JSAPIServlet - Class in org.jboss.resteasy.jsapi
 
JSAPIServlet() - Constructor for class org.jboss.resteasy.jsapi.JSAPIServlet
 
JSAPIWriter - Class in org.jboss.resteasy.jsapi
 
JSAPIWriter() - Constructor for class org.jboss.resteasy.jsapi.JSAPIWriter
 
json(T) - Static method in class javax.ws.rs.client.Entity
Create an "application/json" entity.
JsonArrayProvider - Class in org.jboss.resteasy.plugins.providers.jsonp
 
JsonArrayProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jsonp.JsonArrayProvider
 
JsonCollectionProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
JsonCollectionProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider
 
JsonJAXBContextFinder - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
JsonJAXBContextFinder() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JsonJAXBContextFinder
 
JsonMapProvider - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
JsonMapProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider
 
JsonObjectProvider - Class in org.jboss.resteasy.plugins.providers.jsonp
 
JsonObjectProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jsonp.JsonObjectProvider
 
JsonParsing - Class in org.jboss.resteasy.plugins.providers.jaxb.json
 
JsonParsing() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.JsonParsing
 
jsonpCompatibleMediaTypes - Static variable in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
If response media type is one of this jsonp response may be created.
jsonpCompatibleMediaTypes - Static variable in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
If response media type is one of this jsonp response may be created.
JsonSerialization - Class in org.jboss.resteasy.jwt
 
JsonSerialization() - Constructor for class org.jboss.resteasy.jwt.JsonSerialization
 
JsonStructureProvider - Class in org.jboss.resteasy.plugins.providers.jsonp
 
JsonStructureProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jsonp.JsonStructureProvider
 
JsonWebToken - Class in org.jboss.resteasy.jwt
 
JsonWebToken() - Constructor for class org.jboss.resteasy.jwt.JsonWebToken
 
JULLogger - Class in org.jboss.resteasy.logging.impl
 
JULLogger(String) - Constructor for class org.jboss.resteasy.logging.impl.JULLogger
 
JWEBuilder - Class in org.jboss.resteasy.jose.jwe
Encrypt content.
JWEBuilder() - Constructor for class org.jboss.resteasy.jose.jwe.JWEBuilder
 
JWEBuilder(Providers) - Constructor for class org.jboss.resteasy.jose.jwe.JWEBuilder
 
JWEBuilder.EncryptionBuilder - Class in org.jboss.resteasy.jose.jwe
 
JWEBuilder.EncryptionBuilder() - Constructor for class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
 
JWECryptoParts - Class in org.jboss.resteasy.jose.jwe.crypto
The cryptographic parts of a JSON Web Encryption (JWE) object.
JWECryptoParts(String, String, String, String) - Constructor for class org.jboss.resteasy.jose.jwe.crypto.JWECryptoParts
Creates a new cryptograhic JWE parts instance.
JWEHeader - Class in org.jboss.resteasy.jose.jwe
 
JWEHeader() - Constructor for class org.jboss.resteasy.jose.jwe.JWEHeader
 
JWEInput - Class in org.jboss.resteasy.jose.jwe
 
JWEInput(String) - Constructor for class org.jboss.resteasy.jose.jwe.JWEInput
 
JWEInput(String, Providers) - Constructor for class org.jboss.resteasy.jose.jwe.JWEInput
 
JWEInput.ContentReader - Class in org.jboss.resteasy.jose.jwe
 
JWEInput.ContentReader() - Constructor for class org.jboss.resteasy.jose.jwe.JWEInput.ContentReader
 
JWSBuilder - Class in org.jboss.resteasy.jose.jws
 
JWSBuilder() - Constructor for class org.jboss.resteasy.jose.jws.JWSBuilder
 
JWSBuilder(Providers) - Constructor for class org.jboss.resteasy.jose.jws.JWSBuilder
 
JWSBuilder.EncodingBuilder - Class in org.jboss.resteasy.jose.jws
 
JWSBuilder.EncodingBuilder() - Constructor for class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
 
JWSHeader - Class in org.jboss.resteasy.jose.jws
 
JWSHeader() - Constructor for class org.jboss.resteasy.jose.jws.JWSHeader
 
JWSHeader(Algorithm, String, String) - Constructor for class org.jboss.resteasy.jose.jws.JWSHeader
 
JWSInput - Class in org.jboss.resteasy.jose.jws
 
JWSInput(String) - Constructor for class org.jboss.resteasy.jose.jws.JWSInput
 
JWSInput(String, Providers) - Constructor for class org.jboss.resteasy.jose.jws.JWSInput
 
JWTContextResolver - Class in org.jboss.resteasy.jwt
Any class that extends JsonWebToken will use NON_DEFAULT inclusion
JWTContextResolver() - Constructor for class org.jboss.resteasy.jwt.JWTContextResolver
 
JWTContextResolver(boolean) - Constructor for class org.jboss.resteasy.jwt.JWTContextResolver
 

K

KEEPALIVE - Static variable in class Acme.Serve.Serve.ServeConnection
 
keepAlive - Variable in class Acme.Serve.Serve.ServeConnection
 
keepAliveCleaner - Variable in class Acme.Serve.Serve
 
keepAliveHdrParams - Variable in class Acme.Serve.Serve
 
key - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository.CacheEntry
 
key - Variable in class org.jboss.resteasy.security.doseta.Verification
 
keyRepository - Variable in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
 
KeyRepository - Interface in org.jboss.resteasy.security.doseta
 
keys() - Method in class Acme.Serve.Serve.PathTreeDictionary
 
keys() - Method in class Acme.WildcardDictionary
 
keySet() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
keySet() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
keySet() - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
keySet() - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
keySet() - Method in class org.jboss.resteasy.util.PrefixedMultivaluedMap
 
keyStore(KeyStore, char[]) - Method in class javax.ws.rs.client.ClientBuilder
Set the client-side key store.
keyStore(KeyStore, String) - Method in class javax.ws.rs.client.ClientBuilder
Set the client-side key store.
keyStore(KeyStore, String) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
keyStore(KeyStore, char[]) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
keyStore - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
keystoreFile - Variable in class Acme.Serve.SSLAcceptor
Pathname to the key store file to be used.
keyStoreFile - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
KeyStoreKeyRepository - Class in org.jboss.resteasy.security.doseta
 
KeyStoreKeyRepository(InputStream, String) - Constructor for class org.jboss.resteasy.security.doseta.KeyStoreKeyRepository
 
KeyStoreKeyRepository(String, String) - Constructor for class org.jboss.resteasy.security.doseta.KeyStoreKeyRepository
 
keyStorePassword - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
keyStorePath - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
KEYSTORETYPE - Static variable in class Acme.Serve.SSLAcceptor
Storage type of the key store file to be used.
KeyTools - Class in org.jboss.resteasy.security
 
KeyTools() - Constructor for class org.jboss.resteasy.security.KeyTools
 
KILOBYTE_MEMORY_UNIT - Static variable in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 

L

language(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity language.
language(Locale) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity language.
language(String) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
language(String) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
language(Locale) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
languageExtensions - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
languages(Locale...) - Static method in class javax.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported languages.
languages(Locale...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Set the language(s) for this variant.
languages(Locale...) - Method in class org.jboss.resteasy.specimpl.VariantListBuilderImpl
 
LAST_MODIFIED - Static variable in interface javax.ws.rs.core.HttpHeaders
LAST_MODIFIED - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
lastModified(Date) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the response entity last modification date.
lastModified(Date) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
lastRun - Variable in class Acme.Serve.Serve.ServeConnection
 
lastWait - Variable in class Acme.Serve.Serve.ServeConnection
 
LegacyPrecedence - Class in org.jboss.resteasy.core.interception
 
LegacyPrecedence() - Constructor for class org.jboss.resteasy.core.interception.LegacyPrecedence
 
length - Variable in class org.jboss.resteasy.plugins.providers.atom.Link
 
LENGTH - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
lifecycleEvent(LifecycleEvent) - Method in class org.jboss.resteasy.skeleton.key.as7.BearerTokenAuthenticatorValve
 
lifecycleEvent(LifecycleEvent) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
lifecycleEvent(LifecycleEvent) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
LightweightBrowserCache - Class in org.jboss.resteasy.client.cache
Deprecated. 
LightweightBrowserCache() - Constructor for class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
LightweightBrowserCache(BrowserCache) - Constructor for class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
LightweightBrowserCache - Class in org.jboss.resteasy.client.jaxrs.cache
In-memory BrowserCache.
LightweightBrowserCache() - Constructor for class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
LightweightBrowserCache(BrowserCache) - Constructor for class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
LINK - Static variable in interface javax.ws.rs.core.HttpHeaders
Link - Class in javax.ws.rs.core
Class representing hypermedia links.
Link() - Constructor for class javax.ws.rs.core.Link
 
link(Link) - Method in interface javax.ws.rs.core.Link.Builder
Initialize builder using another link.
link(String) - Method in interface javax.ws.rs.core.Link.Builder
Initialize builder using another link represented as a string.
link(URI, String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a link header.
link(String, String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a link header.
Link - Class in org.jboss.resteasy.keystone.model
 
Link() - Constructor for class org.jboss.resteasy.keystone.model.Link
 
Link - Class in org.jboss.resteasy.plugins.providers.atom
Per RFC4287:
Link() - Constructor for class org.jboss.resteasy.plugins.providers.atom.Link
 
Link(String, URI) - Constructor for class org.jboss.resteasy.plugins.providers.atom.Link
 
Link(String, URI, MediaType) - Constructor for class org.jboss.resteasy.plugins.providers.atom.Link
 
Link(String, String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.Link
 
Link(String, String, MediaType) - Constructor for class org.jboss.resteasy.plugins.providers.atom.Link
 
Link(String, String, String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.Link
 
link - Variable in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
link(Link) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
link(String) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
link(URI, String) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
link(String, String) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
Link - Class in org.jboss.resteasy.spi
Deprecated.
Link() - Constructor for class org.jboss.resteasy.spi.Link
Deprecated.
 
Link(String, String, String, String, MultivaluedMap<String, String>) - Constructor for class org.jboss.resteasy.spi.Link
Deprecated.
 
Link.Builder - Interface in javax.ws.rs.core
Builder class for hypermedia links.
Link.JaxbAdapter - Class in javax.ws.rs.core
An implementation of JAXB XmlAdapter that maps the JAX-RS Link type to a value that can be marshalled and unmarshalled by JAXB.
Link.JaxbAdapter() - Constructor for class javax.ws.rs.core.Link.JaxbAdapter
 
Link.JaxbLink - Class in javax.ws.rs.core
Value type for Link that can be marshalled and unmarshalled by JAXB.
Link.JaxbLink() - Constructor for class javax.ws.rs.core.Link.JaxbLink
Default constructor needed during unmarshalling.
Link.JaxbLink(URI) - Constructor for class javax.ws.rs.core.Link.JaxbLink
Construct an instance from a URI and no parameters.
Link.JaxbLink(URI, Map<QName, Object>) - Constructor for class javax.ws.rs.core.Link.JaxbLink
Construct an instance from a URI and some parameters.
LinkBuilderImpl - Class in org.jboss.resteasy.specimpl
 
LinkBuilderImpl() - Constructor for class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
LinkDecorator - Class in org.jboss.resteasy.links.impl
 
LinkDecorator() - Constructor for class org.jboss.resteasy.links.impl.LinkDecorator
 
LinkDelegate - Class in org.jboss.resteasy.plugins.delegates
 
LinkDelegate() - Constructor for class org.jboss.resteasy.plugins.delegates.LinkDelegate
 
LinkELProvider - Annotation Type in org.jboss.resteasy.links
Use on your JAX-RS method, resource class or resource class' package to indicate that you have a custom ELProvider for any links added to this response's entity.
linkHeader - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
linkHeader - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
LinkHeader - Class in org.jboss.resteasy.spi
 
LinkHeader() - Constructor for class org.jboss.resteasy.spi.LinkHeader
 
LinkHeaderDelegate - Class in org.jboss.resteasy.plugins.delegates
 
LinkHeaderDelegate() - Constructor for class org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate
 
LinkHeaderParam - Annotation Type in org.jboss.resteasy.annotations
 
LinkHeaders - Class in org.jboss.resteasy.spi
Abstraction for LInk headers.
LinkHeaders() - Constructor for class org.jboss.resteasy.spi.LinkHeaders
 
LinkImpl - Class in org.jboss.resteasy.specimpl
 
LinkImpl() - Constructor for class org.jboss.resteasy.specimpl.LinkImpl
 
LinkResource - Annotation Type in org.jboss.resteasy.links
Use this to mark JAX-RS methods that should be included in the REST service discovery.
LinkResources - Annotation Type in org.jboss.resteasy.links
Allows you have a list of LinkResource on a single method.
links(Link...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add one or more link headers.
links(Link...) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
listen(AsyncResponse) - Method in class org.jboss.example.jaxrs2.async.ChatListener
 
ListenerBootstrap - Class in org.jboss.resteasy.plugins.server.servlet
 
ListenerBootstrap(ServletContext) - Constructor for class org.jboss.resteasy.plugins.server.servlet.ListenerBootstrap
 
listeners - Variable in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
listeners - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
ListFormInjector - Class in org.jboss.resteasy.core
Can inject lists.
ListFormInjector(Class, Class, String, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.ListFormInjector
Constructor.
ListMultipartReader - Class in org.jboss.resteasy.plugins.providers.multipart
 
ListMultipartReader() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.ListMultipartReader
 
ListMultipartWriter - Class in org.jboss.resteasy.plugins.providers.multipart
 
ListMultipartWriter() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.ListMultipartWriter
 
literalCharacters - Variable in class org.jboss.resteasy.core.registry.Expression
 
Loader - Class in org.jboss.resteasy.keystone.server
 
Loader() - Constructor for class org.jboss.resteasy.keystone.server.Loader
 
loadHttpMethod(ClientRequest, HttpRequestBase) - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
loadHttpMethod(ClientRequest, MockHttpRequest) - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
loadHttpMethod(ClientInvocation, HttpRequestBase) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
loadKeyStore(String, String) - Static method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfigLoader
 
LOCAL - Static variable in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
locale - Variable in class Acme.Serve.Serve.LocaleWithWeight
 
LocaleDelegate - Class in org.jboss.resteasy.plugins.delegates
 
LocaleDelegate() - Constructor for class org.jboss.resteasy.plugins.delegates.LocaleDelegate
 
LocaleHelper - Class in org.jboss.resteasy.util
 
LocaleHelper() - Constructor for class org.jboss.resteasy.util.LocaleHelper
 
LOCATION - Static variable in interface javax.ws.rs.core.HttpHeaders
location(URI) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the location.
location - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
location(URI) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
LOCATION - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
locator - Variable in class org.jboss.resteasy.spi.metadata.MethodParameter
 
locator(Class<?>) - Static method in class org.jboss.resteasy.spi.metadata.ResourceBuilder
 
locator(Method) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceClassBuilder
 
locator(Method, Method) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceClassBuilder
 
locatorFromAnnotations(Class<?>) - Static method in class org.jboss.resteasy.spi.metadata.ResourceBuilder
 
LocatorRegistry - Class in org.jboss.resteasy.core
 
LocatorRegistry(Class<?>, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.LocatorRegistry
 
log(String) - Method in class Acme.Serve.FileServlet
 
log(String) - Method in class Acme.Serve.Serve
 
log(String, Throwable) - Method in class Acme.Serve.Serve
 
log(Exception, String) - Method in class Acme.Serve.Serve
 
log - Variable in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
Log4jLogger - Class in org.jboss.resteasy.logging.impl
 
Log4jLogger(String) - Constructor for class org.jboss.resteasy.logging.impl.Log4jLogger
 
loggable - Variable in exception org.jboss.resteasy.spi.Failure
 
LoggableFailure - Exception in org.jboss.resteasy.spi
This exception should only be used by Resteasy integrators.
LoggableFailure(String, Response) - Constructor for exception org.jboss.resteasy.spi.LoggableFailure
 
LoggableFailure(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.LoggableFailure
 
LoggableFailure(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.LoggableFailure
 
LoggableFailure(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.LoggableFailure
 
LoggableFailure(Throwable) - Constructor for exception org.jboss.resteasy.spi.LoggableFailure
 
LoggableFailure(String) - Constructor for exception org.jboss.resteasy.spi.LoggableFailure
 
LoggableFailure(int) - Constructor for exception org.jboss.resteasy.spi.LoggableFailure
 
LoggableFailure(String, int) - Constructor for exception org.jboss.resteasy.spi.LoggableFailure
 
LoggableFailure(String, Throwable, int) - Constructor for exception org.jboss.resteasy.spi.LoggableFailure
 
LoggableFailure(Throwable, int) - Constructor for exception org.jboss.resteasy.spi.LoggableFailure
 
logger - Variable in class org.jboss.resteasy.keystone.core.AbstractTokenAuthFilter
 
logger - Variable in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
Logger - Class in org.jboss.resteasy.logging
Logging abstraction.
Logger() - Constructor for class org.jboss.resteasy.logging.Logger
 
logger - Variable in class org.jboss.resteasy.skeleton.key.idm.service.RealmResource
 
logger - Variable in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
Logger.LoggerType - Enum in org.jboss.resteasy.logging
 
login() - Method in class org.jboss.resteasy.keystone.as7.JBossWebAuthLoginModule
 
login(Request, HttpServletResponse) - Method in class org.jboss.resteasy.keystone.as7.JBossWebAuthLoginModule
 
login(Request, HttpServletResponse) - Method in class org.jboss.resteasy.keystone.as7.SignedSkeletonKeyStoneLoginModule
 
login(Request, HttpServletResponse) - Method in class org.jboss.resteasy.keystone.as7.SkeletonKeyStoneLoginModule
 
login(Request, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
login(Session, String) - Method in class org.jboss.resteasy.skeleton.key.as7.UserSessionManagement
 
login(String, MultivaluedMap<String, String>) - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
loginRedirect() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
loginRole - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
logout(String) - Method in class org.jboss.resteasy.skeleton.key.as7.UserSessionManagement
 
logoutAll() - Method in class org.jboss.resteasy.skeleton.key.as7.UserSessionManagement
 
logoutAllBut(String) - Method in class org.jboss.resteasy.skeleton.key.as7.UserSessionManagement
 
logoutCurrentUser(Request, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
logoutResources(String, String) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
longPoll(String, AsyncResponse) - Method in class org.jboss.resteasy.example.pubsub.SubscriptionResource
 
longValue() - Method in class org.jboss.resteasy.core.request.QualityValue
 
lookupBeanManager() - Method in class org.jboss.resteasy.cdi.CdiInjectorFactory
Do a lookup for BeanManager instance.
lookupBeanManagerCDIUtil() - Static method in class org.jboss.resteasy.cdi.CdiInjectorFactory
 
LOW_ALPHA - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
lowalpha = "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z"
LOW_ALPHA - Static variable in class org.jboss.resteasy.util.URLUtils
lowalpha = "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z"
LOWEST - Static variable in class org.jboss.resteasy.core.request.QualityValue
 
lsDateStr(Date) - Static method in class Acme.Utils
 

M

main(String[]) - Static method in class Acme.Utils
 
main(String[]) - Static method in class ChatClient
 
main(String[]) - Static method in class org.jboss.resteasy.keystone.cli.Exporter
 
main(String[]) - Static method in class org.jboss.resteasy.keystone.cli.Importer
 
main(String[]) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.IgnoredMediaTypes
 
main(String[]) - Static method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
main(String[]) - Static method in class org.jboss.resteasy.test.HttpServerContainer
 
main(String[]) - Static method in class org.jboss.resteasy.test.NettyContainer
 
makeAccessToken(String, String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
makeAccessToken(String, String, String) - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
Make a new OAuth Access Token for the given Consumer, using the given Request Token and Verifier.
makeAccessToken(String, String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
makeCacheable(Object) - Static method in class org.jboss.resteasy.client.cache.CacheFactory
Deprecated.
Makes the client proxy cacheable.
makeCacheable(Object, BrowserCache) - Static method in class org.jboss.resteasy.client.cache.CacheFactory
Deprecated.
Makes the client proxy cacheable.
makeCacheable(ClientInterceptorRepository, BrowserCache) - Static method in class org.jboss.resteasy.client.cache.CacheFactory
Deprecated.
Make a raw ClientRequest cache results in the provided cache.
makeErrorResponse(HttpServletResponse, String, int, OAuthProvider) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
Sends an error to the OAuth Consumer
makeRequestToken(String, String, String[], String[]) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
makeRequestToken(String, String, String[], String[]) - Method in interface org.jboss.resteasy.auth.oauth.OAuthProvider
Make a new OAuth Request Token for the given Consumer, using the given callback.
makeRequestToken(String, String, String[], String[]) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
ManagedResourceConfig - Class in org.jboss.resteasy.skeleton.key.config
 
ManagedResourceConfig() - Constructor for class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
ManagedResourceConfigLoader - Class in org.jboss.resteasy.skeleton.key.config
 
ManagedResourceConfigLoader() - Constructor for class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfigLoader
 
map - Variable in class org.jboss.resteasy.specimpl.LinkImpl
A map for all the link parameters such as "rel", "type", etc.
MapCache - Class in org.jboss.resteasy.client.cache
Deprecated. 
MapCache() - Constructor for class org.jboss.resteasy.client.cache.MapCache
Deprecated.
 
MapCache(Map<String, Map<String, BrowserCache.Entry>>) - Constructor for class org.jboss.resteasy.client.cache.MapCache
Deprecated.
 
MapCache - Class in org.jboss.resteasy.client.jaxrs.cache
 
MapCache() - Constructor for class org.jboss.resteasy.client.jaxrs.cache.MapCache
 
MapCache(Map<String, Map<String, BrowserCache.Entry>>) - Constructor for class org.jboss.resteasy.client.jaxrs.cache.MapCache
 
MapFormInjector - Class in org.jboss.resteasy.core
Can inject maps.
MapFormInjector(Class, Class, Class, String, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.MapFormInjector
Constructor.
MapMultipartFormDataReader - Class in org.jboss.resteasy.plugins.providers.multipart
 
MapMultipartFormDataReader() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MapMultipartFormDataReader
 
MapMultipartFormDataWriter - Class in org.jboss.resteasy.plugins.providers.multipart
 
MapMultipartFormDataWriter() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MapMultipartFormDataWriter
 
Mapped - Annotation Type in org.jboss.resteasy.annotations.providers.jaxb.json
A JSONConfig.
MappedBy - Annotation Type in org.jboss.resteasy.spi.touri
This annotation can be added to any object to perform a Resource/method based lookup to create a URI template.
MappedByAnnotationResolver - Class in org.jboss.resteasy.spi.touri
 
MappedByAnnotationResolver() - Constructor for class org.jboss.resteasy.spi.touri.MappedByAnnotationResolver
 
MappedConvention - Class in org.jboss.resteasy.plugins.providers.jaxb.json
attributeAsElements doesn't work as isElement receives nullvalues for p and ns.
MappedConvention() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.MappedConvention
 
MappedConvention(Configuration) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.json.MappedConvention
 
mapper - Variable in class org.jboss.resteasy.jwt.JWTContextResolver
 
mapper - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
mapper - Variable in class org.jboss.resteasy.skeleton.key.SkeletonKeyContextResolver
 
mapperExecuted - Variable in class org.jboss.resteasy.core.ExceptionHandler
 
Mappers - Class in org.jboss.resteasy.keystone.model
 
Mappers() - Constructor for class org.jboss.resteasy.keystone.model.Mappers
 
mappingtable - Variable in class Acme.Serve.Serve
 
MapProvider - Class in org.jboss.resteasy.plugins.providers.jaxb
 
MapProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
mapWriter - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
mark(int) - Method in class Acme.Serve.Serve.ServeInputStream
Not Implemented
mark(int) - Method in class org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream
Not supported.
mark(int) - Method in class org.jboss.resteasy.util.InputStreamToByteArray
 
mark(int) - Method in class org.jboss.resteasy.util.NoContentInputStreamDelegate
 
markSupported() - Method in class Acme.Serve.Serve.ServeInputStream
Mark is not supported
markSupported() - Method in class org.jboss.resteasy.util.InputStreamToByteArray
 
markSupported() - Method in class org.jboss.resteasy.util.NoContentInputStreamDelegate
 
marshal(Link) - Method in class javax.ws.rs.core.Link.JaxbAdapter
Convert a Link into a Link.JaxbLink.
marshal(Boolean) - Method in class org.jboss.resteasy.plugins.providers.atom.app.BooleanAdapter
 
marshal(MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.MediaTypeAdapter
 
marshal(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.UriAdapter
 
marshal(Object, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.BaseMarshaller
 
marshal(Object, Result) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
marshal(Object, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
marshal(Object, File) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
marshal(Object, Writer) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
marshal(Object, ContentHandler) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
marshal(Object, Node) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
marshal(Object, XMLStreamWriter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
marshal(Object, XMLEventWriter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
marshal(Object, Result) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
marshal(Object, File) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
marshal(Object, Writer) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
marshal(Object, ContentHandler) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
marshal(Object, Node) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
marshal(Object, XMLStreamWriter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
marshal(Object, XMLEventWriter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
marshal(Object, Result) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
marshal(Object, File) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
marshal(Object, Writer) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
marshal(Object, ContentHandler) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
marshal(Object, Node) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
marshal(Object, XMLStreamWriter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
marshal(Object, XMLEventWriter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
marshalContent(Object, MediaType) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder
 
marshalContent() - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
 
MarshalledEntity<T> - Interface in org.jboss.resteasy.spi
Allows you to access the entity's raw bytes as well as the marshalled object.
Marshaller - Interface in org.jboss.resteasy.client.core.marshallers
 
marshaller - Variable in class org.jboss.resteasy.plugins.providers.jaxb.BaseMarshaller
 
marshallers - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
match(String, String) - Static method in class Acme.Utils
 
match(HttpRequest, int) - Method in class org.jboss.resteasy.core.registry.ClassNode
 
match(HttpRequest, int) - Method in class org.jboss.resteasy.core.registry.RootClassNode
 
match(HttpRequest, int) - Method in class org.jboss.resteasy.core.registry.RootNode
 
match(HttpRequest, int) - Method in class org.jboss.resteasy.core.registry.SegmentNode
 
match(List<SegmentNode.Match>, String, HttpRequest) - Method in class org.jboss.resteasy.core.registry.SegmentNode
 
match(List<MediaType>) - Method in class org.jboss.resteasy.util.MediaTypeMatcher
 
matchSpan(String, String) - Static method in class Acme.Utils
 
matrixParam(String, Object...) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by appending a matrix parameter to the existing set of matrix parameters of the current final segment of the URI of the current target instance.
matrixParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
MatrixParam - Annotation Type in javax.ws.rs
Binds the value(s) of a URI matrix parameter to a resource method parameter, resource class field, or resource class bean property.
matrixParam(String, Object...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
matrixParam(String, Object...) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
matrixParam(String, Object...) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
matrixParam(String) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
matrixParameter(String, Object) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
matrixParameters - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
MatrixParamInjector - Class in org.jboss.resteasy.core
 
MatrixParamInjector(Class, Type, AccessibleObject, String, String, boolean, Annotation[], ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.MatrixParamInjector
 
MatrixParamMarshaller - Class in org.jboss.resteasy.client.core.marshallers
 
MatrixParamMarshaller(String) - Constructor for class org.jboss.resteasy.client.core.marshallers.MatrixParamMarshaller
 
MatrixParamProcessor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget
 
MatrixParamProcessor(String) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.MatrixParamProcessor
 
maxBytes - Variable in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
maxBytes - Variable in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
maxForwards - Static variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
MAXNOTHREAD - Static variable in class Acme.Utils.ThreadPool
 
maxPooledPerRoute - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
maxPooledPerRoute(int) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
If connection pooling enabled, how many connections to pool per url?
maxThreads - Variable in class Acme.Utils.ThreadPool
 
maybeQuote(int, StringBuffer, String) - Static method in class org.jboss.resteasy.plugins.delegates.ServerCookie
Deprecated.
- Not used
maybeQuote2(int, StringBuffer, String) - Static method in class org.jboss.resteasy.plugins.delegates.ServerCookie
Quotes values using rules that vary depending on Cookie version.
MEDIA_TYPE_WILDCARD - Static variable in class javax.ws.rs.core.MediaType
The value of a type or subtype wildcard ""*"".
MediaType - Class in javax.ws.rs.core
An abstraction for a media type.
MediaType(String, String, Map<String, String>) - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and parameters.
MediaType(String, String) - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type and subtype.
MediaType(String, String, String) - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType with the supplied type, subtype and ""charset"" parameter.
MediaType() - Constructor for class javax.ws.rs.core.MediaType
Creates a new instance of MediaType, both type and subtype are wildcards.
mediaType - Variable in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
mediaType - Variable in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
mediaType - Variable in class org.jboss.resteasy.security.smime.SMIMEOutput
 
MediaTypeAdapter - Class in org.jboss.resteasy.plugins.providers.atom
 
MediaTypeAdapter() - Constructor for class org.jboss.resteasy.plugins.providers.atom.MediaTypeAdapter
 
MediaTypeEditor - Class in javax.ws.rs.core
A MediaType PropertyEditor.
MediaTypeEditor() - Constructor for class javax.ws.rs.core.MediaTypeEditor
 
MediaTypeHeaderDelegate - Class in org.jboss.resteasy.plugins.delegates
 
MediaTypeHeaderDelegate() - Constructor for class org.jboss.resteasy.plugins.delegates.MediaTypeHeaderDelegate
 
MediaTypeHelper - Class in org.jboss.resteasy.util
 
MediaTypeHelper() - Constructor for class org.jboss.resteasy.util.MediaTypeHelper
 
MediaTypeMap<T> - Class in org.jboss.resteasy.core
efficient MediaType index of T
MediaTypeMap() - Constructor for class org.jboss.resteasy.core.MediaTypeMap
 
MediaTypeMap.CachedMediaTypeAndClass - Class in org.jboss.resteasy.core
 
MediaTypeMap.Typed - Interface in org.jboss.resteasy.core
 
mediaTypeMappings - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
MediaTypeMatcher<T> - Class in org.jboss.resteasy.util
Helper class that picks an object from a MediaType map from a list of sorted acceptable MediaTypes
MediaTypeMatcher() - Constructor for class org.jboss.resteasy.util.MediaTypeMatcher
 
mediaTypes(MediaType...) - Static method in class javax.ws.rs.core.Variant
Create a Variant.VariantListBuilder initialized with a set of supported media types.
mediaTypes(MediaType...) - Method in class javax.ws.rs.core.Variant.VariantListBuilder
Set the media type(s) for this variant.
mediaTypes(MediaType...) - Method in class org.jboss.resteasy.specimpl.VariantListBuilderImpl
 
MEGABYTE_MEMORY_UNIT - Static variable in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
messageBody() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
MessageBodyParameterInjector - Class in org.jboss.resteasy.core
 
MessageBodyParameterInjector(Class, AccessibleObject, Class, Type, Annotation[], ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.MessageBodyParameterInjector
 
MessageBodyParameterMarshaller - Class in org.jboss.resteasy.client.core.marshallers
 
MessageBodyParameterMarshaller(MediaType, Class, Type, Annotation[]) - Constructor for class org.jboss.resteasy.client.core.marshallers.MessageBodyParameterMarshaller
 
MessageBodyParameterProcessor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
 
MessageBodyParameterProcessor(MediaType, Class, Type, Annotation[]) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.MessageBodyParameterProcessor
 
MessageBodyReader<T> - Interface in javax.ws.rs.ext
Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyReaderContext - Interface in org.jboss.resteasy.spi.interception
Deprecated. 
MessageBodyReaderInterceptor - Interface in org.jboss.resteasy.spi.interception
Deprecated. 
MessageBodyWriter<T> - Interface in javax.ws.rs.ext
Contract for a provider that supports the conversion of a Java type to a stream.
MessageBodyWriterContext - Interface in org.jboss.resteasy.spi.interception
Deprecated. 
MessageBodyWriterInterceptor - Interface in org.jboss.resteasy.spi.interception
Deprecated. 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.jboss.resteasy.plugins.server.netty.RequestHandler
 
metadata - Variable in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
metadata - Variable in class org.jboss.resteasy.skeleton.key.SkeletonKeySession
 
metadata - Variable in class org.jboss.resteasy.specimpl.BuiltResponse
 
metadata - Variable in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
method(String) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String, Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke an arbitrary method for the current request asynchronously.
method(String) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method(String, Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke an arbitrary method for the current request synchronously.
method - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
method(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
method(String, Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
method(String, GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
method(String, InvocationCallback<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
method(String, Entity<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
method(String, Entity<?>, Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
method(String, Entity<?>, GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
method(String, Entity<?>, InvocationCallback<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
method - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
method(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
method(String, Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
method(String, GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
method(String, Entity<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
method(String, Entity<?>, Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
method(String, Entity<?>, GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
method - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
method - Variable in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
method - Variable in class org.jboss.resteasy.core.MethodInjectorImpl
 
method - Variable in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
method - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
method(Method) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceClassBuilder
 
method(Method, Method) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceClassBuilder
 
method - Variable in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
methodAnnotations - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
MethodExpression - Class in org.jboss.resteasy.core.registry
 
MethodExpression(SegmentNode, String, ResourceInvoker) - Constructor for class org.jboss.resteasy.core.registry.MethodExpression
 
MethodExpression(SegmentNode, String, ResourceInvoker, String) - Constructor for class org.jboss.resteasy.core.registry.MethodExpression
 
methodHash(Method) - Static method in class org.jboss.resteasy.client.core.marshallers.FormMarshaller
 
methodHash(Method) - Static method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
 
methodHash(Method) - Static method in class org.jboss.resteasy.util.MethodHashing
 
MethodHashing - Class in org.jboss.resteasy.util
 
MethodHashing() - Constructor for class org.jboss.resteasy.util.MethodHashing
 
methodInjector - Variable in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
methodInjector - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
MethodInjector - Interface in org.jboss.resteasy.spi
Will invoke a method in the context of an HTTP request.
MethodInjectorImpl - Class in org.jboss.resteasy.core
 
MethodInjectorImpl(ResourceLocator, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.MethodInjectorImpl
 
MethodInvoker - Interface in org.jboss.resteasy.client.core
 
MethodInvoker - Interface in org.jboss.resteasy.client.jaxrs.internal.proxy
 
methodIsValidatable - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
MethodMetaData - Class in org.jboss.resteasy.jsapi
 
MethodMetaData(ServiceRegistry, ResourceMethodInvoker) - Constructor for class org.jboss.resteasy.jsapi.MethodMetaData
 
MethodNotAllowedException - Exception in org.jboss.resteasy.spi
Deprecated.
MethodNotAllowedException(String) - Constructor for exception org.jboss.resteasy.spi.MethodNotAllowedException
Deprecated.
 
MethodNotAllowedException(String, Response) - Constructor for exception org.jboss.resteasy.spi.MethodNotAllowedException
Deprecated.
 
MethodNotAllowedException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.MethodNotAllowedException
Deprecated.
 
MethodNotAllowedException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.MethodNotAllowedException
Deprecated.
 
MethodNotAllowedException(Throwable) - Constructor for exception org.jboss.resteasy.spi.MethodNotAllowedException
Deprecated.
 
MethodNotAllowedException(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.MethodNotAllowedException
Deprecated.
 
MethodParameter - Class in org.jboss.resteasy.spi.metadata
 
MethodParameter(ResourceLocator, Class<?>, Type, Annotation[]) - Constructor for class org.jboss.resteasy.spi.metadata.MethodParameter
 
MethodParamMetaData - Class in org.jboss.resteasy.jsapi
 
MethodParamMetaData(Class<?>, Annotation[], MethodParamMetaData.MethodParamType, String) - Constructor for class org.jboss.resteasy.jsapi.MethodParamMetaData
 
MethodParamMetaData.MethodParamType - Enum in org.jboss.resteasy.jsapi
 
mime - Variable in class Acme.Serve.Serve
 
mimeMessage - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
MimeMultipartProvider - Class in org.jboss.resteasy.plugins.providers.multipart
A provider to handle multipart representations.
MimeMultipartProvider() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MimeMultipartProvider
 
MockDispatcherFactory - Class in org.jboss.resteasy.mock
Creates a mock Dispatcher that you can invoke on locally
MockDispatcherFactory() - Constructor for class org.jboss.resteasy.mock.MockDispatcherFactory
 
MockHttpRequest - Class in org.jboss.resteasy.mock
 
MockHttpRequest() - Constructor for class org.jboss.resteasy.mock.MockHttpRequest
 
MockHttpResponse - Class in org.jboss.resteasy.mock
Acts as a bridge between asynchronous message and reply
MockHttpResponse() - Constructor for class org.jboss.resteasy.mock.MockHttpResponse
 
model - Variable in class org.jboss.resteasy.plugins.providers.html.View
 
modify(ClientInvoker) - Method in interface org.jboss.resteasy.client.core.ClientInvokerModifier
 
ModuleProcessor - Class in org.jboss.resteasy.plugins.guice
 
ModuleProcessor(Registry, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.plugins.guice.ModuleProcessor
 
MULTIPART_FORM_DATA - Static variable in class javax.ws.rs.core.MediaType
A String constant representing ""multipart/form-data"" media type.
MULTIPART_FORM_DATA_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing ""multipart/form-data"" media type.
MULTIPART_MIXED - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.MultipartConstants
"multipart/mixed"
MULTIPART_MIXED_TYPE - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.MultipartConstants
"multipart/mixed"
MULTIPART_RELATED - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.MultipartConstants
"multipart/related"
MULTIPART_RELATED_TYPE - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.MultipartConstants
"multipart/related"
MultipartConstants - Interface in org.jboss.resteasy.plugins.providers.multipart
 
MultipartForm - Annotation Type in org.jboss.resteasy.annotations.providers.multipart
This can be used as a value object for incoming/outgoing request/responses of the multipart/form-data mime type.
MultipartFormAnnotationReader - Class in org.jboss.resteasy.plugins.providers.multipart
 
MultipartFormAnnotationReader() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationReader
 
MultipartFormAnnotationWriter - Class in org.jboss.resteasy.plugins.providers.multipart
 
MultipartFormAnnotationWriter() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationWriter
 
MultipartFormDataInput - Interface in org.jboss.resteasy.plugins.providers.multipart
 
MultipartFormDataInputImpl - Class in org.jboss.resteasy.plugins.providers.multipart
 
MultipartFormDataInputImpl(MediaType, Providers) - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataInputImpl
 
MultipartFormDataOutput - Class in org.jboss.resteasy.plugins.providers.multipart
 
MultipartFormDataOutput() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataOutput
 
MultipartFormDataReader - Class in org.jboss.resteasy.plugins.providers.multipart
 
MultipartFormDataReader() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataReader
 
MultipartFormDataWriter - Class in org.jboss.resteasy.plugins.providers.multipart
 
MultipartFormDataWriter() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataWriter
 
MultipartInput - Interface in org.jboss.resteasy.plugins.providers.multipart
 
MultipartInputImpl - Class in org.jboss.resteasy.plugins.providers.multipart
 
MultipartInputImpl(MediaType, Providers) - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
MultipartInputImpl(MediaType, Providers, MediaType, String) - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
MultipartInputImpl.PartImpl - Class in org.jboss.resteasy.plugins.providers.multipart
 
MultipartInputImpl.PartImpl(BodyPart) - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl.PartImpl
 
MultipartOutput - Class in org.jboss.resteasy.plugins.providers.multipart
 
MultipartOutput() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
MultipartReader - Class in org.jboss.resteasy.plugins.providers.multipart
 
MultipartReader() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartReader
 
MultipartRelatedInput - Interface in org.jboss.resteasy.plugins.providers.multipart
Represents a multipart/related (RFC2387) incoming mime message.
MultipartRelatedInputImpl - Class in org.jboss.resteasy.plugins.providers.multipart
Implements MultipartRelatedInput by extending MultipartInputImpl and adding multipart/related functionality.
MultipartRelatedInputImpl(MediaType, Providers) - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInputImpl
 
MultipartRelatedOutput - Class in org.jboss.resteasy.plugins.providers.multipart
Represents a multipart/related (RFC2387) outgoing mime message.
MultipartRelatedOutput() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedOutput
 
MultipartRelatedReader - Class in org.jboss.resteasy.plugins.providers.multipart
The MessageBodyReader implementation to deserialize MultipartRelatedInput objects.
MultipartRelatedReader() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedReader
 
MultipartRelatedWriter - Class in org.jboss.resteasy.plugins.providers.multipart
The MessageBodyWriter implementation to serialize MultipartRelatedOutput objects.
MultipartRelatedWriter() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedWriter
 
MultipartSignedInputImpl - Class in org.jboss.resteasy.security.smime
 
MultipartSignedInputImpl() - Constructor for class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
MultipartSignedReader - Class in org.jboss.resteasy.security.smime
 
MultipartSignedReader() - Constructor for class org.jboss.resteasy.security.smime.MultipartSignedReader
 
MultipartSignedWriter - Class in org.jboss.resteasy.security.smime
 
MultipartSignedWriter() - Constructor for class org.jboss.resteasy.security.smime.MultipartSignedWriter
 
MultipartWriter - Class in org.jboss.resteasy.plugins.providers.multipart
 
MultipartWriter() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.MultipartWriter
 
MultivaluedHashMap<K,V> - Class in javax.ws.rs.core
A hash table based implementation of MultivaluedMap interface.
MultivaluedHashMap() - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the default initial capacity (16) and the default load factor (0.75).
MultivaluedHashMap(int) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and the default load factor (0.75).
MultivaluedHashMap(int, float) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs an empty multivalued hash map with the specified initial capacity and load factor.
MultivaluedHashMap(MultivaluedMap<? extends K, ? extends V>) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified MultivaluedMap.
MultivaluedHashMap(Map<? extends K, ? extends V>) - Constructor for class javax.ws.rs.core.MultivaluedHashMap
Constructs a new multivalued hash map with the same mappings as the specified single-valued Map.
MultivaluedMap<K,V> - Interface in javax.ws.rs.core
A map of key-values pairs.
MultivaluedMapImpl<K,V> - Class in org.jboss.resteasy.specimpl
 
MultivaluedMapImpl() - Constructor for class org.jboss.resteasy.specimpl.MultivaluedMapImpl
 
MultivaluedTreeMap<K,V> - Class in org.jboss.resteasy.specimpl
 
MultivaluedTreeMap() - Constructor for class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
MultivaluedTreeMap(Comparator<K>) - Constructor for class org.jboss.resteasy.specimpl.MultivaluedTreeMap
Used to create a CaseInsensitiveMap
MultivaluedTreeMap(Map<K, V>) - Constructor for class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
MyApp - Class in org.jboss.resteasy.test.async.callback
 
MyApp() - Constructor for class org.jboss.resteasy.test.async.callback.MyApp
 
MyApp - Class in org.jboss.resteasy.test.async
 
MyApp() - Constructor for class org.jboss.resteasy.test.async.MyApp
 
MyApp.PrintingErrorHandler - Class in org.jboss.resteasy.test.async
 
MyApp.PrintingErrorHandler() - Constructor for class org.jboss.resteasy.test.async.MyApp.PrintingErrorHandler
 
MyApplication - Class in org.jboss.resteasy.test.application
This is for RESTEASY-381
MyApplication() - Constructor for class org.jboss.resteasy.test.application.MyApplication
 
MyFilter - Class in org.jboss.resteasy.test.smoke
 
MyFilter() - Constructor for class org.jboss.resteasy.test.smoke.MyFilter
 
MyProvider - Class in org.jboss.resteasy.test.smoke
 
MyProvider() - Constructor for class org.jboss.resteasy.test.smoke.MyProvider
 
MyResource - Class in org.jboss.resteasy.test.application
 
MyResource() - Constructor for class org.jboss.resteasy.test.application.MyResource
 
MyResource - Class in org.jboss.resteasy.test.async
 
MyResource() - Constructor for class org.jboss.resteasy.test.async.MyResource
 
MyResource.Foo - Class in org.jboss.resteasy.test.application
 
MyResource.Foo() - Constructor for class org.jboss.resteasy.test.application.MyResource.Foo
 
MyTimeoutHandler - Class in org.jboss.resteasy.test.async.callback
 
MyTimeoutHandler(int) - Constructor for class org.jboss.resteasy.test.async.callback.MyTimeoutHandler
 
MyTimeoutHandler - Class in org.jboss.resteasy.test.async
 
MyTimeoutHandler(int) - Constructor for class org.jboss.resteasy.test.async.MyTimeoutHandler
 

N

name - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
name - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Resource
 
name - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Role
 
name - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.UserAttribute
 
name - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
name - Variable in class org.jboss.resteasy.skeleton.key.SkeletonKeyPrincipal
 
name - Variable in class org.jboss.resteasy.test.async.XmlData
 
NameBinding - Annotation Type in javax.ws.rs
Meta-annotation used to create name binding annotations for filters and interceptors.
nameBound - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastInfosetCollectionProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetElementProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastInfosetMapProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetXmlRootElementProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetXmlSeeAlsoProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetXmlTypeProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonElementProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlRootElementProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlSeeAlsoProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonXmlTypeProvider
 
needsSecurity() - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
netty - Static variable in class org.jboss.resteasy.test.NettyContainer
 
NettyContainer - Class in org.jboss.resteasy.test
 
NettyContainer() - Constructor for class org.jboss.resteasy.test.NettyContainer
 
NettyHttpRequest - Class in org.jboss.resteasy.plugins.server.netty
Abstraction for an inbound http request on the server, or a response from a server to a client

We have this abstraction so that we can reuse marshalling objects in a client framework and serverside framework

NettyHttpRequest(ResteasyHttpHeaders, ResteasyUriInfo, String, SynchronousDispatcher, NettyHttpResponse, boolean) - Constructor for class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
NettyHttpResponse - Class in org.jboss.resteasy.plugins.server.netty
 
NettyHttpResponse(Channel, boolean) - Constructor for class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
NettyJaxrsServer - Class in org.jboss.resteasy.plugins.server.netty
An HTTP server that sends back the content of the received HTTP request in a pretty plaintext form.
NettyJaxrsServer() - Constructor for class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
NettySecurityContext - Class in org.jboss.resteasy.plugins.server.netty
 
NettySecurityContext(Principal, SecurityDomain, String, boolean) - Constructor for class org.jboss.resteasy.plugins.server.netty.NettySecurityContext
 
NettySecurityContext() - Constructor for class org.jboss.resteasy.plugins.server.netty.NettySecurityContext
 
NettyUtil - Class in org.jboss.resteasy.plugins.server.netty
 
NettyUtil() - Constructor for class org.jboss.resteasy.plugins.server.netty.NettyUtil
 
newBuilder() - Static method in class javax.ws.rs.client.ClientBuilder
Create a new ClientBuilder instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newClient() - Static method in class javax.ws.rs.client.ClientBuilder
Create a new Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
newClient(Configuration) - Static method in class javax.ws.rs.client.ClientBuilder
Create a new custom-configured Client instance using the default client builder implementation class provided by the JAX-RS implementation provider.
NewCookie - Class in javax.ws.rs.core
Used to create a new HTTP cookie, transferred in a response.
NewCookie(String, String) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, String, int, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, int, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance.
NewCookie(Cookie) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance copying the information in the supplied cookie.
NewCookie(Cookie, String, int, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance supplementing the information in the supplied cookie.
NewCookie(Cookie, String, int, Date, boolean, boolean) - Constructor for class javax.ws.rs.core.NewCookie
Create a new instance supplementing the information in the supplied cookie.
NewCookieHeaderDelegate - Class in org.jboss.resteasy.plugins.delegates
 
NewCookieHeaderDelegate() - Constructor for class org.jboss.resteasy.plugins.delegates.NewCookieHeaderDelegate
 
newCookies - Variable in class org.jboss.resteasy.mock.MockHttpResponse
 
newInstance() - Static method in class javax.ws.rs.core.Response.ResponseBuilder
Create a new builder instance.
newInstance() - Static method in class javax.ws.rs.core.UriBuilder
Creates a new instance of UriBuilder.
newInstance() - Static method in class javax.ws.rs.core.Variant.VariantListBuilder
Create a new builder instance.
nextElement() - Method in class Acme.Serve.Serve.AcceptLocaleEnumeration
 
NO_OPTIONS - Static variable in class org.jboss.resteasy.util.Base64
No options specified.
NO_TIMEOUT - Static variable in interface javax.ws.rs.container.AsyncResponse
Constant specifying no suspend timeout value.
NoCache - Annotation Type in org.jboss.resteasy.annotations.cache
Set Cache-Control response header of "nocache"
noContent() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for an empty response.
NoContent - Class in org.jboss.resteasy.util
 
NoContent() - Constructor for class org.jboss.resteasy.util.NoContent
 
noContentCheck(MultivaluedMap, InputStream) - Static method in class org.jboss.resteasy.util.NoContent
 
NoContentException - Exception in javax.ws.rs.core
An I/O exception thrown by MessageBodyReader implementations when reading a zero-length message content to indicate that the message body reader is not able to produce an instance representing an zero-length message content.
NoContentException(String) - Constructor for exception javax.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(String, Throwable) - Constructor for exception javax.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentException(Throwable) - Constructor for exception javax.ws.rs.core.NoContentException
Construct a new NoContentException instance.
NoContentInputStreamDelegate - Class in org.jboss.resteasy.util
 
NoContentInputStreamDelegate(InputStream) - Constructor for class org.jboss.resteasy.util.NoContentInputStreamDelegate
 
NOE - Static variable in class org.jboss.resteasy.test.async.callback.Resource
 
NoJackson - Annotation Type in org.jboss.resteasy.annotations.providers
Placed on class, parameter, field or method when you don't want the Jackson provider to be triggered.
NoLogWebApplicationException - Exception in org.jboss.resteasy.spi
WebApplicationExceptions are logged by RESTEasy.
NoLogWebApplicationException() - Constructor for exception org.jboss.resteasy.spi.NoLogWebApplicationException
 
NoLogWebApplicationException(Response) - Constructor for exception org.jboss.resteasy.spi.NoLogWebApplicationException
 
NoLogWebApplicationException(int) - Constructor for exception org.jboss.resteasy.spi.NoLogWebApplicationException
 
NoLogWebApplicationException(Response.Status) - Constructor for exception org.jboss.resteasy.spi.NoLogWebApplicationException
 
NoLogWebApplicationException(Throwable) - Constructor for exception org.jboss.resteasy.spi.NoLogWebApplicationException
 
NoLogWebApplicationException(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.NoLogWebApplicationException
 
NoLogWebApplicationException(Throwable, int) - Constructor for exception org.jboss.resteasy.spi.NoLogWebApplicationException
 
NoLogWebApplicationException(Throwable, Response.Status) - Constructor for exception org.jboss.resteasy.spi.NoLogWebApplicationException
 
NoMessageBodyWriterFoundFailure - Exception in org.jboss.resteasy.core
 
NoMessageBodyWriterFoundFailure(Class, MediaType) - Constructor for exception org.jboss.resteasy.core.NoMessageBodyWriterFoundFailure
 
NONAME - Static variable in class org.jboss.resteasy.test.async.callback.SecondSettingCompletionCallback
 
NONAME - Static variable in class org.jboss.resteasy.test.async.callback.SettingCompletionCallback
 
none() - Method in class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
 
NOOPMarshaller - Class in org.jboss.resteasy.client.core.marshallers
Marshaller that doesn't do anything with the target.
NOOPMarshaller() - Constructor for class org.jboss.resteasy.client.core.marshallers.NOOPMarshaller
 
noReleaseConnection() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
In case of an InputStream or Reader and a invocation that returns no Response object, we need to make sure the GC does not close the returned InputStream or Reader
NOT_ACCEPTABLE - Static variable in class org.jboss.resteasy.core.request.QualityValue
 
notAcceptable(List<Variant>) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a not acceptable response.
NotAcceptableException - Exception in javax.ws.rs
A runtime exception indicating that a client request is not acceptable by the server.
NotAcceptableException() - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAcceptableException
Construct a new "request not acceptable" exception.
NotAcceptableException - Exception in org.jboss.resteasy.spi
Deprecated.
NotAcceptableException(String) - Constructor for exception org.jboss.resteasy.spi.NotAcceptableException
Deprecated.
 
NotAcceptableException(String, Response) - Constructor for exception org.jboss.resteasy.spi.NotAcceptableException
Deprecated.
 
NotAcceptableException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.NotAcceptableException
Deprecated.
 
NotAcceptableException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.NotAcceptableException
Deprecated.
 
NotAcceptableException(Throwable) - Constructor for exception org.jboss.resteasy.spi.NotAcceptableException
Deprecated.
 
NotAcceptableException(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.NotAcceptableException
Deprecated.
 
NotAllowedException - Exception in javax.ws.rs
A runtime exception indicating a client requesting a resource method that is not allowed.
NotAllowedException(String, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, String, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Response) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Throwable, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Throwable, String...) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAllowedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAllowedException
Construct a new method not allowed exception.
NotAuthorizedException - Exception in javax.ws.rs
A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.
NotAuthorizedException(Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Response) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Throwable, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Throwable, Object, Object...) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
NotAuthorizedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotAuthorizedException
Construct a new "not authorized" exception.
notBefore - Variable in class org.jboss.resteasy.jwt.JsonWebToken
 
notBefore(long) - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
notBefore(long) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
NotFoundException - Exception in javax.ws.rs
A runtime exception indicating a resource requested by a client was not found on the server.
NotFoundException() - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(Response, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotFoundException
Construct a new "not found" exception.
NotFoundException - Exception in org.jboss.resteasy.links.impl
 
NotFoundException() - Constructor for exception org.jboss.resteasy.links.impl.NotFoundException
 
NotFoundException - Exception in org.jboss.resteasy.spi
Deprecated.
NotFoundException(String) - Constructor for exception org.jboss.resteasy.spi.NotFoundException
Deprecated.
 
NotFoundException(String, Response) - Constructor for exception org.jboss.resteasy.spi.NotFoundException
Deprecated.
 
NotFoundException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.NotFoundException
Deprecated.
 
NotFoundException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.NotFoundException
Deprecated.
 
NotFoundException(Throwable) - Constructor for exception org.jboss.resteasy.spi.NotFoundException
Deprecated.
 
NotFoundException(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.NotFoundException
Deprecated.
 
notifyStop() - Method in class Acme.Serve.Serve
Tells the server to stop
NotImplementedYetException - Exception in org.jboss.resteasy.spi
 
NotImplementedYetException() - Constructor for exception org.jboss.resteasy.spi.NotImplementedYetException
 
NotImplementedYetException(String) - Constructor for exception org.jboss.resteasy.spi.NotImplementedYetException
 
notModified() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(EntityTag) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status.
notModified(String) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with a not-modified status and a strong entity tag.
NotSupportedException - Exception in javax.ws.rs
A runtime exception indicating that the client request entity media type is not supported.
NotSupportedException() - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(Response, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
NotSupportedException(String, Response, Throwable) - Constructor for exception javax.ws.rs.NotSupportedException
Construct a new unsupported media type exception.
now() - Method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
 
NULL - Static variable in class org.jboss.resteasy.test.async.callback.SecondSettingCompletionCallback
 
NULL - Static variable in class org.jboss.resteasy.test.async.callback.SettingCompletionCallback
 
nullFoo(MyResource.Foo) - Method in class org.jboss.resteasy.test.application.MyResource
 
num_instantiations - Static variable in class org.jboss.resteasy.test.application.MyApplication
 
num_instatiations - Static variable in class org.jboss.resteasy.test.application.MyResource
 
numCapturingGroups - Variable in class org.jboss.resteasy.core.registry.Expression
 
numNonDefaultGroups - Variable in class org.jboss.resteasy.core.registry.Expression
 

O

oauth(Request, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
This method always set the HTTP response, so do not continue after invoking
OAUTH_AUTH_METHOD - Static variable in class org.jboss.resteasy.auth.oauth.OAuthFilter
 
OAUTH_CALLBACK_CONFIRMED_PARAM - Static variable in class org.jboss.resteasy.auth.oauth.OAuthUtils
OAuth Callback Confirmed parameter
OAUTH_VERIFIER_PARAM - Static variable in class org.jboss.resteasy.auth.oauth.OAuthUtils
OAuth Verifier parameter
OAuthAuthenticationServerValve - Class in org.jboss.resteasy.skeleton.key.as7
Turns a web deployment into an authentication server that follwos the OAuth 2 protocol and Skeleton Key bearer tokens.
OAuthAuthenticationServerValve() - Constructor for class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
OAuthAuthenticationServerValve.AccessCode - Class in org.jboss.resteasy.skeleton.key.as7
 
OAuthAuthenticationServerValve.AccessCode() - Constructor for class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
OAuthConsumer - Class in org.jboss.resteasy.auth.oauth
Represents an OAuth Consumer.
OAuthConsumer(String, String, String, String) - Constructor for class org.jboss.resteasy.auth.oauth.OAuthConsumer
 
OAuthConsumer(String, String, String, String, String[]) - Constructor for class org.jboss.resteasy.auth.oauth.OAuthConsumer
 
OAuthConsumerRegistration - Interface in org.jboss.resteasy.auth.oauth
Registration of OAuth consumers
OAuthException - Exception in org.jboss.resteasy.auth.oauth
Use this exception to throw exceptions from your OAuthProvider to specify the HTTP status code
OAuthException(int, String) - Constructor for exception org.jboss.resteasy.auth.oauth.OAuthException
Builds a new OAuth exception which will result in sending the specified HTTP status code to the Client.
OAuthFilter - Class in org.jboss.resteasy.auth.oauth
OAuth Servlet Filter that interprets OAuth Authentication messages to set the Principal and roles for protected resources.
OAuthFilter() - Constructor for class org.jboss.resteasy.auth.oauth.OAuthFilter
 
OAuthManagedResourceValve - Class in org.jboss.resteasy.skeleton.key.as7
Web deployment whose security is managed by a remote OAuth Skeleton Key authentication server

Redirects browser to remote authentication server if not logged in.

OAuthManagedResourceValve() - Constructor for class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
OAuthMemoryProvider - Class in org.jboss.resteasy.auth.oauth
OAuthProvider that keeps all data in memory.
OAuthMemoryProvider() - Constructor for class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
OAuthMemoryProvider(String) - Constructor for class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
OAuthProvider - Interface in org.jboss.resteasy.auth.oauth
Implement this interface to provide the RESTEasy servlets and filters with the knowledge to load and store OAuth Consumer, Request and Access Tokens.
OAuthProviderChecker - Class in org.jboss.resteasy.auth.oauth
Used to make sure the OAuthProvider implementer does not return null values.
OAuthProviderChecker(OAuthProvider) - Constructor for class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
OAuthRequestToken - Class in org.jboss.resteasy.auth.oauth
Represents either an OAuth Access or Request Token.
OAuthRequestToken(String, String, String, String[], String[], long, OAuthConsumer) - Constructor for class org.jboss.resteasy.auth.oauth.OAuthRequestToken
 
OAuthServlet - Class in org.jboss.resteasy.auth.oauth
OAuth Http Servlet that handles Request Token creation and exchange for Access Tokens.
OAuthServlet() - Constructor for class org.jboss.resteasy.auth.oauth.OAuthServlet
 
OAuthToken - Class in org.jboss.resteasy.auth.oauth
Represents either an OAuth Access or Request Token.
OAuthToken(String, String, String[], String[], long, OAuthConsumer) - Constructor for class org.jboss.resteasy.auth.oauth.OAuthToken
 
OAuthUtils - Class in org.jboss.resteasy.auth.oauth
 
OAuthUtils() - Constructor for class org.jboss.resteasy.auth.oauth.OAuthUtils
 
OAuthValidator - Class in org.jboss.resteasy.auth.oauth
OAuth Validator implementation to check OAuth Messages
OAuthValidator(OAuthProvider) - Constructor for class org.jboss.resteasy.auth.oauth.OAuthValidator
 
obj - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory.SortedKey
 
OBJECT_FACTORY_NAME - Static variable in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 
OBJECT_FACTORY_NAME - Static variable in class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider
 
objectMapper - Variable in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
The ObjectMapper used to create typing information.
objectMapper - Variable in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
The ObjectMapper used to create typing information.
ObjectToURI - Class in org.jboss.resteasy.spi.touri
This class encapsulates how an object can be converted to a URI string.
ObjectToURI() - Constructor for class org.jboss.resteasy.spi.touri.ObjectToURI
 
observeApplications(ProcessAnnotatedType<T>, BeanManager) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
Set a default scope for each CDI bean which is a JAX-RS Application subclass.
observeBeforeBeanDiscovery(BeforeBeanDiscovery, BeanManager) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
Obtain BeanManager reference for future use.
observeInjectionTarget(ProcessInjectionTarget<T>) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
Wrap InjectionTarget of JAX-RS components within JaxrsInjectionTarget which takes care of JAX-RS property injection.
observeProviders(ProcessAnnotatedType<T>, BeanManager) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
Set a default scope for each CDI bean which is a JAX-RS Provider.
observeResources(ProcessAnnotatedType<T>, BeanManager) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
Set a default scope for each CDI bean which is a JAX-RS Resource.
observeSessionBeans(ProcessSessionBean<T>) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
Observes ProcessSessionBean events and creates a (Bean class -> Local interface) map for Session beans with local interfaces.
obtainSignedToken(String) - Method in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
obtainToken(String) - Method in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
ok() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an OK status.
ok(Object) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, MediaType) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, String) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
ok(Object, Variant) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder that contains a representation.
onApplicationEvent(ApplicationEvent) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
Register all of the resources into RESTEasy only when Spring finishes it's life-cycle and the spring singleton bean creation is completed
onComplete(Throwable) - Method in interface javax.ws.rs.container.CompletionCallback
A completion callback notification method that will be invoked when the request processing is finished, after a response is processed and is sent back to the client or when an unmapped throwable has been propagated to the hosting I/O container.
onComplete(Throwable) - Method in class org.jboss.resteasy.test.async.callback.SecondSettingCompletionCallback
 
onComplete(Throwable) - Method in class org.jboss.resteasy.test.async.callback.SettingCompletionCallback
 
onDisconnect(AsyncResponse) - Method in interface javax.ws.rs.container.ConnectionCallback
This callback notification method is invoked in case the container detects that the remote client connection associated with the asynchronous response has been disconnected.
oneway(HttpRequest, HttpResponse, ResourceInvoker) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
 
onStartup(Set<Class<?>>, ServletContext) - Method in class org.jboss.resteasy.plugins.servlet.ResteasyServletInitializer
 
opaqueUri - Static variable in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
openCurlyReplacement - Static variable in class org.jboss.resteasy.util.PathHelper
 
OptionalValueBeanFactory - Class in org.jboss.resteasy.plugins.spring
This resovles optional
OptionalValueBeanFactory() - Constructor for class org.jboss.resteasy.plugins.spring.OptionalValueBeanFactory
 
options() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP OPTIONS method for the current request asynchronously.
options() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
options(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
options(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP OPTIONS method for the current request synchronously.
OPTIONS - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP OPTIONS method.
OPTIONS - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP OPTIONS requests.
options() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
options(Class<T>) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
options(Class<T>, Type) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
options(GenericType) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
options() - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
options(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
options(GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
options(InvocationCallback<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
options() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
options(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
options(GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
options(String) - Static method in class org.jboss.resteasy.mock.MockHttpRequest
 
options() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
OptionsResourceMethod - Class in org.jboss.resteasy.plugins.stats
 
OptionsResourceMethod() - Constructor for class org.jboss.resteasy.plugins.stats.OptionsResourceMethod
 
order - Variable in class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
Deprecated.
 
order - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
order - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.Match
 
Order - Class in org.jboss.resteasy.test.providers.jaxb.data
A Order.
Order() - Constructor for class org.jboss.resteasy.test.providers.jaxb.data.Order
 
ORDERED - Static variable in class org.jboss.resteasy.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
Orders - Class in org.jboss.resteasy.examples
 
Orders() - Constructor for class org.jboss.resteasy.examples.Orders
 
OrdersApplication - Class in org.jboss.resteasy.examples
 
OrdersApplication() - Constructor for class org.jboss.resteasy.examples.OrdersApplication
 
org.ieft.annotations - package org.ieft.annotations
 
org.ietf.annotations - package org.ietf.annotations
 
org.jboss.example.jaxrs2.async - package org.jboss.example.jaxrs2.async
 
org.jboss.resteasy.annotations - package org.jboss.resteasy.annotations
 
org.jboss.resteasy.annotations.cache - package org.jboss.resteasy.annotations.cache
 
org.jboss.resteasy.annotations.interception - package org.jboss.resteasy.annotations.interception
 
org.jboss.resteasy.annotations.providers - package org.jboss.resteasy.annotations.providers
 
org.jboss.resteasy.annotations.providers.img - package org.jboss.resteasy.annotations.providers.img
 
org.jboss.resteasy.annotations.providers.jackson - package org.jboss.resteasy.annotations.providers.jackson
 
org.jboss.resteasy.annotations.providers.jaxb - package org.jboss.resteasy.annotations.providers.jaxb
 
org.jboss.resteasy.annotations.providers.jaxb.json - package org.jboss.resteasy.annotations.providers.jaxb.json
 
org.jboss.resteasy.annotations.providers.multipart - package org.jboss.resteasy.annotations.providers.multipart
 
org.jboss.resteasy.annotations.security.doseta - package org.jboss.resteasy.annotations.security.doseta
 
org.jboss.resteasy.api.validation - package org.jboss.resteasy.api.validation
 
org.jboss.resteasy.auth.oauth - package org.jboss.resteasy.auth.oauth
 
org.jboss.resteasy.cdi - package org.jboss.resteasy.cdi
 
org.jboss.resteasy.client - package org.jboss.resteasy.client
 
org.jboss.resteasy.client.cache - package org.jboss.resteasy.client.cache
 
org.jboss.resteasy.client.core - package org.jboss.resteasy.client.core
 
org.jboss.resteasy.client.core.executors - package org.jboss.resteasy.client.core.executors
 
org.jboss.resteasy.client.core.extractors - package org.jboss.resteasy.client.core.extractors
 
org.jboss.resteasy.client.core.marshallers - package org.jboss.resteasy.client.core.marshallers
 
org.jboss.resteasy.client.exception - package org.jboss.resteasy.client.exception
 
org.jboss.resteasy.client.exception.mapper - package org.jboss.resteasy.client.exception.mapper
 
org.jboss.resteasy.client.jaxrs - package org.jboss.resteasy.client.jaxrs
 
org.jboss.resteasy.client.jaxrs.cache - package org.jboss.resteasy.client.jaxrs.cache
 
org.jboss.resteasy.client.jaxrs.engines - package org.jboss.resteasy.client.jaxrs.engines
 
org.jboss.resteasy.client.jaxrs.internal - package org.jboss.resteasy.client.jaxrs.internal
 
org.jboss.resteasy.client.jaxrs.internal.proxy - package org.jboss.resteasy.client.jaxrs.internal.proxy
 
org.jboss.resteasy.client.jaxrs.internal.proxy.extractors - package org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
 
org.jboss.resteasy.client.jaxrs.internal.proxy.processors - package org.jboss.resteasy.client.jaxrs.internal.proxy.processors
 
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation - package org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
 
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget - package org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget
 
org.jboss.resteasy.client.spring - package org.jboss.resteasy.client.spring
 
org.jboss.resteasy.core - package org.jboss.resteasy.core
 
org.jboss.resteasy.core.interception - package org.jboss.resteasy.core.interception
 
org.jboss.resteasy.core.messagebody - package org.jboss.resteasy.core.messagebody
 
org.jboss.resteasy.core.registry - package org.jboss.resteasy.core.registry
 
org.jboss.resteasy.core.request - package org.jboss.resteasy.core.request
 
org.jboss.resteasy.example.oauth - package org.jboss.resteasy.example.oauth
 
org.jboss.resteasy.example.pubsub - package org.jboss.resteasy.example.pubsub
 
org.jboss.resteasy.examples - package org.jboss.resteasy.examples
 
org.jboss.resteasy.jose - package org.jboss.resteasy.jose
 
org.jboss.resteasy.jose.jwe - package org.jboss.resteasy.jose.jwe
 
org.jboss.resteasy.jose.jwe.crypto - package org.jboss.resteasy.jose.jwe.crypto
 
org.jboss.resteasy.jose.jws - package org.jboss.resteasy.jose.jws
 
org.jboss.resteasy.jose.jws.crypto - package org.jboss.resteasy.jose.jws.crypto
 
org.jboss.resteasy.jsapi - package org.jboss.resteasy.jsapi
 
org.jboss.resteasy.jwt - package org.jboss.resteasy.jwt
 
org.jboss.resteasy.keystone.as7 - package org.jboss.resteasy.keystone.as7
 
org.jboss.resteasy.keystone.cli - package org.jboss.resteasy.keystone.cli
 
org.jboss.resteasy.keystone.client - package org.jboss.resteasy.keystone.client
 
org.jboss.resteasy.keystone.core - package org.jboss.resteasy.keystone.core
 
org.jboss.resteasy.keystone.model - package org.jboss.resteasy.keystone.model
 
org.jboss.resteasy.keystone.server - package org.jboss.resteasy.keystone.server
 
org.jboss.resteasy.links - package org.jboss.resteasy.links
 
org.jboss.resteasy.links.impl - package org.jboss.resteasy.links.impl
 
org.jboss.resteasy.logging - package org.jboss.resteasy.logging
 
org.jboss.resteasy.logging.impl - package org.jboss.resteasy.logging.impl
 
org.jboss.resteasy.mock - package org.jboss.resteasy.mock
 
org.jboss.resteasy.plugins.cache.server - package org.jboss.resteasy.plugins.cache.server
 
org.jboss.resteasy.plugins.delegates - package org.jboss.resteasy.plugins.delegates
 
org.jboss.resteasy.plugins.guice - package org.jboss.resteasy.plugins.guice
 
org.jboss.resteasy.plugins.guice.ext - package org.jboss.resteasy.plugins.guice.ext
 
org.jboss.resteasy.plugins.interceptors - package org.jboss.resteasy.plugins.interceptors
 
org.jboss.resteasy.plugins.interceptors.encoding - package org.jboss.resteasy.plugins.interceptors.encoding
 
org.jboss.resteasy.plugins.providers - package org.jboss.resteasy.plugins.providers
 
org.jboss.resteasy.plugins.providers.atom - package org.jboss.resteasy.plugins.providers.atom
 
org.jboss.resteasy.plugins.providers.atom.app - package org.jboss.resteasy.plugins.providers.atom.app
 
org.jboss.resteasy.plugins.providers.html - package org.jboss.resteasy.plugins.providers.html
 
org.jboss.resteasy.plugins.providers.jackson - package org.jboss.resteasy.plugins.providers.jackson
 
org.jboss.resteasy.plugins.providers.jaxb - package org.jboss.resteasy.plugins.providers.jaxb
 
org.jboss.resteasy.plugins.providers.jaxb.fastinfoset - package org.jboss.resteasy.plugins.providers.jaxb.fastinfoset
 
org.jboss.resteasy.plugins.providers.jaxb.json - package org.jboss.resteasy.plugins.providers.jaxb.json
 
org.jboss.resteasy.plugins.providers.jsonp - package org.jboss.resteasy.plugins.providers.jsonp
 
org.jboss.resteasy.plugins.providers.multipart - package org.jboss.resteasy.plugins.providers.multipart
 
org.jboss.resteasy.plugins.providers.validation - package org.jboss.resteasy.plugins.providers.validation
 
org.jboss.resteasy.plugins.server - package org.jboss.resteasy.plugins.server
 
org.jboss.resteasy.plugins.server.embedded - package org.jboss.resteasy.plugins.server.embedded
 
org.jboss.resteasy.plugins.server.netty - package org.jboss.resteasy.plugins.server.netty
 
org.jboss.resteasy.plugins.server.netty.cdi - package org.jboss.resteasy.plugins.server.netty.cdi
 
org.jboss.resteasy.plugins.server.resourcefactory - package org.jboss.resteasy.plugins.server.resourcefactory
 
org.jboss.resteasy.plugins.server.servlet - package org.jboss.resteasy.plugins.server.servlet
 
org.jboss.resteasy.plugins.server.sun.http - package org.jboss.resteasy.plugins.server.sun.http
 
org.jboss.resteasy.plugins.server.tjws - package org.jboss.resteasy.plugins.server.tjws
 
org.jboss.resteasy.plugins.server.undertow - package org.jboss.resteasy.plugins.server.undertow
 
org.jboss.resteasy.plugins.servlet - package org.jboss.resteasy.plugins.servlet
 
org.jboss.resteasy.plugins.spring - package org.jboss.resteasy.plugins.spring
 
org.jboss.resteasy.plugins.stats - package org.jboss.resteasy.plugins.stats
 
org.jboss.resteasy.plugins.validation - package org.jboss.resteasy.plugins.validation
 
org.jboss.resteasy.plugins.validation.hibernate - package org.jboss.resteasy.plugins.validation.hibernate
 
org.jboss.resteasy.security - package org.jboss.resteasy.security
 
org.jboss.resteasy.security.doseta - package org.jboss.resteasy.security.doseta
 
org.jboss.resteasy.security.smime - package org.jboss.resteasy.security.smime
 
org.jboss.resteasy.skeleton.key - package org.jboss.resteasy.skeleton.key
 
org.jboss.resteasy.skeleton.key.as7 - package org.jboss.resteasy.skeleton.key.as7
 
org.jboss.resteasy.skeleton.key.as7.config - package org.jboss.resteasy.skeleton.key.as7.config
 
org.jboss.resteasy.skeleton.key.config - package org.jboss.resteasy.skeleton.key.config
 
org.jboss.resteasy.skeleton.key.idm - package org.jboss.resteasy.skeleton.key.idm
 
org.jboss.resteasy.skeleton.key.idm.adapters.infinispan - package org.jboss.resteasy.skeleton.key.idm.adapters.infinispan
 
org.jboss.resteasy.skeleton.key.idm.model.data - package org.jboss.resteasy.skeleton.key.idm.model.data
 
org.jboss.resteasy.skeleton.key.idm.service - package org.jboss.resteasy.skeleton.key.idm.service
 
org.jboss.resteasy.skeleton.key.jaxrs - package org.jboss.resteasy.skeleton.key.jaxrs
 
org.jboss.resteasy.skeleton.key.representations - package org.jboss.resteasy.skeleton.key.representations
 
org.jboss.resteasy.skeleton.key.representations.idm - package org.jboss.resteasy.skeleton.key.representations.idm
 
org.jboss.resteasy.skeleton.key.servlet - package org.jboss.resteasy.skeleton.key.servlet
 
org.jboss.resteasy.specimpl - package org.jboss.resteasy.specimpl
 
org.jboss.resteasy.spi - package org.jboss.resteasy.spi
 
org.jboss.resteasy.spi.interception - package org.jboss.resteasy.spi.interception
 
org.jboss.resteasy.spi.metadata - package org.jboss.resteasy.spi.metadata
 
org.jboss.resteasy.spi.touri - package org.jboss.resteasy.spi.touri
 
org.jboss.resteasy.spi.validation - package org.jboss.resteasy.spi.validation
 
org.jboss.resteasy.springmvc - package org.jboss.resteasy.springmvc
 
org.jboss.resteasy.springmvc.annotation - package org.jboss.resteasy.springmvc.annotation
 
org.jboss.resteasy.springmvc.tjws - package org.jboss.resteasy.springmvc.tjws
 
org.jboss.resteasy.test - package org.jboss.resteasy.test
 
org.jboss.resteasy.test.application - package org.jboss.resteasy.test.application
 
org.jboss.resteasy.test.async - package org.jboss.resteasy.test.async
 
org.jboss.resteasy.test.async.callback - package org.jboss.resteasy.test.async.callback
 
org.jboss.resteasy.test.providers.jaxb.data - package org.jboss.resteasy.test.providers.jaxb.data
 
org.jboss.resteasy.test.smoke - package org.jboss.resteasy.test.smoke
 
org.jboss.resteasy.util - package org.jboss.resteasy.util
 
org.jboss.security.web - package org.jboss.security.web
 
ORIGIN - Static variable in class org.jboss.resteasy.spi.CorsHeaders
 
os - Variable in class org.jboss.resteasy.mock.MockHttpResponse
 
os - Variable in class org.jboss.resteasy.util.InputStreamToByteArray
 
OUTOFORDER - Static variable in class org.jboss.resteasy.test.async.callback.SecondSettingCompletionCallback
 
outputHeaders - Variable in class org.jboss.resteasy.mock.MockHttpResponse
 
outputHeaders - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
OutputPart - Class in org.jboss.resteasy.plugins.providers.multipart
 
OutputPart(Object, Class<?>, Type, MediaType) - Constructor for class org.jboss.resteasy.plugins.providers.multipart.OutputPart
 
OutputPart(Object, Class<?>, Type, MediaType, String) - Constructor for class org.jboss.resteasy.plugins.providers.multipart.OutputPart
 
outputStream - Variable in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
outputStream - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
overridenStream - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
overrides(Method, Method) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
Checks, whether subTypeMethod overrides superTypeMethod.
overrideUri(URI) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 

P

param(String, String) - Method in class javax.ws.rs.core.Form
Adds a new value to the specified form parameter.
param(String, String) - Method in interface javax.ws.rs.core.Link.Builder
Set an arbitrary parameter on this link.
param(String, String) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
param(int) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ConstructorParameterBuilder
 
param(int) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.LocatorMethodParameterBuilder
 
param(int) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceConstructorBuilder
 
param(int) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceLocatorBuilder
 
param(int) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
ParamConverter<T> - Interface in javax.ws.rs.ext
Defines a contract for a delegate responsible for converting between a String form of a message parameter value and the corresponding custom Java type T.
paramConverter - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
ParamConverter.Lazy - Annotation Type in javax.ws.rs.ext
Mandates that a conversion of any default value delegated to a parameter converter annotated with @Lazy annotation SHOULD occur only once the value is actually required (e.g.
ParamConverterProvider - Interface in javax.ws.rs.ext
Contract for a provider of ParamConverter instances.
paramConverterProviders - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
Parameter - Class in org.jboss.resteasy.spi.metadata
 
Parameter(ResourceClass, Class<?>, Type) - Constructor for class org.jboss.resteasy.spi.metadata.Parameter
 
Parameter.ParamType - Enum in org.jboss.resteasy.spi.metadata
 
ParameterParser - Class in org.jboss.resteasy.util
A simple parser intended to parse sequences of name/value pairs.
ParameterParser() - Constructor for class org.jboss.resteasy.util.ParameterParser
Default ParameterParser constructor.
parametersResolveToSameTypes(Method, Method) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
Taken from Hibernate Validator
paramMapping - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
paramName - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.AbstractCollectionProcessor
 
paramName - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
paramName - Variable in class org.jboss.resteasy.spi.metadata.Parameter
 
params - Variable in class org.jboss.resteasy.core.ConstructorInjectorImpl
 
params - Variable in class org.jboss.resteasy.core.MethodInjectorImpl
 
params - Variable in class org.jboss.resteasy.core.registry.SegmentNode.SortFactor
 
params - Variable in class org.jboss.resteasy.spi.metadata.ResourceConstructor
 
params - Variable in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
paramType - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
paramType - Variable in class org.jboss.resteasy.spi.metadata.Parameter
 
parent - Variable in class org.jboss.resteasy.core.registry.ClassExpression
 
parent - Variable in class org.jboss.resteasy.core.registry.MethodExpression
 
parent - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
parentProviderFactory - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
ParentResource - Annotation Type in org.jboss.resteasy.links
Marks an entity's parent which will be used to resolve any parent ID used in path parameters.
parse(String) - Static method in class org.jboss.resteasy.plugins.delegates.MediaTypeHeaderDelegate
 
parse(InputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
parse(InputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedInputImpl
 
parse(String, char, char) - Method in class org.jboss.resteasy.util.GroupParameterParser
Extracts a map of name/value pairs from the given string.
parse(char[], char, char) - Method in class org.jboss.resteasy.util.GroupParameterParser
Extracts a map of name/value pairs from the given array of characters.
parse(char[], int, int, char, char) - Method in class org.jboss.resteasy.util.GroupParameterParser
Extracts a map of name/value pairs from the given array of characters.
parse(String, char) - Method in class org.jboss.resteasy.util.ParameterParser
Extracts a map of name/value pairs from the given string.
parse(char[], char) - Method in class org.jboss.resteasy.util.ParameterParser
Extracts a map of name/value pairs from the given array of characters.
parse(char[], int, int, char) - Method in class org.jboss.resteasy.util.ParameterParser
Extracts a map of name/value pairs from the given array of characters.
parse(String) - Static method in class org.jboss.resteasy.util.WeightedLanguage
 
parse(MediaType) - Static method in class org.jboss.resteasy.util.WeightedMediaType
 
parseAcceptHeader(String) - Static method in class org.jboss.resteasy.util.AcceptParser
Return list sorted with first most preferred
parseAddrSpecFromCid(String) - Static method in class org.jboss.resteasy.plugins.providers.multipart.ContentIDUtils
 
parseAddrSpecFromContentID(String) - Static method in class org.jboss.resteasy.plugins.providers.multipart.ContentIDUtils
 
parseCookies(String) - Static method in class org.jboss.resteasy.util.CookieParser
 
parseDate(String) - Static method in class org.jboss.resteasy.util.DateUtil
Parses a date value.
parseDate(String, Collection) - Static method in class org.jboss.resteasy.util.DateUtil
Parses the date value using the given date formats.
parseDate(String, Collection, Date) - Static method in class org.jboss.resteasy.util.DateUtil
Parses the date value using the given date formats.
parseForm(InputStream) - Static method in class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider
 
parseHeader(String) - Static method in class org.jboss.resteasy.util.BasicAuthHelper
 
parseHeader(String) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
parseHierarchicalUri(String, Matcher) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
parseMap(String) - Method in class org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
 
parseMediaTypes(String[]) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
parsePostData(long, InputStream, String, String[]) - Static method in class Acme.Utils
 
parseQueryString(String, String) - Static method in class Acme.Utils
 
parseSegments(String, boolean) - Static method in class org.jboss.resteasy.specimpl.PathSegmentImpl
 
parseSegmentsOptimization(String, boolean) - Static method in class org.jboss.resteasy.specimpl.PathSegmentImpl
 
parseThrottleFile(String) - Static method in class Acme.Serve.ThrottledOutputStream
 
parseTimestamp(String) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
Parse an OAuth timestamp
PartFilename - Annotation Type in org.jboss.resteasy.annotations.providers.multipart
Must be used in conjunction with @MultipartForm.
parts - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
parts - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
PartType - Annotation Type in org.jboss.resteasy.annotations.providers.multipart
Must be used in conjunction with Multipart providers when writing out a List or Map as a multipart/* type.
PassthroughTrustManager - Class in org.jboss.resteasy.client.jaxrs.engines
 
PassthroughTrustManager() - Constructor for class org.jboss.resteasy.client.jaxrs.engines.PassthroughTrustManager
 
password - Variable in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
password(String) - Method in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
password - Variable in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
PASSWORD - Static variable in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
PASSWORD - Static variable in class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
PATCH - Annotation Type in org.ieft.annotations
Defines the PATCH operation that is mentioned in HTTP 1.1 spec RFC 2068
PATCH - Annotation Type in org.ietf.annotations
Defines the PATCH operation that is mentioned in HTTP 1.1 spec RFC 2068
PatchedHttpServletRequest - Class in org.jboss.resteasy.plugins.server.tjws
fix bug in non-encoded getRequestURI and URL as well as the correct context Path.
PatchedHttpServletRequest(HttpServletRequest, String) - Constructor for class org.jboss.resteasy.plugins.server.tjws.PatchedHttpServletRequest
 
path(String) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by appending path to the URI of the current target instance.
path(String) - Method in class javax.ws.rs.core.UriBuilder
Append path to the existing path.
path(Class) - Method in class javax.ws.rs.core.UriBuilder
Append the path from a Path-annotated class to the existing path.
path(Class, String) - Method in class javax.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
path(Method) - Method in class javax.ws.rs.core.UriBuilder
Append the path from a Path-annotated method to the existing path.
Path - Annotation Type in javax.ws.rs
Identifies the URI path that a resource class or class method will serve requests for.
path(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
path(Class<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
path(Method) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
path(String) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
path(Class<?>) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
path(Method) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
path - Variable in class org.jboss.resteasy.plugins.providers.html.View
 
path - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
path(String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
path(Class) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
path(Class, String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
path(Method) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
path(String) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceLocatorBuilder
 
path - Variable in class org.jboss.resteasy.spi.metadata.ResourceClass
 
path - Variable in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
PATH_PARAM_NAME - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
path_param_name = pchar ";" | "="
PATH_PARAM_NAME - Static variable in class org.jboss.resteasy.util.URLUtils
path_param_name = pchar ";" | "="
PATH_PARAM_VALUE - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
path_param_value = pchar ";"
PATH_PARAM_VALUE - Static variable in class org.jboss.resteasy.util.URLUtils
path_param_value = pchar ";"
PATH_SEGMENT - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
path_segment = pchar ";"
PATH_SEGMENT - Static variable in class org.jboss.resteasy.util.URLUtils
path_segment = pchar ";"
pathExpression - Variable in class org.jboss.resteasy.core.registry.Expression
 
PathHelper - Class in org.jboss.resteasy.util
A utility class for handling URI template parameters.
PathHelper() - Constructor for class org.jboss.resteasy.util.PathHelper
 
PathParam - Annotation Type in javax.ws.rs
Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.
pathParam(String) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
pathParameter(String, Object) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
pathParameterList - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
pathParameters - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
pathParameters(Object...) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
pathParameters() - Method in interface org.jboss.resteasy.links.ResourceFacade
Returns a map of path parameters to use to build any path to this facade's type's links.
PathParamInjector - Class in org.jboss.resteasy.core
 
PathParamInjector(Class, Type, AccessibleObject, String, String, boolean, Annotation[], ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.PathParamInjector
 
PathParamMarshaller - Class in org.jboss.resteasy.client.core.marshallers
 
PathParamMarshaller(String, boolean, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.client.core.marshallers.PathParamMarshaller
 
PathParamProcessor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget
 
PathParamProcessor(String) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.PathParamProcessor
 
pathParamReplacement(String, List<String>) - Static method in class org.jboss.resteasy.util.Encode
 
paths(boolean, String, String...) - Static method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
PathSegment - Interface in javax.ws.rs.core
Represents a URI path segment and any associated matrix parameters.
PathSegmentImpl - Class in org.jboss.resteasy.specimpl
 
PathSegmentImpl(String, boolean) - Constructor for class org.jboss.resteasy.specimpl.PathSegmentImpl
 
PathSegmentImpl.SegmentParse - Class in org.jboss.resteasy.specimpl
Used when creating the matching path in ResteasyUriInfo
PathSegmentImpl.SegmentParse() - Constructor for class org.jboss.resteasy.specimpl.PathSegmentImpl.SegmentParse
 
pattern - Variable in class org.jboss.resteasy.core.registry.Expression
 
PATTERN_ASCTIME - Static variable in class org.jboss.resteasy.util.DateUtil
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_RFC1036 - Static variable in class org.jboss.resteasy.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1123 - Static variable in class org.jboss.resteasy.util.DateUtil
Date format pattern used to parse HTTP date headers in RFC 1123 format.
PCHAR - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
pchar = unreserved | escaped | sub-delims | ":" | "@" Note: we don't allow escaped here since we will escape it ourselves, so we don't want to allow them in the unescaped sequences
PCHAR - Static variable in class org.jboss.resteasy.util.URLUtils
pchar = unreserved | escaped | sub-delims | ":" | "@"

Note: we don't allow escaped here since we will escape it ourselves, so we don't want to allow them in the unescaped sequences

peekInstance() - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Will not initialize singleton if not set
pemFromStream(InputStream) - Static method in class org.jboss.resteasy.security.PemUtils
 
pemFromStream(InputStream) - Static method in class org.jboss.resteasy.skeleton.key.PemUtils
 
pemToDer(InputStream) - Static method in class org.jboss.resteasy.security.PemUtils
Decode a PEM file to DER format
pemToDer(String) - Static method in class org.jboss.resteasy.security.PemUtils
Decode a PEM string to DER format
pemToDer(InputStream) - Static method in class org.jboss.resteasy.skeleton.key.PemUtils
Decode a PEM file to DER format
pemToDer(String) - Static method in class org.jboss.resteasy.skeleton.key.PemUtils
Decode a PEM string to DER format
PemUtils - Class in org.jboss.resteasy.security
Utility classes to extract PublicKey, PrivateKey, and X509Certificate from openssl generated PEM files
PemUtils() - Constructor for class org.jboss.resteasy.security.PemUtils
 
PemUtils - Class in org.jboss.resteasy.skeleton.key
Utility classes to extract PublicKey, PrivateKey, and X509Certificate from openssl generated PEM files
PemUtils() - Constructor for class org.jboss.resteasy.skeleton.key.PemUtils
 
performReleaseConnection() - Method in interface org.jboss.resteasy.client.core.BaseClientResponse.BaseClientResponseStreamFactory
 
permitAll - Variable in class org.jboss.resteasy.plugins.interceptors.RoleBasedSecurityFilter
 
Person - Class in org.jboss.resteasy.plugins.providers.atom
Per RFC4287:
Person() - Constructor for class org.jboss.resteasy.plugins.providers.atom.Person
 
Person(String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.Person
 
pfr - Static variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
PickConstructor - Class in org.jboss.resteasy.util
Pick
PickConstructor() - Constructor for class org.jboss.resteasy.util.PickConstructor
 
pickPerRequestConstructor(Class) - Static method in class org.jboss.resteasy.util.PickConstructor
Pick best constructor for a provider or resource class

Picks constructor with most parameters.

pickSingletonConstructor(Class) - Static method in class org.jboss.resteasy.util.PickConstructor
Pick best constructor for a provider or resource class

Picks constructor with most parameters.

ping() - Method in class org.jboss.example.jaxrs2.async.ChatListener
 
PKCS7SignatureInput<T> - Class in org.jboss.resteasy.security.smime
 
PKCS7SignatureInput() - Constructor for class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
PKCS7SignatureInput(CMSSignedData) - Constructor for class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
PKCS7SignatureInput(String) - Constructor for class org.jboss.resteasy.security.smime.PKCS7SignatureInput
Base64 encoded pks bytes
PKCS7SignatureInput(byte[]) - Constructor for class org.jboss.resteasy.security.smime.PKCS7SignatureInput
PKS Encoded bytes
PKCS7SignatureReader - Class in org.jboss.resteasy.security.smime
 
PKCS7SignatureReader() - Constructor for class org.jboss.resteasy.security.smime.PKCS7SignatureReader
 
PKCS7SignatureTextWriter - Class in org.jboss.resteasy.security.smime
 
PKCS7SignatureTextWriter() - Constructor for class org.jboss.resteasy.security.smime.PKCS7SignatureTextWriter
 
PKCS7SignatureWriter - Class in org.jboss.resteasy.security.smime
 
PKCS7SignatureWriter() - Constructor for class org.jboss.resteasy.security.smime.PKCS7SignatureWriter
 
POJOResourceFactory - Class in org.jboss.resteasy.plugins.server.resourcefactory
Allocates an instance of a class at each invocation
POJOResourceFactory(Class<?>) - Constructor for class org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory
 
POJOResourceFactory(ResourceClass) - Constructor for class org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory
 
policy - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
poll(AsyncResponse) - Method in class org.jboss.resteasy.example.pubsub.Subscriber
 
pop() - Static method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
pop() - Method in class org.jboss.resteasy.util.ThreadLocalStack
 
popBody() - Static method in class org.jboss.resteasy.core.MessageBodyParameterInjector
 
popContextData(Class<T>) - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
popMatchedPath() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
populateMap(Class, ResteasyProviderFactory) - Method in class org.jboss.resteasy.client.core.marshallers.FormMarshaller
 
populateMap(Class, ClientConfiguration) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
 
populateMap(Class<?>, ResteasyProviderFactory) - Method in class org.jboss.resteasy.core.PropertyInjectorImpl
 
populatePathParams(HttpRequest, Matcher, String) - Method in class org.jboss.resteasy.core.registry.MethodExpression
 
PORT - Static variable in class Acme.Serve.SSLAcceptor
default SSL port
port(int) - Method in class javax.ws.rs.core.UriBuilder
Set the URI port.
port - Variable in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
port - Variable in class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
 
port(int) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
post(Entity<?>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP POST method for the current request asynchronously.
post(Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
post(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP POST method for the current request synchronously.
POST - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP POST method.
POST - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP POST requests.
post() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
post(Class<T>) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
post(Class<T>, Type) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
post(GenericType) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
post(Entity<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
post(Entity<?>, Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
post(Entity<?>, GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
post(Entity<?>, InvocationCallback<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
post(Entity<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
post(Entity<?>, Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
post(Entity<?>, GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
post(MediaType, byte[]) - Method in class org.jboss.resteasy.example.pubsub.Subscriber
 
post(HttpHeaders, byte[]) - Method in class org.jboss.resteasy.example.pubsub.SubscriptionResource
 
post(String) - Static method in class org.jboss.resteasy.mock.MockHttpRequest
 
post() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
postConstruct(T) - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
postEntity(String, String, Object) - Method in class org.jboss.resteasy.spi.InternalDispatcher
 
postEntity(String, Object) - Method in class org.jboss.resteasy.spi.InternalDispatcher
 
postJob(HttpRequest, HttpResponse, ResourceInvoker) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
 
postMatch(Class, AccessibleObject) - Method in class org.jboss.resteasy.core.interception.ContainerRequestFilterRegistry
 
postMatch(Class, AccessibleObject) - Method in interface org.jboss.resteasy.core.interception.InterceptorRegistry.InterceptorFactory
Deprecated.
 
postMatch(Class, AccessibleObject) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry.PerMethodInterceptorFactory
Deprecated.
 
postMatch(Class, AccessibleObject) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry.SingletonInterceptorFactory
Deprecated.
 
postMatch(Class, AccessibleObject) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
postMatch(Class, AccessibleObject) - Method in interface org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.InterceptorFactory
 
postMatch(Class, AccessibleObject) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
PostMatchContainerRequestContext - Class in org.jboss.resteasy.core.interception
 
PostMatchContainerRequestContext(HttpRequest, ResourceMethodInvoker) - Constructor for class org.jboss.resteasy.core.interception.PostMatchContainerRequestContext
 
postProcess(ServerResponse) - Method in interface org.jboss.resteasy.spi.interception.PostProcessInterceptor
Deprecated.
 
postProcessAfterInitialization(Object, String) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor.ResteasyBeanPostProcessor
This method is invoked after postProcessBeanFactory.
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
This method keeps track of @Provider and resources for future use.
postProcessBeforeInitialization(Object, String) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor.ResteasyBeanPostProcessor
 
PostProcessInterceptor - Interface in org.jboss.resteasy.spi.interception
Deprecated. 
PostResourceMethod - Class in org.jboss.resteasy.plugins.stats
 
PostResourceMethod() - Constructor for class org.jboss.resteasy.plugins.stats.PostResourceMethod
 
postTarget(Class<T>) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
potentials(String, int, List<ClassExpression>) - Method in class org.jboss.resteasy.core.registry.ClassNode
 
potentials(String, int, List<MethodExpression>) - Method in class org.jboss.resteasy.core.registry.SegmentNode
 
PRAGMA - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
Precedence - Annotation Type in org.jboss.resteasy.annotations.interception
 
precedence - Variable in class org.jboss.resteasy.core.interception.ContainerRequestFilterRegistry
 
precedence - Variable in class org.jboss.resteasy.core.interception.ContainerResponseFilterRegistry
 
precedence - Variable in class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
Deprecated.
 
precedence - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
 
precedence - Variable in class org.jboss.resteasy.core.interception.ReaderInterceptorRegistry
 
precedence - Variable in class org.jboss.resteasy.core.interception.WriterInterceptorRegistry
 
precedence - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
PRECEDENCE_STRING - Static variable in annotation type org.jboss.resteasy.annotations.interception.DecoderPrecedence
 
PRECEDENCE_STRING - Static variable in annotation type org.jboss.resteasy.annotations.interception.EncoderPrecedence
 
PRECEDENCE_STRING - Static variable in annotation type org.jboss.resteasy.annotations.interception.HeaderDecoratorPrecedence
 
PRECEDENCE_STRING - Static variable in annotation type org.jboss.resteasy.annotations.interception.RedirectPrecedence
 
PRECEDENCE_STRING - Static variable in annotation type org.jboss.resteasy.annotations.interception.SecurityPrecedence
 
precedenceList - Variable in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
precedenceList - Variable in class org.jboss.resteasy.core.interception.LegacyPrecedence
 
precedenceOrder - Variable in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
precedenceOrder - Variable in class org.jboss.resteasy.core.interception.LegacyPrecedence
 
preDestroy(T) - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
prefixClientInterceptorsTo(ClientInterceptorRepositoryImpl) - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
PrefixedFormFieldsHttpRequest - Class in org.jboss.resteasy.util
 
PrefixedFormFieldsHttpRequest(String, HttpRequest) - Constructor for class org.jboss.resteasy.util.PrefixedFormFieldsHttpRequest
 
PrefixedFormInjector - Class in org.jboss.resteasy.core
Extension of FormInjector that handles prefixes for associated classes.
PrefixedFormInjector(Class, String, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.PrefixedFormInjector
Constructor setting the prefix.
PrefixedMultivaluedMap<V> - Class in org.jboss.resteasy.util
MultivaluedMap implementation that wraps another instance and only returns values that are prefixed with the given #prefix.
PrefixedMultivaluedMap(String, MultivaluedMap<String, V>) - Constructor for class org.jboss.resteasy.util.PrefixedMultivaluedMap
Constructor setting the prefix and the delegate.
preflight(String, ContainerRequestContext) - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
preMatch() - Method in interface org.jboss.resteasy.core.interception.InterceptorRegistry.InterceptorFactory
Deprecated.
 
preMatch() - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry.PerMethodInterceptorFactory
Deprecated.
 
preMatch() - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry.SingletonInterceptorFactory
Deprecated.
 
preMatch() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
preMatch() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
 
preMatch() - Method in interface org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.InterceptorFactory
 
preMatch() - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
PreMatchContainerRequestContext - Class in org.jboss.resteasy.core.interception
 
PreMatchContainerRequestContext(HttpRequest) - Constructor for class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
PreMatching - Annotation Type in javax.ws.rs.container
Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.
preprocess(HttpRequest) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
preprocess(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
Call pre-process ContainerRequestFilters
preProcess(HttpRequest) - Method in interface org.jboss.resteasy.spi.HttpRequestPreprocessor
 
preProcess(HttpRequest, ResourceMethodInvoker) - Method in interface org.jboss.resteasy.spi.interception.PreProcessInterceptor
Deprecated.
Preprocess resource method invocation
preProcessedPath - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
PreProcessInterceptor - Interface in org.jboss.resteasy.spi.interception
Deprecated. 
preProcessRequest(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSRequestPreProcessor
 
PrettyProcessor - Class in org.jboss.resteasy.plugins.providers.jaxb
 
PrettyProcessor() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.PrettyProcessor
 
principal - Variable in class org.jboss.resteasy.jwt.JsonWebToken
 
principal(String) - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
principal - Variable in class org.jboss.resteasy.plugins.server.netty.NettySecurityContext
 
principal(String) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
print(String) - Method in class Acme.Serve.Serve.ServeOutputStream
 
printStackTrace() - Method in exception org.jboss.resteasy.core.ExceptionAdapter
FIXME Comment this
printStackTrace(PrintStream) - Method in exception org.jboss.resteasy.core.ExceptionAdapter
FIXME Comment this
printStackTrace(PrintWriter) - Method in exception org.jboss.resteasy.core.ExceptionAdapter
FIXME Comment this
Priorities - Class in javax.ws.rs
A collection of built-in priority constants for the JAX-RS components that are supposed to be ordered based on their javax.annotation.Priority class-level annotation value when used or applied by JAX-RS runtime.
Priority - Annotation Type in javax.annotation
Replaces @Priority from previous spec version.
privateCache - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
privateKey - Variable in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
privateKey - Variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
privateKey - Variable in class org.jboss.resteasy.security.smime.SignedOutput
 
privateKey - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
privateKeyPem - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
proceed() - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Proceed to the next interceptor in the chain.
proceed() - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Proceed to the next interceptor in the chain.
proceed() - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
proceed() - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
proceed() - Method in class org.jboss.resteasy.core.interception.ClientExecutionContextImpl
Deprecated.
 
proceed() - Method in interface org.jboss.resteasy.spi.interception.ClientExecutionContext
Deprecated.
 
proceed() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
proceed() - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
process(ClientInvocationBuilder, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
 
process(FormProcessor.Process, Object, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.FormProcessor
 
process(ClientInvocationBuilder, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.AbstractInvocationCollectionProcessor
 
process(ClientInvocationBuilder, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.CookieParamProcessor
 
process(ClientInvocationBuilder, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.MessageBodyParameterProcessor
 
process(ClientInvocationBuilder, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.URIParamProcessor
 
process(ClientInvocationBuilder, Object) - Method in interface org.jboss.resteasy.client.jaxrs.internal.proxy.processors.InvocationProcessor
 
process(long, String, boolean) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
 
processApplication(Application) - Method in class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
processApplication(Application) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
processBean(ConfigurableListableBeanFactory, List<String>, String, BeanDefinition) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
process a single @Provider or a single resource.
processDeclaredFields(ResourceBuilder.ResourceClassBuilder, Class<?>) - Static method in class org.jboss.resteasy.spi.metadata.ResourceBuilder
 
processDeclaredSetters(ResourceBuilder.ResourceClassBuilder, Class<?>, Set<Long>) - Static method in class org.jboss.resteasy.spi.metadata.ResourceBuilder
 
processFields(ResourceBuilder.ResourceClassBuilder, Class<?>) - Static method in class org.jboss.resteasy.spi.metadata.ResourceBuilder
 
ProcessingException - Exception in javax.ws.rs
A base JAX-RS runtime processing exception.
ProcessingException(Throwable) - Constructor for exception javax.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ProcessingException(String, Throwable) - Constructor for exception javax.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message and cause.
ProcessingException(String) - Constructor for exception javax.ws.rs.ProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message.
processInjector(Injector) - Method in class org.jboss.resteasy.plugins.guice.ModuleProcessor
 
processJndiComponentResources(String) - Method in class org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
 
processJndiResources(String) - Method in class org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
 
processMetaData(Class<?>, Annotation[], boolean) - Method in class org.jboss.resteasy.jsapi.MethodMetaData
 
processMethod(ResourceLocator) - Method in class org.jboss.resteasy.core.LocatorRegistry
 
processMethod(ResourceFactory, String, ResourceLocator) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
processMethod(boolean, ResourceBuilder.ResourceClassBuilder, Class<?>, Method) - Static method in class org.jboss.resteasy.spi.metadata.ResourceBuilder
 
processor - Variable in class org.jboss.resteasy.specimpl.BuiltResponse
 
ProcessorFactory - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors
 
ProcessorFactory() - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.ProcessorFactory
 
processors - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
processPath() - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
processResources(String) - Method in class org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
 
processScannedJndiComponentResources(String) - Method in class org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
 
processSetters(ResourceBuilder.ResourceClassBuilder, Class<?>) - Static method in class org.jboss.resteasy.spi.metadata.ResourceBuilder
 
processUnwrapped(String) - Method in class org.jboss.resteasy.plugins.server.servlet.ConfigurationBootstrap
 
processWithSecureProcessing(Unmarshaller, InputStream, String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
produce(CreationalContext<T>) - Method in class org.jboss.resteasy.cdi.JaxrsInjectionTarget
 
Produces - Annotation Type in javax.ws.rs
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce.
produces(MediaType...) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
produces(String...) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
produces - Variable in class org.jboss.resteasy.spi.metadata.ResourceMethod
 
ProductDatabaseClient - Class in org.jboss.resteasy.example.oauth
 
ProductDatabaseClient() - Constructor for class org.jboss.resteasy.example.oauth.ProductDatabaseClient
 
ProductService - Class in org.jboss.resteasy.example.oauth
 
ProductService() - Constructor for class org.jboss.resteasy.example.oauth.ProductService
 
Project - Class in org.jboss.resteasy.keystone.model
 
Project() - Constructor for class org.jboss.resteasy.keystone.model.Project
 
projectCacheId(String) - Static method in class org.jboss.resteasy.keystone.server.ProjectsService
 
projectId - Variable in class org.jboss.resteasy.keystone.as7.SignedSkeletonKeyStoneLoginModule
 
projectId - Variable in class org.jboss.resteasy.keystone.as7.SkeletonKeyStoneLoginModule
 
projects() - Method in interface org.jboss.resteasy.keystone.client.SkeletonKeyAdminClient
 
Projects - Class in org.jboss.resteasy.keystone.model
 
Projects() - Constructor for class org.jboss.resteasy.keystone.model.Projects
 
projects - Variable in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
ProjectsResource - Interface in org.jboss.resteasy.keystone.client
 
ProjectsService - Class in org.jboss.resteasy.keystone.server
 
ProjectsService(Cache, UsersService, RolesService) - Constructor for class org.jboss.resteasy.keystone.server.ProjectsService
 
propagateToken - Variable in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
properties - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
properties - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
properties - Variable in class org.jboss.resteasy.core.interception.ClientReaderInterceptorContext
 
properties - Variable in class org.jboss.resteasy.core.interception.ClientWriterInterceptorContext
 
properties - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
property(String, Object) - Method in interface javax.ws.rs.client.Invocation.Builder
Set a new property in the context of a request represented by this invocation builder.
property(String, Object) - Method in interface javax.ws.rs.client.Invocation
Set a new property in the context of a request represented by this invocation.
property(String, Object) - Method in interface javax.ws.rs.core.Configurable
Set the new configuration property, if already set, the existing value of the property will be updated.
property(String, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
property(String, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
property(String, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
property(String, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
property(String, Object) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
property(String, Object) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
property(String, Object) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
property(String, Object) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
property(String, Object) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
property(String, Object) - Method in class org.jboss.resteasy.util.FeatureContextDelegate
 
propertyInjector - Variable in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
PropertyInjector - Interface in org.jboss.resteasy.spi
 
PropertyInjectorImpl - Class in org.jboss.resteasy.core
 
PropertyInjectorImpl(Class<?>, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.PropertyInjectorImpl
 
props - Variable in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
ProtectedResource - Class in org.jboss.resteasy.test.smoke
 
ProtectedResource() - Constructor for class org.jboss.resteasy.test.smoke.ProtectedResource
 
protocol - Static variable in class Acme.Serve.SSLAcceptor
SSL protocol variant to use.
PROTOCOL_HANDLER - Static variable in class Acme.Serve.SSLAcceptor
 
PROTOCOL_PACKAGES - Static variable in class Acme.Serve.SSLAcceptor
The name of the system property containing a "|" delimited list of protocol handler packages.
Provider - Annotation Type in javax.ws.rs.ext
Marks an implementation of an extension interface that should be discoverable by JAX-RS runtime during a provider scanning phase.
providerClasses - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
providerClasses - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
providerFactory - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
providerFactory - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
providerFactory - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
providerFactory - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
providerFactory - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
providerFactory(ResteasyProviderFactory) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
Changing the providerFactory will wipe clean any registered components or properties.
providerFactory(ResteasyProviderFactory) - Method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
 
providerFactory - Variable in class org.jboss.resteasy.core.ExceptionHandler
 
providerFactory - Variable in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
providerFactory - Variable in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
providerFactory - Variable in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
providerFactory - Variable in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
providerFactory - Variable in class org.jboss.resteasy.core.LocatorRegistry
 
providerFactory - Variable in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
providerFactory - Variable in class org.jboss.resteasy.core.ResourceMethodRegistry
 
providerFactory - Variable in class org.jboss.resteasy.core.SynchronousDispatcher
 
providerFactory - Variable in class org.jboss.resteasy.plugins.server.netty.RequestDispatcher
 
providerFactory - Variable in class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
providerFactory - Variable in class org.jboss.resteasy.plugins.server.sun.http.ResteasyHttpHandler
 
providerFactory - Variable in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
providerFactory - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
ProviderFactoryDelegate - Interface in org.jboss.resteasy.spi
 
ProviderHelper - Class in org.jboss.resteasy.plugins.providers
A utility class to provide supporting functionality to various entity providers.
providerInstances - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
providerNames - Variable in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
Providers - Interface in javax.ws.rs.ext
An injectable interface providing runtime lookup of provider instances.
providers - Variable in class org.jboss.resteasy.plugins.providers.atom.AtomEntryProvider
 
providers - Variable in class org.jboss.resteasy.plugins.providers.atom.AtomFeedProvider
 
providers - Variable in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
The Providers used to retrieve the Jackson2JsonpInterceptor.objectMapper from.
providers - Variable in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
The Providers used to retrieve the JacksonJsonpInterceptor.objectMapper from.
providers - Variable in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBContextFinder
 
providers - Variable in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
providers - Variable in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
providers - Variable in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
providers - Variable in class org.jboss.resteasy.security.smime.EnvelopedWriter
 
providers - Variable in class org.jboss.resteasy.security.smime.MultipartSignedWriter
 
providers - Variable in class org.jboss.resteasy.security.smime.PKCS7SignatureTextWriter
 
providers - Variable in class org.jboss.resteasy.security.smime.PKCS7SignatureWriter
 
providers - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
providers - Variable in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
providers - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
proxy(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
proxy(Class<T>, WebTarget, ProxyConfig) - Static method in class org.jboss.resteasy.client.jaxrs.ProxyBuilder
 
proxy(Class<T>) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
PROXY_AUTHENTICATE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
proxyBuilder(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
ProxyBuilder<T> - Class in org.jboss.resteasy.client.jaxrs
 
proxyBuilder(Class<T>) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
ProxyBuilder<T> - Class in org.jboss.resteasy.client
Deprecated. 
ProxyConfig - Class in org.jboss.resteasy.client.jaxrs
 
ProxyConfig(ClassLoader, MediaType, MediaType) - Constructor for class org.jboss.resteasy.client.jaxrs.ProxyConfig
 
ProxyConfig - Class in org.jboss.resteasy.client
Deprecated. 
ProxyConfig(ClassLoader, ClientExecutor, ResteasyProviderFactory, EntityExtractorFactory, Map<String, Object>, MediaType, MediaType) - Constructor for class org.jboss.resteasy.client.ProxyConfig
Deprecated.
 
ProxyFactory - Class in org.jboss.resteasy.client
Deprecated. 
ProxyFactory() - Constructor for class org.jboss.resteasy.client.ProxyFactory
Deprecated.
 
publicCache - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
publicKey - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
publicKey - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
publicKeyPem - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
publicKeyPem - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
PublishedRealmRepresentation - Class in org.jboss.resteasy.skeleton.key.representations.idm
 
PublishedRealmRepresentation() - Constructor for class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
publishRealmInfoHtml(Request, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
PubSubApplication - Class in org.jboss.resteasy.example.pubsub
 
PubSubApplication() - Constructor for class org.jboss.resteasy.example.pubsub.PubSubApplication
 
push(ResteasyProviderFactory) - Static method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
push(T) - Method in class org.jboss.resteasy.util.ThreadLocalStack
 
pushBody(Object) - Static method in class org.jboss.resteasy.core.MessageBodyParameterInjector
 
pushContext(Class<T>, T) - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
pushContextDataMap(Map<Class<?>, Object>) - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
pushContextObjects(HttpRequest, HttpResponse) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
pushCurrentResource(Object) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
pushMatchedPath(String) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
pushMatchedURI(String) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
put(String, Object) - Method in class Acme.Serve.Serve.PathTreeDictionary
 
put(byte[], int, int) - Method in class Acme.Utils.SimpleBuffer
 
put(Object, Object) - Method in class Acme.WildcardDictionary
 
put(Entity<?>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>, InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP PUT method for the current request asynchronously.
put(Entity<?>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(Entity<?>, GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP PUT method for the current request synchronously.
put(K, List<V>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
PUT - Static variable in annotation type javax.ws.rs.HttpMethod
HTTP PUT method.
PUT - Annotation Type in javax.ws.rs
Indicates that the annotated method responds to HTTP PUT requests.
put(String, MediaType, MultivaluedMap<String, String>, byte[], int, String, String) - Method in interface org.jboss.resteasy.client.cache.BrowserCache
Deprecated.
 
put(String, MediaType, MultivaluedMap<String, String>, byte[], int, String, String) - Method in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
put(CacheEntry) - Method in class org.jboss.resteasy.client.cache.MapCache
Deprecated.
 
put(String, MediaType, MultivaluedMap<String, String>, byte[], int, String, String) - Method in class org.jboss.resteasy.client.cache.MapCache
Deprecated.
 
put() - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
put(Class<T>) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
put(Class<T>, Type) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
put(GenericType) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
put(String, MediaType, MultivaluedMap<String, String>, byte[], int, String, String) - Method in interface org.jboss.resteasy.client.jaxrs.cache.BrowserCache
 
put(String, MediaType, MultivaluedMap<String, String>, byte[], int, String, String) - Method in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
put(CacheEntry) - Method in class org.jboss.resteasy.client.jaxrs.cache.MapCache
 
put(String, MediaType, MultivaluedMap<String, String>, byte[], int, String, String) - Method in class org.jboss.resteasy.client.jaxrs.cache.MapCache
 
put(Entity<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
put(Entity<?>, Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
put(Entity<?>, GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
put(Entity<?>, InvocationCallback<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
put(Entity<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
put(Entity<?>, Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
put(Entity<?>, GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
put(String) - Static method in class org.jboss.resteasy.mock.MockHttpRequest
 
put(String, List<Object>) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
put(K, List<V>) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
put() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodBuilder
 
put(K, List<V>) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
putAll(Map<? extends String, ? extends List<Object>>) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
putEntity(String, String, Object) - Method in class org.jboss.resteasy.spi.InternalDispatcher
 
putEntity(String, Object) - Method in class org.jboss.resteasy.spi.InternalDispatcher
 
PutResourceMethod - Class in org.jboss.resteasy.plugins.stats
 
PutResourceMethod() - Constructor for class org.jboss.resteasy.plugins.stats.PutResourceMethod
 
putSingle(K, V) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
Set the value for the key to be a one item list consisting of the supplied value.
putSingle(K, V) - Method in interface javax.ws.rs.core.MultivaluedMap
Set the key's value to be a one item list consisting of the supplied value.
putSingle(String, Object) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
putSingle(K, V) - Method in class org.jboss.resteasy.specimpl.MultivaluedMapImpl
 
putSingle(K, V) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
putSingle(K, V) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
putValue(String, Object) - Method in class Acme.Serve.Serve.AcmeSession
 

Q

q - Variable in class org.jboss.resteasy.core.registry.SegmentNode.SortFactor
 
qs - Variable in class org.jboss.resteasy.core.registry.SegmentNode.SortFactor
 
QualityValue - Class in org.jboss.resteasy.core.request
 
QUERY - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
query = pchar / "/" / "?"
query(String) - Method in interface org.jboss.resteasy.keystone.client.ProjectsResource
 
QUERY - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
QUERY - Static variable in class org.jboss.resteasy.util.URLUtils
query = pchar / "/" / "?"
queryParam(String, Object...) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by configuring a query parameter on the URI of the current target instance.
queryParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Append a query parameter to the existing set of query parameters.
QueryParam - Annotation Type in javax.ws.rs
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.
queryParam(String, Object...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
queryParam(String, Object...) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
queryParam(String, Object...) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
queryParam(String) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
queryParameter(String, Object) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
queryParameters - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
QueryParamInjector - Class in org.jboss.resteasy.core
 
QueryParamInjector(Class, Type, AccessibleObject, String, String, boolean, Annotation[], ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.QueryParamInjector
 
QueryParamMarshaller - Class in org.jboss.resteasy.client.core.marshallers
 
QueryParamMarshaller(String) - Constructor for class org.jboss.resteasy.client.core.marshallers.QueryParamMarshaller
 
queryParamNoTemplate(String, Object...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
queryParamNoTemplate(String, Object...) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
Will encode any '{}' characters and not treat them as template parameters
QueryParamProcessor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget
 
QueryParamProcessor(String) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.webtarget.QueryParamProcessor
 
queryParams(MultivaluedMap<String, Object>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
queryParams(MultivaluedMap<String, Object>) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
queryParamsNoTemplate(MultivaluedMap<String, Object>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
queryParamsNoTemplate(MultivaluedMap<String, Object>) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
Will encode any '{}' characters and not treat them as template parameters
queue - Variable in class org.jboss.resteasy.example.pubsub.Subscriber
 
quote(StringBuilder, String) - Method in class org.jboss.resteasy.plugins.delegates.NewCookieHeaderDelegate
 
quoted(String) - Static method in class org.jboss.resteasy.plugins.delegates.MediaTypeHeaderDelegate
 

R

RANGE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
read() - Method in class Acme.Serve.Serve.ServeInputStream
 
read(byte[]) - Method in class Acme.Serve.Serve.ServeInputStream
 
read(byte[], int, int) - Method in class Acme.Serve.Serve.ServeInputStream
 
read() - Method in class org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream
 
read(byte[], int, int) - Method in class org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream
 
read(byte[]) - Method in class org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream
 
read(Class<T>, String, String) - Static method in class org.jboss.resteasy.core.messagebody.ReaderUtility
 
read(Class<T>, String, byte[]) - Static method in class org.jboss.resteasy.core.messagebody.ReaderUtility
 
read(Class<T>, MediaType, byte[]) - Static method in class org.jboss.resteasy.core.messagebody.ReaderUtility
 
read(Class<T>, MediaType, InputStream) - Static method in class org.jboss.resteasy.core.messagebody.ReaderUtility
 
read(MessageBodyReaderContext) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderInterceptor
Deprecated.
 
read() - Method in class org.jboss.resteasy.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.jboss.resteasy.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read() - Method in class org.jboss.resteasy.util.InputStreamToByteArray
 
read(byte[]) - Method in class org.jboss.resteasy.util.InputStreamToByteArray
 
read(byte[], int, int) - Method in class org.jboss.resteasy.util.InputStreamToByteArray
 
read() - Method in class org.jboss.resteasy.util.NoContentInputStreamDelegate
 
read(byte[]) - Method in class org.jboss.resteasy.util.NoContentInputStreamDelegate
 
read(byte[], int, int) - Method in class org.jboss.resteasy.util.NoContentInputStreamDelegate
 
readAndRemove(long, String) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
 
readContent(Class<T>) - Method in class org.jboss.resteasy.jose.jwe.JWEInput.ContentReader
Defaults to '*' if there is no cty header
readContent(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.jose.jwe.JWEInput.ContentReader
 
readContent(Class<T>) - Method in class org.jboss.resteasy.jose.jws.JWSInput
 
readContent(Class<?>, Type, Annotation[], MediaType) - Method in class org.jboss.resteasy.jose.jws.JWSInput
 
readDataSource(InputStream, MediaType) - Static method in class org.jboss.resteasy.plugins.providers.DataSourceProvider
 
readDataSource(InputStream, MediaType) - Static method in class org.jboss.resteasy.plugins.providers.multipart.MimeMultipartProvider
 
readEntity(Class<T>) - Method in class javax.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>) - Method in class javax.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(Class<T>, Annotation[]) - Method in class javax.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(GenericType<T>, Annotation[]) - Method in class javax.ws.rs.core.Response
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the message entity stream onto the requested type.
readEntity(Class<T>) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
readEntity(GenericType<T>) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
readEntity(Class<T>, Annotation[]) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
readEntity(GenericType<T>, Annotation[]) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
readEntity(Class<T>, Type, Annotation[]) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
readEntity(Class<T>, Annotation[]) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
readEntity(GenericType<T>, Annotation[]) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
readEntity(Class<T>) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
readEntity(GenericType<T>) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
readEntity(Class<T>, Type, Annotation[]) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
readerClass - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory.SortedKey
 
ReaderException - Exception in org.jboss.resteasy.spi
Any exception thrown by a MessageBodyReader chain that is not an instance of a ReaderException is caught internally by the Resteasy runtime and wrapped with an instance of ReaderException.
ReaderException(String, Response) - Constructor for exception org.jboss.resteasy.spi.ReaderException
 
ReaderException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.ReaderException
 
ReaderException(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.ReaderException
 
ReaderException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.ReaderException
 
ReaderException(Throwable) - Constructor for exception org.jboss.resteasy.spi.ReaderException
 
ReaderException(String) - Constructor for exception org.jboss.resteasy.spi.ReaderException
 
ReaderException(int) - Constructor for exception org.jboss.resteasy.spi.ReaderException
 
ReaderException(String, int) - Constructor for exception org.jboss.resteasy.spi.ReaderException
 
ReaderException(String, Throwable, int) - Constructor for exception org.jboss.resteasy.spi.ReaderException
 
ReaderException(Throwable, int) - Constructor for exception org.jboss.resteasy.spi.ReaderException
 
ReaderInterceptor - Interface in javax.ws.rs.ext
ReaderInterceptorContext - Interface in javax.ws.rs.ext
Context class used by ReaderInterceptor to intercept calls to (@link javax.ws.rs.ext.MessageBodyReader#readFrom}.
ReaderInterceptorRegistry - Class in org.jboss.resteasy.core.interception
 
ReaderInterceptorRegistry(ResteasyProviderFactory, LegacyPrecedence) - Constructor for class org.jboss.resteasy.core.interception.ReaderInterceptorRegistry
 
ReaderInterceptorRegistry.ReaderInterceptorFacade - Class in org.jboss.resteasy.core.interception
 
ReaderInterceptorRegistry.ReaderInterceptorFacade(MessageBodyReaderInterceptor) - Constructor for class org.jboss.resteasy.core.interception.ReaderInterceptorRegistry.ReaderInterceptorFacade
 
readerInterceptors - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
ReaderProvider - Class in org.jboss.resteasy.plugins.providers
 
ReaderProvider() - Constructor for class org.jboss.resteasy.plugins.providers.ReaderProvider
 
ReaderUtility - Class in org.jboss.resteasy.core.messagebody
Utility for accessing RESTEasy's MessageBodyReader setup
ReaderUtility() - Constructor for class org.jboss.resteasy.core.messagebody.ReaderUtility
 
ReaderUtility(ResteasyProviderFactory, ReaderInterceptor[]) - Constructor for class org.jboss.resteasy.core.messagebody.ReaderUtility
 
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in interface javax.ws.rs.ext.MessageBodyReader
Read a type from the InputStream.
readFrom(Class<T2>, Type, MediaType, Annotation[]) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
readFrom(Class<T>, Type, MediaType, Annotation[]) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
readFrom(MessageBodyReader) - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
readFrom(MessageBodyReader) - Method in class org.jboss.resteasy.core.interception.ServerReaderInterceptorContext
 
readFrom(Class<Entry>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomEntryProvider
 
readFrom(Class<Feed>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomFeedProvider
 
readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.ByteArrayProvider
 
readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.DataSourceProvider
FIXME Comment this
readFrom(Class, Type, Annotation[], MediaType, MultivaluedMap, InputStream) - Method in class org.jboss.resteasy.plugins.providers.DefaultTextPlain
 
readFrom(Class<Document>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.DocumentProvider
 
readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.FileProvider
 
readFrom(Class<MultivaluedMap>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider
 
readFrom(Class<IIOImage>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.IIOImageProvider
 
readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.InputStreamProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
 
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
readFrom(Class<JAXBElement<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
readFrom(Class<Form>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.JaxrsFormProvider
 
readFrom(Class<JsonArray>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonArrayProvider
 
readFrom(Class<JsonObject>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonObjectProvider
 
readFrom(Class<JsonStructure>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonStructureProvider
 
readFrom(Class<List<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.ListMultipartReader
 
readFrom(Class<Map<?, ?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MapMultipartFormDataReader
 
readFrom(Class<MimeMultipart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MimeMultipartProvider
FIXME Comment this
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationReader
 
readFrom(Class<MultipartFormDataInput>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataReader
 
readFrom(Class<MultipartInput>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartReader
 
readFrom(Class<MultipartRelatedInput>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedReader
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream, MultipartRelatedInput) - Method in class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedJAXBProvider
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedReader
 
readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.ReaderProvider
 
readFrom(Class<Serializable>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.SerializableProvider
 
readFrom(Class<MultivaluedMap>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider
 
readFrom(Class<Source>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.SourceProvider
 
readFrom(Class<String>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.StringTextStar
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.plugins.providers.YamlProvider
 
readFrom(Class<EnvelopedInput>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.security.smime.EnvelopedReader
 
readFrom(Class<SignedInput>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.security.smime.MultipartSignedReader
 
readFrom(Class<PKCS7SignatureInput>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureReader
 
readFrom(Class<StringBean>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.jboss.resteasy.test.async.callback.StringBeanEntityProvider
 
readFromFile(File) - Static method in class org.jboss.resteasy.test.async.callback.JaxrsUtil
 
readFromReader(Reader) - Static method in class org.jboss.resteasy.test.async.callback.JaxrsUtil
 
readFromStream(InputStream) - Static method in class org.jboss.resteasy.test.async.callback.JaxrsUtil
 
ReadFromStream - Class in org.jboss.resteasy.util
 
ReadFromStream() - Constructor for class org.jboss.resteasy.util.ReadFromStream
 
readFromStream(int, InputStream) - Static method in class org.jboss.resteasy.util.ReadFromStream
Stuff the contents of a InputStream into a byte buffer.
readImage(InputStream, ImageReader, int) - Static method in class org.jboss.resteasy.plugins.providers.IIOImageProviderHelper
FIXME Comment this
readLine(int) - Method in class Acme.Serve.Serve.ServeInputStream
Read a line ended by CRLF, used internally only for reading headers.
readMessage(HttpServletRequest) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
Reads an OAuthMessage from an HTTP Servlet Request.
readString(InputStream) - Static method in class org.jboss.resteasy.plugins.providers.ProviderHelper
 
readString(InputStream, MediaType) - Static method in class org.jboss.resteasy.plugins.providers.ProviderHelper
 
readString(InputStream) - Method in class org.jboss.resteasy.test.BaseResourceTest
 
realm - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
realm - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
Realm - Class in org.jboss.resteasy.skeleton.key.idm.model.data
 
Realm() - Constructor for class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
realm - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
realm - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
realm - Variable in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
Realm - Static variable in class org.jboss.resteasy.test.smoke.MyProvider
 
realmAccess - Variable in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
realmConfiguration - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
RealmConfiguration - Class in org.jboss.resteasy.skeleton.key
 
RealmConfiguration() - Constructor for class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
RealmFactory - Class in org.jboss.resteasy.skeleton.key.idm.service
 
RealmFactory(IdentityManager) - Constructor for class org.jboss.resteasy.skeleton.key.idm.service.RealmFactory
 
realmInfo - Variable in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
realmKey - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
realmKey(Realm) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
realmKey - Variable in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
realmKeyAlias - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
realmKeyStore - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
realmKeystorePassword - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
realmPrivateKey - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
realmPrivateKey - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
realmPrivateKeyPassword - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
realmPublicKey - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
realmPublicKey - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
realmPublicKeyPem - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
realmRep(Realm, UriInfo) - Static method in class org.jboss.resteasy.skeleton.key.idm.service.RealmResource
 
RealmRepresentation - Class in org.jboss.resteasy.skeleton.key.representations.idm
 
RealmRepresentation() - Constructor for class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
RealmResource - Class in org.jboss.resteasy.skeleton.key.idm.service
 
RealmResource(IdentityManager) - Constructor for class org.jboss.resteasy.skeleton.key.idm.service.RealmResource
 
realms - Variable in class Acme.Serve.Serve
 
recalculateOrder() - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
recoverEnclosedCurlyBraces(String) - Static method in class org.jboss.resteasy.util.PathHelper
 
Redirect - Class in org.jboss.resteasy.plugins.providers.html
 
Redirect(URI) - Constructor for class org.jboss.resteasy.plugins.providers.html.Redirect
 
Redirect(String) - Constructor for class org.jboss.resteasy.plugins.providers.html.Redirect
 
redirect - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
redirect(UriInfo, String) - Method in class org.jboss.resteasy.skeleton.key.jaxrs.JaxrsOAuthClient
 
redirect(String, HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.servlet.ServletOAuthClient
Start the process of obtaining an access token by redirecting the browser to the authentication server
redirectAccessCode(boolean, Response, String, String, String, GenericPrincipal) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
RedirectionException - Exception in javax.ws.rs
A runtime application exception indicating a request redirection (HTTP 3xx status codes).
RedirectionException(Response.Status, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, Response.Status, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(int, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, int, URI) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(Response) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
RedirectionException(String, Response) - Constructor for exception javax.ws.rs.RedirectionException
Construct a new redirection exception.
redirectPort - Variable in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
RedirectPrecedence - Annotation Type in org.jboss.resteasy.annotations.interception
Should be placed on a PreProcessInterceptor.
redirectRelative(String, HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.servlet.ServletOAuthClient
Start the process of obtaining an access token by redirecting the browser to the authentication server
redirectToWelcomePage(Request, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
REFERER - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
refreshToken - Variable in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
regex - Variable in class org.jboss.resteasy.core.registry.Expression
 
register(Class<?>) - Method in interface javax.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback class to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Class<?>, Class<?>...) - Method in interface javax.ws.rs.container.AsyncResponse
Register asynchronous processing lifecycle callback classes to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Object) - Method in interface javax.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback instance to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Object, Object...) - Method in interface javax.ws.rs.container.AsyncResponse
Register an asynchronous processing lifecycle callback instances to receive lifecycle events for the asynchronous response based on the implemented callback interfaces.
register(Class<?>) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, int) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, Class<?>...) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>, Map<Class<?>, Integer>) - Method in interface javax.ws.rs.core.Configurable
Register a class of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, int) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, Class<?>...) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Object, Map<Class<?>, Integer>) - Method in interface javax.ws.rs.core.Configurable
Register an instance of a custom JAX-RS component (such as an extension provider or a feature meta-provider) to be instantiated and used in the scope of this configurable context.
register(Class<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
register(Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
register(Class<?>, int) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
register(Object, int) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
register(Class<?>, Class<?>...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
register(Object, Class<?>...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
register(Object, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
register(Class<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
register(Class<?>, int) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
register(Class<?>, Class<?>...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
register(Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
register(Object, int) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
register(Object, Class<?>...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
register(Object, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
register(Class<?>) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
register(Class<?>, int) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
register(Class<?>, Class<?>...) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
register(Object) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
register(Object, int) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
register(Object, Class<?>...) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
register(Object, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
register(Class<?>) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
register(Class<?>, int) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
register(Class<?>, Class<?>...) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
register(Object) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
register(Object, int) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
register(Object, Class<?>...) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
register(Object, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
register(Class<?>) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
register(Class<?>, int) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
register(Class<?>, Class<?>...) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
register(Class<?>, Map<Class<?>, Integer>) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
register(Object) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
register(Object, int) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
register(Object, Class<?>...) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
register(Object, Map<Class<?>, Integer>) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
register(Class<?>) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
register(Object) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
register(Class<?>, Class<?>...) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
register(Object, Object...) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
register(Class<? extends T>) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
register(T) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry
Deprecated.
 
register(JaxrsInterceptorRegistry.InterceptorFactory) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
register(ResourceClass) - Method in class org.jboss.resteasy.core.LocatorRegistry
 
register(ResourceFactory, String, ResourceClass) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
register(Class<?>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
register(Class<?>, int) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
register(Object, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
register(Object, int) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
register(Object) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
register(Class<?>, Class<?>...) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
register(Object, Class<?>...) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
register(ResteasyProviderFactory) - Static method in class org.jboss.resteasy.plugins.providers.RegisterBuiltin
 
register(Class<?>, Set<Class<?>>, Set<Class<?>>, ServletContext) - Method in class org.jboss.resteasy.plugins.servlet.ResteasyServletInitializer
 
register(Request, HttpServletResponse, Principal, String, String, String) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
register(Class<?>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
register(Object) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
register(Class<?>, int) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
register(Class<?>, Class<?>...) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
register(Object, int) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
register(Object, Class<?>...) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
register(Object, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
register(Class<?>) - Method in class org.jboss.resteasy.util.FeatureContextDelegate
 
register(Class<?>, int) - Method in class org.jboss.resteasy.util.FeatureContextDelegate
 
register(Class<?>, Class<?>...) - Method in class org.jboss.resteasy.util.FeatureContextDelegate
 
register(Class<?>, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.util.FeatureContextDelegate
 
register(Object) - Method in class org.jboss.resteasy.util.FeatureContextDelegate
 
register(Object, int) - Method in class org.jboss.resteasy.util.FeatureContextDelegate
 
register(Object, Class<?>...) - Method in class org.jboss.resteasy.util.FeatureContextDelegate
 
register(Object, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.util.FeatureContextDelegate
 
RegisterBuiltin - Class in org.jboss.resteasy.plugins.providers
 
RegisterBuiltin() - Constructor for class org.jboss.resteasy.plugins.providers.RegisterBuiltin
 
registerBuiltin - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
registerBuiltinByDefault - Static variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
registerBuiltins - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
registerClass(Class<? extends ContainerResponseFilter>) - Method in class org.jboss.resteasy.core.interception.ContainerResponseFilterRegistry
 
registerClass(Class<? extends ContainerResponseFilter>, int) - Method in class org.jboss.resteasy.core.interception.ContainerResponseFilterRegistry
 
registerClass(Class<? extends T>) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
registerClass(Class<? extends T>, int) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
registerClass(String) - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
registerClasses(String) - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
registerClassesThrowsNpe1(String) - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
registerClassesThrowsNpe2(String) - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
registerClassThrowsNpe(String) - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
registerConsumer(String, String, String) - Method in interface org.jboss.resteasy.auth.oauth.OAuthConsumerRegistration
Creates a new OAuth Consumer
registerConsumer(String, String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
registerConsumer(String, String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
registerConsumerPermissions(String, String[]) - Method in interface org.jboss.resteasy.auth.oauth.OAuthConsumerRegistration
Registers Consumer Permissions
registerConsumerPermissions(String, String[]) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
registerConsumerPermissions(String, String[]) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
registerConsumerScopes(String, String[]) - Method in interface org.jboss.resteasy.auth.oauth.OAuthConsumerRegistration
Registers Consumer Scopes
registerConsumerScopes(String, String[]) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
registerConsumerScopes(String, String[]) - Method in class org.jboss.resteasy.auth.oauth.OAuthProviderChecker
 
registerContextResolver(Configurable) - Static method in class org.jboss.resteasy.keystone.model.Mappers
 
registerDefaultInterceptorPrecedences(InterceptorRegistry) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
registerDefaultInterceptorPrecedences() - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
registered(ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.guice.GuiceResourceFactory
 
registered(ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.JndiComponentResourceFactory
 
registered(ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.JndiResourceFactory
 
registered(ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory
 
registered(ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.SingletonResource
 
registered(ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
registered(ResteasyProviderFactory) - Method in interface org.jboss.resteasy.spi.ResourceFactory
Callback after registration has been completed.
registerInterceptor(Object) - Method in interface org.jboss.resteasy.client.core.ClientInterceptorRepository
 
registerInterceptor(Object) - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
registerJndiComponentResource(String) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
registerLegacy(Class<? extends PreProcessInterceptor>) - Method in class org.jboss.resteasy.core.interception.ContainerRequestFilterRegistry
 
registerLegacy(PreProcessInterceptor) - Method in class org.jboss.resteasy.core.interception.ContainerRequestFilterRegistry
 
registerLegacy(Class<? extends PostProcessInterceptor>) - Method in class org.jboss.resteasy.core.interception.ContainerResponseFilterRegistry
 
registerLegacy(PostProcessInterceptor) - Method in class org.jboss.resteasy.core.interception.ContainerResponseFilterRegistry
 
registerLegacy(Class<? extends MessageBodyReaderInterceptor>) - Method in class org.jboss.resteasy.core.interception.ReaderInterceptorRegistry
 
registerLegacy(MessageBodyReaderInterceptor) - Method in class org.jboss.resteasy.core.interception.ReaderInterceptorRegistry
 
registerLegacy(Class<? extends MessageBodyWriterInterceptor>) - Method in class org.jboss.resteasy.core.interception.WriterInterceptorRegistry
 
registerLegacy(MessageBodyWriterInterceptor) - Method in class org.jboss.resteasy.core.interception.WriterInterceptorRegistry
 
registerObject(String) - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
registerObjectObject(String) - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
registerObjectsThrowsNpe1(String) - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
registerObjectsThrowsNpe2(String) - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
registerObjectThrowsNpe(String) - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
registerProvider(Class, Integer, boolean, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
registerProvider(Class, boolean) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
registerProvider(Class) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
registerProvider(String) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
registerProvider(Class) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
registerProvider(Class, boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Register a @Provider class.
registerProvider(Class, Integer, boolean, Map<Class<?>, Integer>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
registerProviderInstance(Object) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
registerProviderInstance(Object, Map<Class<?>, Integer>, Integer, boolean) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
registerProviderInstance(Object) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Register a @Provider object.
registerProviderInstance(Object, Map<Class<?>, Integer>, Integer, boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
registerProviders(ResteasyProviderFactory) - Static method in class org.jboss.resteasy.plugins.providers.RegisterBuiltin
 
registerSingleton(ContainerResponseFilter) - Method in class org.jboss.resteasy.core.interception.ContainerResponseFilterRegistry
 
registerSingleton(ContainerResponseFilter, int) - Method in class org.jboss.resteasy.core.interception.ContainerResponseFilterRegistry
 
registerSingleton(T) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
registerSingleton(T, int) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
registerURIResolver(URIResolver) - Method in class org.jboss.resteasy.spi.touri.ObjectToURI
 
registration() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
registry - Variable in class Acme.Serve.Serve
 
registry - Variable in class org.jboss.resteasy.core.SynchronousDispatcher
 
registry - Variable in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
Registry - Interface in org.jboss.resteasy.spi
 
registry - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
REGISTRY_MATCHING_EXCEPTION - Static variable in class org.jboss.resteasy.core.ResourceMethodRegistry
 
RegistryData - Class in org.jboss.resteasy.plugins.stats
 
RegistryData() - Constructor for class org.jboss.resteasy.plugins.stats.RegistryData
 
RegistryEntry - Class in org.jboss.resteasy.plugins.stats
application/xml application/json application/xml
RegistryEntry() - Constructor for class org.jboss.resteasy.plugins.stats.RegistryEntry
 
RegistryStatsResource - Class in org.jboss.resteasy.plugins.stats
 
RegistryStatsResource() - Constructor for class org.jboss.resteasy.plugins.stats.RegistryStatsResource
 
registryUpdated(InterceptorRegistry) - Method in interface org.jboss.resteasy.core.interception.InterceptorRegistryListener
Deprecated.
 
registryUpdated(JaxrsInterceptorRegistry) - Method in interface org.jboss.resteasy.core.interception.JaxrsInterceptorRegistryListener
 
registryUpdated(JaxrsInterceptorRegistry) - Method in class org.jboss.resteasy.core.MessageBodyParameterInjector
 
registryUpdated(JaxrsInterceptorRegistry) - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
rel(String) - Method in interface javax.ws.rs.core.Link.Builder
Convenience method to set a link relation.
REL - Static variable in class javax.ws.rs.core.Link
Rel link param from RFC 5988.
rel - Variable in class org.jboss.resteasy.plugins.providers.atom.Link
 
rel(String) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
relationship - Variable in class org.jboss.resteasy.spi.Link
Deprecated.
 
RelativeLink - Class in org.jboss.resteasy.plugins.providers.atom
If invoked within the context of a JAX-RS call, it will automatically build a URI based the base URI of the JAX-RS application.
RelativeLink() - Constructor for class org.jboss.resteasy.plugins.providers.atom.RelativeLink
 
RelativeLink(String, String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.RelativeLink
 
RelativeLink(String, String, MediaType) - Constructor for class org.jboss.resteasy.plugins.providers.atom.RelativeLink
 
RelativeLink(String, String, String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.RelativeLink
 
relativize(URI) - Method in interface javax.ws.rs.core.UriInfo
Relativize a URI with respect to the current request URI.
relativize(URI, URI) - Static method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
relativize(URI) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
releaseConnection() - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
 
releaseConnection() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
releaseConnection() - Method in class org.jboss.resteasy.client.jaxrs.internal.AbortedResponse
 
releaseConnection() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
release underlying connection but do not close
REMOTE - Static variable in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
remoteLogout(Request, HttpServletResponse) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
remoteSkeletonKeyConfig - Variable in class org.jboss.resteasy.skeleton.key.as7.BearerTokenAuthenticatorValve
 
remoteSkeletonKeyConfig - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
remoteSkeletonKeyConfig - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfigLoader
 
remove(Object) - Method in class Acme.Serve.Serve.PathTreeDictionary
 
remove(String) - Method in class Acme.Serve.Serve.PathTreeDictionary
 
remove(Serve.PathTreeDictionary.Node, Object) - Method in class Acme.Serve.Serve.PathTreeDictionary
 
remove(Object) - Method in class Acme.WildcardDictionary
 
remove(Object) - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
remove(String, MediaType) - Method in interface org.jboss.resteasy.client.cache.BrowserCache
Deprecated.
 
remove(String, MediaType) - Method in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
remove(String, MediaType) - Method in class org.jboss.resteasy.client.cache.MapCache
Deprecated.
 
remove(String, MediaType) - Method in interface org.jboss.resteasy.client.jaxrs.cache.BrowserCache
 
remove(String, MediaType) - Method in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
remove(String, MediaType) - Method in class org.jboss.resteasy.client.jaxrs.cache.MapCache
 
remove(String) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
 
remove(String) - Method in class org.jboss.resteasy.plugins.cache.server.InfinispanCache
 
remove(String) - Method in interface org.jboss.resteasy.plugins.cache.server.ServerCache
 
remove(String) - Method in class org.jboss.resteasy.plugins.cache.server.SimpleServerCache
Deprecated.
 
remove(Object) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
remove(Object) - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
remove(Object) - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
removeAttribute(String) - Method in class Acme.Serve.Serve.AcmeSession
 
removeAttribute(String) - Method in class Acme.Serve.Serve
 
removeAttribute(String) - Method in class Acme.Serve.Serve.ServeConnection
 
removeAttribute(String) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
removeAttribute(String) - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
removeAttribute(String) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
removeAttribute(String) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
removeAttribute(String) - Method in interface org.jboss.resteasy.spi.HttpRequest
 
removeAttribute(String) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
removeAttribute(String) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
removeAttribute(String) - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
removeAttribute(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
removeBeginEnd(String) - Static method in class org.jboss.resteasy.security.PemUtils
 
removeBeginEnd(String) - Static method in class org.jboss.resteasy.skeleton.key.PemUtils
 
removeBinding(String, String, Method) - Method in class org.jboss.resteasy.core.registry.RootClassNode
 
removeBinding(String, Method) - Method in class org.jboss.resteasy.core.registry.RootNode
 
removeContextDataLevel() - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
removeItem(Item) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
FIXME Comment this
removeItem(int) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
FIXME Comment this
removeProperty(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in interface javax.ws.rs.ext.InterceptorContext
Removes a property with the given name from the current request/response exchange context.
removeProperty(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
removeProperty(String) - Method in class org.jboss.resteasy.core.interception.ClientReaderInterceptorContext
 
removeProperty(String) - Method in class org.jboss.resteasy.core.interception.ClientWriterInterceptorContext
 
removeProperty(String) - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
removeProperty(String) - Method in class org.jboss.resteasy.core.interception.ServerReaderInterceptorContext
 
removeProperty(String) - Method in class org.jboss.resteasy.core.interception.ServerWriterInterceptorContext
 
removeRegistrations(Class) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
Find all endpoints reachable by clazz and unregister them
removeRegistrations(Class, String) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
removeRegistrations(ResourceClass) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
removeRegistrations(Class<?>) - Method in interface org.jboss.resteasy.spi.Registry
 
removeRegistrations(Class<?>, String) - Method in interface org.jboss.resteasy.spi.Registry
 
removeRegistrations(ResourceClass) - Method in interface org.jboss.resteasy.spi.Registry
 
removeUserRole(String, String, String) - Method in interface org.jboss.resteasy.keystone.client.ProjectsResource
 
removeUserRole(String, String, String) - Method in class org.jboss.resteasy.keystone.server.ProjectsService
 
removeUserRoleMapping(User, Role) - Method in class org.jboss.resteasy.keystone.model.StoredProject
 
removeValue(String) - Method in class Acme.Serve.Serve.AcmeSession
 
render(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.plugins.providers.html.Redirect
 
render(HttpServletRequest, HttpServletResponse) - Method in interface org.jboss.resteasy.plugins.providers.html.Renderable
Called to do the actual work of rendering a view.
render(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.plugins.providers.html.View
Sets up the model in the request attributes, creates a dispatcher, and forwards the request.
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.springmvc.ResteasyNoResourceFoundView
 
render(Map, HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.springmvc.ResteasyView
 
Renderable - Interface in org.jboss.resteasy.plugins.providers.html
If you return one of these from a resource method, RESTEasy-HTML will render it.
replace(String) - Static method in class org.jboss.resteasy.skeleton.key.EnvUtil
Replaces any ${} strings with their corresponding environent variable.
replace(String) - Static method in class org.jboss.resteasy.util.StringContextReplacement
Utility to replace predefined expressions within a string with values from the HTTP request;

${basepath} - UriInfo.getBaseUri().getRawPath() ${absolutepath} - UriInfo.getAbsolutePath().getRawPath() ${absoluteuri} - UriInfo.getAbsolutePath().toString() ${baseuri} - UriInfo.getBaseUri().toString() ${contextpath} - HttpServletRequest.getContextPath()

replaceAll(MultivaluedMap<String, Object>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Replaces all existing headers with the newly supplied headers.
replaceAll(MultivaluedMap<String, Object>) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
replaceEnclosedCurlyBraces(String) - Static method in class org.jboss.resteasy.util.PathHelper
 
replaceMatrix(String) - Method in class javax.ws.rs.core.UriBuilder
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrix(String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
replaceMatrixParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Replace the existing value(s) of a matrix parameter on the current final segment of the URI path.
replaceMatrixParam(String, Object...) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
replaceParameter(Map<String, ? extends Object>, boolean, boolean, String, StringBuffer, boolean) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
replacePath(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI path.
replacePath(String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
replacePathParameter(String, String, boolean, String, StringBuffer, boolean) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
replaceQuery(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI query string.
replaceQuery(String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
replaceQueryParam(String, Object...) - Method in class javax.ws.rs.core.UriBuilder
Replace the existing value(s) of a query parameter.
replaceQueryParam(String, Object...) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
replaceQueryStringParameter(Map<String, ? extends Object>, boolean, boolean, String, StringBuffer) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
repository - Variable in class org.jboss.resteasy.security.doseta.Verification
 
repository - Variable in class org.jboss.resteasy.security.doseta.Verifier
 
representations - Variable in class org.jboss.resteasy.util.MediaTypeMatcher
 
reqQuery - Variable in class Acme.Serve.Serve.ServeConnection
 
request() - Method in interface javax.ws.rs.client.WebTarget
Start building a request to the targeted web resource.
request(String...) - Method in interface javax.ws.rs.client.WebTarget
Start building a request to the targeted web resource and define the accepted response media types.
request(MediaType...) - Method in interface javax.ws.rs.client.WebTarget
Start building a request to the targeted web resource and define the accepted response media types.
Request - Interface in javax.ws.rs.core
An injectable helper for request processing, all methods throw an IllegalStateException if called outside the scope of a request (e.g.
request() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
request(String...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
request(MediaType...) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
request - Variable in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
request - Variable in class org.jboss.resteasy.core.AbstractExecutionContext
 
request - Variable in class org.jboss.resteasy.core.interception.ClientExecutionContextImpl
Deprecated.
 
request - Variable in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
request - Variable in class org.jboss.resteasy.plugins.cache.server.ServerCacheInterceptor
 
request - Variable in class org.jboss.resteasy.plugins.interceptors.encoding.ServerContentEncodingAnnotationFilter
 
request - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
request - Variable in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
request() - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
request(ClientExecutor) - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
requestAccessCode(String, String, String, String, String, String) - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
requestAttributes(Map<String, Object>) - Method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
 
RequestDispatcher - Class in org.jboss.resteasy.plugins.server.netty
Helper/delegate class to unify Servlet and Filter dispatcher implementations
RequestDispatcher(SynchronousDispatcher, ResteasyProviderFactory, SecurityDomain) - Constructor for class org.jboss.resteasy.plugins.server.netty.RequestDispatcher
 
requestFactory - Variable in class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
requestFilters - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
requestFinished(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.plugins.guice.GuiceResourceFactory
 
requestFinished(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.JndiComponentResourceFactory
 
requestFinished(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.JndiResourceFactory
 
requestFinished(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory
 
requestFinished(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.plugins.server.resourcefactory.SingletonResource
 
requestFinished(HttpRequest, HttpResponse, Object) - Method in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
requestFinished(HttpRequest, HttpResponse, Object) - Method in interface org.jboss.resteasy.spi.ResourceFactory
Callback when request is finished.
RequestHandler - Class in org.jboss.resteasy.plugins.server.netty
SimpleChannelUpstreamHandler which handles the requests and dispatch them.
RequestHandler(RequestDispatcher) - Constructor for class org.jboss.resteasy.plugins.server.netty.RequestHandler
 
RequestImpl - Class in org.jboss.resteasy.specimpl
 
RequestImpl(HttpRequest, HttpResponse) - Constructor for class org.jboss.resteasy.specimpl.RequestImpl
 
requestPreprocessors - Variable in class org.jboss.resteasy.core.SynchronousDispatcher
 
RequestScoped - Annotation Type in org.jboss.resteasy.plugins.guice
Provides an instance-per-request.
requestScopedLiteral - Static variable in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
RequestScopeModule - Class in org.jboss.resteasy.plugins.guice.ext
Binds the RequestScoped to the current HTTP request and makes all the classes available via the Context annotation injectable.
RequestScopeModule() - Constructor for class org.jboss.resteasy.plugins.guice.ext.RequestScopeModule
 
RequestUtil - Class in org.jboss.resteasy.springmvc
 
RequestUtil() - Constructor for class org.jboss.resteasy.springmvc.RequestUtil
 
requiredAttributes - Variable in class org.jboss.resteasy.security.doseta.Verification
 
RequiredCredential - Class in org.jboss.resteasy.skeleton.key.idm.model.data
 
RequiredCredential() - Constructor for class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
RequiredCredentialRepresentation - Class in org.jboss.resteasy.skeleton.key.representations.idm
 
RequiredCredentialRepresentation() - Constructor for class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
requiredCredentials - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
RESERVED - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
reserved = gen-delims | sub-delims
RESERVED - Static variable in class org.jboss.resteasy.util.URLUtils
reserved = gen-delims | sub-delims
reset() - Method in class Acme.Serve.Serve.ServeConnection
Clears any data that exists in the buffer as well as the status code and headers.
reset() - Method in class Acme.Serve.Serve.ServeInputStream
 
reset() - Method in class Acme.Serve.Serve.ServeOutputStream
 
reset() - Method in class Acme.Utils.SimpleBuffer
 
reset() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
reset() - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
reset() - Method in class org.jboss.resteasy.plugins.server.netty.ChunkOutputStream
 
reset() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
reset() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
reset() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
reset() - Method in interface org.jboss.resteasy.spi.HttpResponse
reset status and headers.
reset() - Method in class org.jboss.resteasy.util.InputStreamToByteArray
 
reset() - Method in class org.jboss.resteasy.util.NoContentInputStreamDelegate
 
resetBuffer() - Method in class Acme.Serve.Serve.ServeConnection
Clears the content of the underlying buffer in the response without clearing headers or status code.
resetBuffer() - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
resetCancelled() - Method in class org.jboss.resteasy.test.async.JaxrsResource
 
resetErrorValue() - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
resetLastThrowableName() - Static method in class org.jboss.resteasy.test.async.callback.SecondSettingCompletionCallback
 
resetLastThrowableName() - Static method in class org.jboss.resteasy.test.async.callback.SettingCompletionCallback
 
resetStream() - Method in class org.jboss.resteasy.client.ClientResponse
Deprecated.
Attempts to reset the InputStream of the response.
resetStream() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
resolve(URI) - Method in interface javax.ws.rs.core.UriInfo
Resolve a relative URI with respect to the base URI of the application.
resolve(URI) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
resolveAccessCode(Request, Response) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
resolveArgument(MethodParameter, NativeWebRequest) - Method in class org.jboss.resteasy.springmvc.ResteasyWebArgumentResolver
 
resolveBearerToken(String, String) - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
resolveCode(String) - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
Start or continue the oauth login process.
resolveContentType(HttpRequest, Object) - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
resolveContentType(BuiltResponse) - Static method in class org.jboss.resteasy.core.ServerResponseWriter
 
resolveContentTypeByAccept(List<MediaType>, Object) - Method in class org.jboss.resteasy.core.ResourceMethodInvoker
 
resolveMessageBodyReader(Class<T>, Type, Annotation[], MediaType, MediaTypeMap<ResteasyProviderFactory.SortedKey<MessageBodyReader>>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
resolveMessageBodyWriter(Class<T>, Type, Annotation[], MediaType, MediaTypeMap<ResteasyProviderFactory.SortedKey<MessageBodyWriter>>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
resolveReader(MediaType) - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
resolveReader(MediaType) - Method in class org.jboss.resteasy.core.interception.ClientReaderInterceptorContext
 
resolveReader(MediaType) - Method in class org.jboss.resteasy.core.interception.ServerReaderInterceptorContext
 
resolveTemplate(String, Object) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied value.
resolveTemplate(String, Object, boolean) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied value.
resolveTemplate(String, Object) - Method in class javax.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied value.
resolveTemplate(String, Object, boolean) - Method in class javax.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied value.
resolveTemplate(String, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
resolveTemplate(String, Object, boolean) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
resolveTemplate(String, Object) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
resolveTemplate(String, Object, boolean) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
resolveTemplate(String, Object) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
resolveTemplate(String, Object, boolean) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
resolveTemplateFromEncoded(String, Object) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving a URI template with a given name in the URI of the current target instance using a supplied encoded value.
resolveTemplateFromEncoded(String, Object) - Method in class javax.ws.rs.core.UriBuilder
Resolve a URI template with a given name in this UriBuilder instance using a supplied encoded value.
resolveTemplateFromEncoded(String, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
resolveTemplateFromEncoded(String, Object) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
resolveTemplateFromEncoded(String, Object) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
resolveTemplates(Map<String, Object>) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>, boolean) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>) - Method in class javax.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>, boolean) - Method in class javax.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveTemplates(Map<String, Object>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
resolveTemplates(Map<String, Object>, boolean) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
resolveTemplates(Map<String, Object>) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
resolveTemplates(Map<String, Object>, boolean) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
resolveTemplates(Map<String, Object>) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
resolveTemplates(Map<String, Object>, boolean) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface javax.ws.rs.client.WebTarget
Create a new WebTarget instance by resolving one or more URI templates in the URI of the current target instance using supplied name-encoded value pairs.
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class javax.ws.rs.core.UriBuilder
Resolve one or more URI templates in this UriBuilder instance using supplied name-value pairs.
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in interface org.jboss.resteasy.client.jaxrs.ResteasyWebTarget
 
resolveTemplatesFromEncoded(Map<String, Object>) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
resolveTypeVariable(Class<?>, TypeVariable<?>) - Static method in class org.jboss.resteasy.util.Types
Finds an actual value of a type variable.
resolveTypeVariables(Class<?>, Type) - Static method in class org.jboss.resteasy.util.Types
 
resolveURI(Object) - Method in class org.jboss.resteasy.spi.touri.AbstractURITemplateAnnotationResolver
 
resolveURI(Object) - Method in class org.jboss.resteasy.spi.touri.ObjectToURI
 
resolveURI(Object) - Method in class org.jboss.resteasy.spi.touri.URIableURIResolver
 
resolveURI(Object) - Method in interface org.jboss.resteasy.spi.touri.URIResolver
 
resolveWriter() - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
resolveWriter() - Method in class org.jboss.resteasy.core.interception.ClientWriterInterceptorContext
 
resolveWriter() - Method in class org.jboss.resteasy.core.interception.ServerWriterInterceptorContext
 
resource - Variable in class org.jboss.resteasy.core.ResourceLocatorInvoker
 
resource - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
resource - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
Resource - Class in org.jboss.resteasy.skeleton.key.idm.model.data
 
Resource() - Constructor for class org.jboss.resteasy.skeleton.key.idm.model.data.Resource
 
resource(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
Resource - Class in org.jboss.resteasy.test.async.callback
 
Resource() - Constructor for class org.jboss.resteasy.test.async.callback.Resource
 
Resource - Class in org.jboss.resteasy.test.async
 
Resource() - Constructor for class org.jboss.resteasy.test.async.Resource
 
resourceAccess - Variable in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
ResourceBuilder - Class in org.jboss.resteasy.spi.metadata
 
ResourceBuilder() - Constructor for class org.jboss.resteasy.spi.metadata.ResourceBuilder
 
ResourceBuilder.ConstructorParameterBuilder - Class in org.jboss.resteasy.spi.metadata
 
ResourceBuilder.ConstructorParameterBuilder(ResourceBuilder.ResourceConstructorBuilder, ConstructorParameter) - Constructor for class org.jboss.resteasy.spi.metadata.ResourceBuilder.ConstructorParameterBuilder
 
ResourceBuilder.FieldParameterBuilder - Class in org.jboss.resteasy.spi.metadata
 
ResourceBuilder.LocatorMethodParameterBuilder<T extends ResourceBuilder.LocatorMethodParameterBuilder> - Class in org.jboss.resteasy.spi.metadata
 
ResourceBuilder.LocatorMethodParameterBuilder(ResourceBuilder.ResourceLocatorBuilder, MethodParameter) - Constructor for class org.jboss.resteasy.spi.metadata.ResourceBuilder.LocatorMethodParameterBuilder
 
ResourceBuilder.ParameterBuilder<T extends ResourceBuilder.ParameterBuilder> - Class in org.jboss.resteasy.spi.metadata
 
ResourceBuilder.ParameterBuilder(Parameter) - Constructor for class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
ResourceBuilder.ResourceClassBuilder - Class in org.jboss.resteasy.spi.metadata
 
ResourceBuilder.ResourceClassBuilder(Class<?>, String) - Constructor for class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceClassBuilder
 
ResourceBuilder.ResourceConstructorBuilder - Class in org.jboss.resteasy.spi.metadata
 
ResourceBuilder.ResourceConstructorBuilder(ResourceBuilder.ResourceClassBuilder, Constructor) - Constructor for class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceConstructorBuilder
 
ResourceBuilder.ResourceLocatorBuilder<T extends ResourceBuilder.ResourceLocatorBuilder> - Class in org.jboss.resteasy.spi.metadata
 
ResourceBuilder.ResourceLocatorBuilder(ResourceBuilder.ResourceClassBuilder, Method, Method) - Constructor for class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceLocatorBuilder
 
ResourceBuilder.ResourceMethodBuilder - Class in org.jboss.resteasy.spi.metadata
 
ResourceBuilder.ResourceMethodParameterBuilder - Class in org.jboss.resteasy.spi.metadata
 
ResourceBuilder.ResourceMethodParameterBuilder(ResourceBuilder.ResourceMethodBuilder, MethodParameter) - Constructor for class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodParameterBuilder
 
ResourceBuilder.SetterParameterBuilder - Class in org.jboss.resteasy.spi.metadata
 
resourceClass - Variable in class org.jboss.resteasy.core.ResourcePropertyInjector
 
resourceClass - Variable in class org.jboss.resteasy.spi.metadata.Parameter
 
ResourceClass - Class in org.jboss.resteasy.spi.metadata
 
ResourceClass(Class<?>, String) - Constructor for class org.jboss.resteasy.spi.metadata.ResourceClass
 
resourceClass - Variable in class org.jboss.resteasy.spi.metadata.ResourceConstructor
 
resourceClass - Variable in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
resourceClasses - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
ResourceConstructor - Class in org.jboss.resteasy.spi.metadata
 
ResourceConstructor(ResourceClass, Constructor) - Constructor for class org.jboss.resteasy.spi.metadata.ResourceConstructor
 
ResourceContext - Interface in javax.ws.rs.container
The resource context provides access to instances of resource classes.
ResourceFacade<T> - Interface in org.jboss.resteasy.links
Represents a facade for an entity which should still receive links for this entity even though this entity's instance is not available.
resourceFactories - Variable in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
resourceFactories - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
ResourceFactory - Interface in org.jboss.resteasy.spi
Implementations of this interface are registered through the Registry class.
resourceFactoryNames - Variable in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
ResourceID - Annotation Type in org.jboss.resteasy.links
Marks this property as this resource's ID in URI templates.
ResourceIDs - Annotation Type in org.jboss.resteasy.links
Defines an ordered list of bean properties that defines this resource's ID in URI templates.
ResourceInfo - Interface in javax.ws.rs.container
An injectable class to access the resource class and resource method matched by the current request.
resourceInfo - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
ResourceInvoker - Interface in org.jboss.resteasy.core
 
ResourceLocator - Class in org.jboss.resteasy.spi.metadata
 
ResourceLocator(ResourceClass, Method, Method) - Constructor for class org.jboss.resteasy.spi.metadata.ResourceLocator
 
ResourceLocatorInvoker - Class in org.jboss.resteasy.core
 
ResourceLocatorInvoker(ResourceFactory, InjectorFactory, ResteasyProviderFactory, ResourceLocator) - Constructor for class org.jboss.resteasy.core.ResourceLocatorInvoker
 
resourceLocators - Variable in class org.jboss.resteasy.spi.metadata.ResourceClass
 
resourceMetadata - Variable in class org.jboss.resteasy.skeleton.key.as7.BearerTokenAuthenticatorValve
 
resourceMetadata - Variable in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
resourceMetadata - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
resourceMetadata - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
resourceMetadata - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfigLoader
 
resourceMetadata - Variable in class org.jboss.resteasy.skeleton.key.jaxrs.JaxrsBearerTokenFilter
 
ResourceMetadata - Class in org.jboss.resteasy.skeleton.key
 
ResourceMetadata() - Constructor for class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
resourceMethod - Variable in class org.jboss.resteasy.core.interception.PostMatchContainerRequestContext
 
ResourceMethod - Class in org.jboss.resteasy.spi.metadata
 
ResourceMethod(ResourceClass, Method, Method) - Constructor for class org.jboss.resteasy.spi.metadata.ResourceMethod
 
ResourceMethodEntry - Class in org.jboss.resteasy.plugins.stats
<
ResourceMethodEntry() - Constructor for class org.jboss.resteasy.plugins.stats.ResourceMethodEntry
 
ResourceMethodInvoker - Class in org.jboss.resteasy.core
 
ResourceMethodInvoker(ResourceMethod, InjectorFactory, ResourceFactory, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.ResourceMethodInvoker
 
resourceMethodProviderFactory - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
ResourceMethodRegistry - Class in org.jboss.resteasy.core
Registry of resources and methods/classes that can dispatch HTTP method requests
ResourceMethodRegistry(ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.ResourceMethodRegistry
 
resourceMethods - Variable in class org.jboss.resteasy.spi.metadata.ResourceClass
 
resourceName - Variable in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
ResourcePropertyInjector - Class in org.jboss.resteasy.core
 
ResourcePropertyInjector(ResourceClass, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.ResourcePropertyInjector
 
ResourceRegistrationFilter - Interface in org.jboss.resteasy.plugins.spring
 
ResourceRepresentation - Class in org.jboss.resteasy.skeleton.key.representations.idm
 
ResourceRepresentation() - Constructor for class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
resources - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
resources - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
resources - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
Response - Class in javax.ws.rs.core
Defines the contract between a returned instance and the runtime when an application needs to provide meta-data to the runtime.
Response() - Constructor for class javax.ws.rs.core.Response
Protected constructor, use one of the static methods to obtain a Response.ResponseBuilder instance and obtain a Response from that.
response - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
response - Variable in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
response - Variable in class org.jboss.resteasy.core.AbstractExecutionContext
 
response - Variable in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
response - Variable in class org.jboss.resteasy.example.pubsub.Subscriber
 
response - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
response - Variable in class org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest
 
response - Variable in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
response - Variable in exception org.jboss.resteasy.spi.Failure
 
Response.ResponseBuilder - Class in javax.ws.rs.core
A class used to build Response instances that contain metadata instead of or in addition to an entity.
Response.ResponseBuilder() - Constructor for class javax.ws.rs.core.Response.ResponseBuilder
Protected constructor, use one of the static methods of Response to obtain an instance.
Response.Status - Enum in javax.ws.rs.core
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list.
Response.Status.Family - Enum in javax.ws.rs.core
An enumeration representing the class of status code.
Response.StatusType - Interface in javax.ws.rs.core
Base interface for statuses used in responses.
responseBufferSize - Variable in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
responseBufferSize - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
responseBufferSize(int) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
Response stream is wrapped in a BufferedInputStream.
ResponseBuilderImpl - Class in org.jboss.resteasy.specimpl
 
ResponseBuilderImpl() - Constructor for class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
ResponseBuilderProvider - Class in org.jboss.resteasy.plugins.guice.ext
 
ResponseBuilderProvider(RuntimeDelegate) - Constructor for class org.jboss.resteasy.plugins.guice.ext.ResponseBuilderProvider
 
ResponseContainerRequestContext - Class in org.jboss.resteasy.core.interception
 
ResponseContainerRequestContext(HttpRequest) - Constructor for class org.jboss.resteasy.core.interception.ResponseContainerRequestContext
 
responseFactory - Variable in class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
responseFilters - Variable in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
responseFilters - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
responseLock - Variable in class org.jboss.resteasy.core.SynchronousExecutionContext
 
ResponseObject - Annotation Type in org.jboss.resteasy.annotations
 
ResponseObjectEntityExtractorFactory - Class in org.jboss.resteasy.client.core.extractors
This class represents the method level creation of a "rich response object" that has the @ResponseObject annotation.
ResponseObjectEntityExtractorFactory() - Constructor for class org.jboss.resteasy.client.core.extractors.ResponseObjectEntityExtractorFactory
 
ResponseObjectEntityExtractorFactory - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
This class represents the method level creation of a "rich response object" that has the @ResponseObject annotation.
ResponseObjectEntityExtractorFactory() - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectEntityExtractorFactory
 
ResponseObjectProxy<T> - Class in org.jboss.resteasy.client.core.extractors
This class represents the proxying functionality for creating a "rich response object" that has the @ResponseObject annotation.
ResponseObjectProxy(Method, EntityExtractorFactory) - Constructor for class org.jboss.resteasy.client.core.extractors.ResponseObjectProxy
 
ResponseObjectProxy<T> - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors
This class represents the proxying functionality for creating a "rich response object" that has the @ResponseObject annotation.
ResponseObjectProxy(Method, EntityExtractorFactory) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ResponseObjectProxy
 
ResponseProcessingException - Exception in javax.ws.rs.client
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g.
ResponseProcessingException(Response, Throwable) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime response processing exception for a specific response with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ResponseProcessingException(Response, String, Throwable) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime response processing exception with the specified detail message and cause.
ResponseProcessingException(Response, String) - Constructor for exception javax.ws.rs.client.ResponseProcessingException
Constructs a new JAX-RS runtime processing exception with the specified detail message.
RestClientProxyFactoryBean<T> - Class in org.jboss.resteasy.client.spring
FactoryBean to generate a client proxy from a REST annotated interface.
RestClientProxyFactoryBean() - Constructor for class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
 
RESTEASY_APPEND_INTERCEPTOR_PRECEDENCE - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_CHOSEN_ACCEPT - Static variable in class org.jboss.resteasy.core.registry.SegmentNode
 
RESTEASY_CONTEXT_OBJECTS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_DEPLOYMENTS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_DISABLE_DTDS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_DOSETA_CACHE_TIMEOUT - Static variable in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
Public keys are cached.
RESTEASY_DOSETA_DEFAULT_PRIVATE_DOMAIN - Static variable in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
Context parameter.
RESTEASY_DOSETA_DNS_URI - Static variable in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
Context parameter.
RESTEASY_DOSETA_PRINCIPAL_FOR_PRIVATE - Static variable in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
true|false.
RESTEASY_DOSETA_USE_DNS - Static variable in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
Context parameter.
RESTEASY_EXPAND_ENTITY_REFERENCES - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_INTERCEPTOR_AFTER_PRECEDENCE - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_INTERCEPTOR_BEFORE_PRECEDENCE - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_JNDI_COMPONENT_RESOURCES - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_JNDI_RESOURCES - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_KEY_STORE_CLASSPATH - Static variable in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
Context parameter.
RESTEASY_KEY_STORE_FILE_NAME - Static variable in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
Context parameter.
RESTEASY_KEY_STORE_PASSWORD - Static variable in class org.jboss.resteasy.security.doseta.ConfiguredDosetaKeyRepository
Context parameter.
RESTEASY_LANGUAGE_MAPPINGS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_MEDIA_TYPE_MAPPINGS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_MEDIA_TYPE_PARAM_MAPPING - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_PROVIDERS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_RESOURCE_METHOD_INTERCEPTORS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
this is deprecated
RESTEASY_RESOURCES - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_ROLE_BASED_SECURITY - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_SCAN - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_SCAN_PROVIDERS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_SCAN_RESOURCES - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_SCANNED_BY_DEPLOYER - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_SCANNED_JNDI_RESOURCES - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_SCANNED_PROVIDERS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_SCANNED_RESOURCES - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_SECURE_PROCESSING_FEATURE - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_SERVLET_MAPPING_PREFIX - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_UNWRAPPED_EXCEPTIONS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_USE_BUILTIN_PROVIDERS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_USE_CONTAINER_FORM_PARAMS - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
RESTEASY_WIDER_REQUEST_MATCHING - Static variable in interface org.jboss.resteasy.plugins.server.servlet.ResteasyContextParameters
 
ResteasyAsynchronousContext - Interface in org.jboss.resteasy.spi
 
ResteasyAsynchronousResponse - Interface in org.jboss.resteasy.spi
 
ResteasyAuthChallengeException - Exception in org.jboss.resteasy.client.exception
 
ResteasyAuthChallengeException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyAuthChallengeException
 
ResteasyAuthChallengeException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyAuthChallengeException
 
ResteasyAuthChallengeException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyAuthChallengeException
 
ResteasyAuthChallengeException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyAuthChallengeException
 
ResteasyAuthenticationException - Exception in org.jboss.resteasy.client.exception
 
ResteasyAuthenticationException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyAuthenticationException
 
ResteasyAuthenticationException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyAuthenticationException
 
ResteasyAuthenticationException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyAuthenticationException
 
ResteasyAuthenticationException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyAuthenticationException
 
ResteasyBootstrap - Class in org.jboss.resteasy.plugins.server.servlet
This is a ServletContextListener that creates the registry for resteasy and stuffs it as a servlet context attribute
ResteasyBootstrap() - Constructor for class org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
 
ResteasyBootstrapClasses - Interface in org.jboss.resteasy.plugins.server.servlet
Constant list of bootstrap classes.
ResteasyCdiExtension - Class in org.jboss.resteasy.cdi
This Extension handles default scopes for discovered JAX-RS components.
ResteasyCdiExtension() - Constructor for class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
ResteasyCircularRedirectException - Exception in org.jboss.resteasy.client.exception
 
ResteasyCircularRedirectException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCircularRedirectException
 
ResteasyCircularRedirectException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCircularRedirectException
 
ResteasyCircularRedirectException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCircularRedirectException
 
ResteasyCircularRedirectException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCircularRedirectException
 
ResteasyClient - Class in org.jboss.resteasy.client.jaxrs
 
ResteasyClientBuilder - Class in org.jboss.resteasy.client.jaxrs
Abstraction for creating Clients.
ResteasyClientBuilder() - Constructor for class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
ResteasyClientBuilder.HostnameVerificationPolicy - Enum in org.jboss.resteasy.client.jaxrs
 
ResteasyClientException - Exception in org.jboss.resteasy.client.exception
 
ResteasyClientException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyClientException
 
ResteasyClientException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyClientException
 
ResteasyClientException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyClientException
 
ResteasyClientException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyClientException
 
ResteasyClientInitializer - Class in org.jboss.resteasy.plugins.spring
 
ResteasyClientInitializer() - Constructor for class org.jboss.resteasy.plugins.spring.ResteasyClientInitializer
 
ResteasyClientProtocolException - Exception in org.jboss.resteasy.client.exception
 
ResteasyClientProtocolException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyClientProtocolException
 
ResteasyClientProtocolException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyClientProtocolException
 
ResteasyClientProtocolException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyClientProtocolException
 
ResteasyClientProtocolException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyClientProtocolException
 
ResteasyClientProxy - Interface in org.jboss.resteasy.client.core.marshallers
implemented by every generated proxy
ResteasyConfiguration - Interface in org.jboss.resteasy.spi
 
ResteasyConnectionClosedException - Exception in org.jboss.resteasy.client.exception
 
ResteasyConnectionClosedException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectionClosedException
 
ResteasyConnectionClosedException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectionClosedException
 
ResteasyConnectionClosedException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectionClosedException
 
ResteasyConnectionClosedException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectionClosedException
 
ResteasyConnectionPoolTimeoutException - Exception in org.jboss.resteasy.client.exception
 
ResteasyConnectionPoolTimeoutException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectionPoolTimeoutException
 
ResteasyConnectionPoolTimeoutException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectionPoolTimeoutException
 
ResteasyConnectionPoolTimeoutException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectionPoolTimeoutException
 
ResteasyConnectionPoolTimeoutException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectionPoolTimeoutException
 
ResteasyConnectTimeoutException - Exception in org.jboss.resteasy.client.exception
 
ResteasyConnectTimeoutException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectTimeoutException
 
ResteasyConnectTimeoutException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectTimeoutException
 
ResteasyConnectTimeoutException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectTimeoutException
 
ResteasyConnectTimeoutException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyConnectTimeoutException
 
ResteasyConstraintViolation - Class in org.jboss.resteasy.api.validation
 
ResteasyConstraintViolation(ConstraintType.Type, String, String, String) - Constructor for class org.jboss.resteasy.api.validation.ResteasyConstraintViolation
 
ResteasyConstraintViolation() - Constructor for class org.jboss.resteasy.api.validation.ResteasyConstraintViolation
 
ResteasyContextParameters - Interface in org.jboss.resteasy.plugins.server.servlet
constant names of resteasy configuration variables within a servlet
ResteasyCookieRestrictionViolationException - Exception in org.jboss.resteasy.client.exception
 
ResteasyCookieRestrictionViolationException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCookieRestrictionViolationException
 
ResteasyCookieRestrictionViolationException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCookieRestrictionViolationException
 
ResteasyCookieRestrictionViolationException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCookieRestrictionViolationException
 
ResteasyCookieRestrictionViolationException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCookieRestrictionViolationException
 
ResteasyCredentialsNotAvailableException - Exception in org.jboss.resteasy.client.exception
 
ResteasyCredentialsNotAvailableException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCredentialsNotAvailableException
 
ResteasyCredentialsNotAvailableException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCredentialsNotAvailableException
 
ResteasyCredentialsNotAvailableException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCredentialsNotAvailableException
 
ResteasyCredentialsNotAvailableException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyCredentialsNotAvailableException
 
ResteasyDeployment - Class in org.jboss.resteasy.spi
This class is used to configure and initialize the core components of RESTEasy.
ResteasyDeployment() - Constructor for class org.jboss.resteasy.spi.ResteasyDeployment
 
ResteasyHandlerAdapter - Class in org.jboss.resteasy.springmvc
 
ResteasyHandlerAdapter(ResteasyDeployment) - Constructor for class org.jboss.resteasy.springmvc.ResteasyHandlerAdapter
 
ResteasyHandlerMapping - Class in org.jboss.resteasy.springmvc
 
ResteasyHandlerMapping(ResteasyDeployment) - Constructor for class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
ResteasyHttpContentTooLargeException - Exception in org.jboss.resteasy.client.exception
 
ResteasyHttpContentTooLargeException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpContentTooLargeException
 
ResteasyHttpContentTooLargeException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpContentTooLargeException
 
ResteasyHttpContentTooLargeException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpContentTooLargeException
 
ResteasyHttpContentTooLargeException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpContentTooLargeException
 
ResteasyHttpException - Exception in org.jboss.resteasy.client.exception
 
ResteasyHttpException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpException
 
ResteasyHttpException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpException
 
ResteasyHttpException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpException
 
ResteasyHttpException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpException
 
ResteasyHttpHandler - Class in org.jboss.resteasy.plugins.server.sun.http
 
ResteasyHttpHandler() - Constructor for class org.jboss.resteasy.plugins.server.sun.http.ResteasyHttpHandler
 
ResteasyHttpHeaders - Class in org.jboss.resteasy.specimpl
 
ResteasyHttpHeaders(MultivaluedMap<String, String>) - Constructor for class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
ResteasyHttpHeaders(MultivaluedMap<String, String>, Map<String, Cookie>) - Constructor for class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
ResteasyHttpHostConnectException - Exception in org.jboss.resteasy.client.exception
 
ResteasyHttpHostConnectException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpHostConnectException
 
ResteasyHttpHostConnectException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpHostConnectException
 
ResteasyHttpHostConnectException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpHostConnectException
 
ResteasyHttpHostConnectException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpHostConnectException
 
ResteasyHttpRecoverableException - Exception in org.jboss.resteasy.client.exception
 
ResteasyHttpRecoverableException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpRecoverableException
 
ResteasyHttpRecoverableException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpRecoverableException
 
ResteasyHttpRecoverableException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpRecoverableException
 
ResteasyHttpRecoverableException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyHttpRecoverableException
 
RestEasyHttpRequestDecoder - Class in org.jboss.resteasy.plugins.server.netty
This OneToOneDecoder is responsible for decode HttpRequest to NettyHttpRequest's This implementation is ChannelHandler.Sharable
RestEasyHttpRequestDecoder(SynchronousDispatcher, String, RestEasyHttpRequestDecoder.Protocol, boolean) - Constructor for class org.jboss.resteasy.plugins.server.netty.RestEasyHttpRequestDecoder
 
RestEasyHttpRequestDecoder.Protocol - Enum in org.jboss.resteasy.plugins.server.netty
 
RestEasyHttpResponseEncoder - Class in org.jboss.resteasy.plugins.server.netty
OneToOneEncoder implementation which encodes HttpResponse's to HttpResponse's This implementation is ChannelHandler.Sharable
RestEasyHttpResponseEncoder(RequestDispatcher) - Constructor for class org.jboss.resteasy.plugins.server.netty.RestEasyHttpResponseEncoder
 
ResteasyHttpServletRequestWrapper - Class in org.jboss.resteasy.core
ResteasyHttpServletRequestWrapper is introduced to support the use of RequestDispatcher.forward() and RequestDispatcher.include(), which need to be able to retrieve the orginal HttpServletRequest.
ResteasyHttpServletRequestWrapper(HttpServletRequest, HttpServletRequest) - Constructor for class org.jboss.resteasy.core.ResteasyHttpServletRequestWrapper
 
ResteasyHttpServletResponseWrapper - Class in org.jboss.resteasy.core
ResteasyHttpServletResponseWrapper is introduced to support the use of RequestDispatcher.forward() and RequestDispatcher.include(), which need to be able to retrieve the orginal HttpServletResponse.
ResteasyHttpServletResponseWrapper(HttpServletResponse, HttpServletResponse) - Constructor for class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
ResteasyInvalidCredentialsException - Exception in org.jboss.resteasy.client.exception
 
ResteasyInvalidCredentialsException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyInvalidCredentialsException
 
ResteasyInvalidCredentialsException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyInvalidCredentialsException
 
ResteasyInvalidCredentialsException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyInvalidCredentialsException
 
ResteasyInvalidCredentialsException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyInvalidCredentialsException
 
ResteasyInvalidRedirectLocationException - Exception in org.jboss.resteasy.client.exception
 
ResteasyInvalidRedirectLocationException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyInvalidRedirectLocationException
 
ResteasyInvalidRedirectLocationException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyInvalidRedirectLocationException
 
ResteasyInvalidRedirectLocationException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyInvalidRedirectLocationException
 
ResteasyInvalidRedirectLocationException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyInvalidRedirectLocationException
 
ResteasyIOException - Exception in org.jboss.resteasy.client.exception
 
ResteasyIOException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyIOException
 
ResteasyIOException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyIOException
 
ResteasyIOException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyIOException
 
ResteasyIOException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyIOException
 
ResteasyJackson2Provider - Class in org.jboss.resteasy.plugins.providers.jackson
Only different from Jackson one is *+json in @Produces/@Consumes
ResteasyJackson2Provider() - Constructor for class org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
 
ResteasyJacksonProvider - Class in org.jboss.resteasy.plugins.providers.jackson
Only different from Jackson one is *+json in @Produces/@Consumes
ResteasyJacksonProvider() - Constructor for class org.jboss.resteasy.plugins.providers.jackson.ResteasyJacksonProvider
 
ResteasyMalformedChallengeException - Exception in org.jboss.resteasy.client.exception
 
ResteasyMalformedChallengeException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedChallengeException
 
ResteasyMalformedChallengeException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedChallengeException
 
ResteasyMalformedChallengeException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedChallengeException
 
ResteasyMalformedChallengeException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedChallengeException
 
ResteasyMalformedChunkCodingException - Exception in org.jboss.resteasy.client.exception
 
ResteasyMalformedChunkCodingException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedChunkCodingException
 
ResteasyMalformedChunkCodingException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedChunkCodingException
 
ResteasyMalformedChunkCodingException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedChunkCodingException
 
ResteasyMalformedChunkCodingException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedChunkCodingException
 
ResteasyMalformedCookieException - Exception in org.jboss.resteasy.client.exception
 
ResteasyMalformedCookieException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedCookieException
 
ResteasyMalformedCookieException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedCookieException
 
ResteasyMalformedCookieException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedCookieException
 
ResteasyMalformedCookieException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMalformedCookieException
 
ResteasyMethodNotSupportedException - Exception in org.jboss.resteasy.client.exception
 
ResteasyMethodNotSupportedException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMethodNotSupportedException
 
ResteasyMethodNotSupportedException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMethodNotSupportedException
 
ResteasyMethodNotSupportedException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMethodNotSupportedException
 
ResteasyMethodNotSupportedException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyMethodNotSupportedException
 
ResteasyNoHttpResponseException - Exception in org.jboss.resteasy.client.exception
 
ResteasyNoHttpResponseException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNoHttpResponseException
 
ResteasyNoHttpResponseException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNoHttpResponseException
 
ResteasyNoHttpResponseException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNoHttpResponseException
 
ResteasyNoHttpResponseException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNoHttpResponseException
 
ResteasyNonRepeatableRequestException - Exception in org.jboss.resteasy.client.exception
 
ResteasyNonRepeatableRequestException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNonRepeatableRequestException
 
ResteasyNonRepeatableRequestException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNonRepeatableRequestException
 
ResteasyNonRepeatableRequestException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNonRepeatableRequestException
 
ResteasyNonRepeatableRequestException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNonRepeatableRequestException
 
ResteasyNoResourceFoundView - Class in org.jboss.resteasy.springmvc
 
ResteasyNoResourceFoundView() - Constructor for class org.jboss.resteasy.springmvc.ResteasyNoResourceFoundView
 
ResteasyNTLMEngineException - Exception in org.jboss.resteasy.client.exception
 
ResteasyNTLMEngineException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNTLMEngineException
 
ResteasyNTLMEngineException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNTLMEngineException
 
ResteasyNTLMEngineException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNTLMEngineException
 
ResteasyNTLMEngineException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyNTLMEngineException
 
ResteasyProtocolException - Exception in org.jboss.resteasy.client.exception
 
ResteasyProtocolException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyProtocolException
 
ResteasyProtocolException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyProtocolException
 
ResteasyProtocolException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyProtocolException
 
ResteasyProtocolException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyProtocolException
 
ResteasyProviderFactory - Class in org.jboss.resteasy.spi
 
ResteasyProviderFactory() - Constructor for class org.jboss.resteasy.spi.ResteasyProviderFactory
 
ResteasyProviderFactory(ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.spi.ResteasyProviderFactory
Copies a specific component registry when a new provider is added.
ResteasyProviderFactory.SortedKey<T> - Class in org.jboss.resteasy.spi
Allow us to sort message body implementations that are more specific for their types i.e.
ResteasyRedirectException - Exception in org.jboss.resteasy.client.exception
 
ResteasyRedirectException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyRedirectException
 
ResteasyRedirectException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyRedirectException
 
ResteasyRedirectException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyRedirectException
 
ResteasyRedirectException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyRedirectException
 
ResteasyRegistration - Class in org.jboss.resteasy.plugins.spring
 
ResteasyRegistration() - Constructor for class org.jboss.resteasy.plugins.spring.ResteasyRegistration
 
ResteasyRegistration(String, String) - Constructor for class org.jboss.resteasy.plugins.spring.ResteasyRegistration
 
ResteasyRequestWrapper - Class in org.jboss.resteasy.springmvc
 
ResteasyRequestWrapper(HttpServletRequest) - Constructor for class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
ResteasyRequestWrapper(HttpServletRequest, String, String) - Constructor for class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
ResteasyServletInitializer - Class in org.jboss.resteasy.plugins.servlet
 
ResteasyServletInitializer() - Constructor for class org.jboss.resteasy.plugins.servlet.ResteasyServletInitializer
 
ResteasyTunnelRefusedException - Exception in org.jboss.resteasy.client.exception
 
ResteasyTunnelRefusedException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyTunnelRefusedException
 
ResteasyTunnelRefusedException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyTunnelRefusedException
 
ResteasyTunnelRefusedException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyTunnelRefusedException
 
ResteasyTunnelRefusedException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyTunnelRefusedException
 
ResteasyUnsupportedHttpVersionException - Exception in org.jboss.resteasy.client.exception
 
ResteasyUnsupportedHttpVersionException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyUnsupportedHttpVersionException
 
ResteasyUnsupportedHttpVersionException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyUnsupportedHttpVersionException
 
ResteasyUnsupportedHttpVersionException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyUnsupportedHttpVersionException
 
ResteasyUnsupportedHttpVersionException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyUnsupportedHttpVersionException
 
ResteasyUriBuilder - Class in org.jboss.resteasy.specimpl
 
ResteasyUriBuilder() - Constructor for class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
ResteasyURIException - Exception in org.jboss.resteasy.client.exception
 
ResteasyURIException() - Constructor for exception org.jboss.resteasy.client.exception.ResteasyURIException
 
ResteasyURIException(String) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyURIException
 
ResteasyURIException(String, Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyURIException
 
ResteasyURIException(Throwable) - Constructor for exception org.jboss.resteasy.client.exception.ResteasyURIException
 
ResteasyUriInfo - Class in org.jboss.resteasy.spi
UriInfo implementation with some added extra methods to help process requests
ResteasyUriInfo(String, String, String) - Constructor for class org.jboss.resteasy.spi.ResteasyUriInfo
 
ResteasyUriInfo(URI, URI) - Constructor for class org.jboss.resteasy.spi.ResteasyUriInfo
 
ResteasyUriInfo(URI) - Constructor for class org.jboss.resteasy.spi.ResteasyUriInfo
 
ResteasyView - Class in org.jboss.resteasy.springmvc
 
ResteasyView(String, ResteasyDeployment) - Constructor for class org.jboss.resteasy.springmvc.ResteasyView
 
ResteasyView() - Constructor for class org.jboss.resteasy.springmvc.ResteasyView
 
ResteasyViolationException - Exception in org.jboss.resteasy.api.validation
 
ResteasyViolationException(ViolationsContainer<?>) - Constructor for exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
ResteasyViolationException(ViolationsContainer<?>, List<MediaType>) - Constructor for exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
ResteasyViolationException(String) - Constructor for exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
ResteasyViolationExceptionMapper - Class in org.jboss.resteasy.api.validation
 
ResteasyViolationExceptionMapper() - Constructor for class org.jboss.resteasy.api.validation.ResteasyViolationExceptionMapper
 
ResteasyWebArgumentResolver - Class in org.jboss.resteasy.springmvc
This class can be used as part of Spring's AnnotationMethodHandlerAdapter.
ResteasyWebArgumentResolver() - Constructor for class org.jboss.resteasy.springmvc.ResteasyWebArgumentResolver
 
ResteasyWebHandlerTemplate<T> - Class in org.jboss.resteasy.springmvc
 
ResteasyWebHandlerTemplate(ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.springmvc.ResteasyWebHandlerTemplate
 
ResteasyWebTarget - Interface in org.jboss.resteasy.client.jaxrs
 
RestfulData - Annotation Type in org.jboss.resteasy.springmvc.annotation
 
RESTServiceDiscovery - Class in org.jboss.resteasy.links
This holds a list of atom links describing the REST service discovered.
RESTServiceDiscovery() - Constructor for class org.jboss.resteasy.links.RESTServiceDiscovery
 
RESTServiceDiscovery.AtomLink - Class in org.jboss.resteasy.links
An Atom link
RESTServiceDiscovery.AtomLink() - Constructor for class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
RESTServiceDiscovery.AtomLink(String, String) - Constructor for class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
RESTUtils - Class in org.jboss.resteasy.links.impl
 
RESTUtils() - Constructor for class org.jboss.resteasy.links.impl.RESTUtils
 
results - Variable in exception org.jboss.resteasy.security.doseta.UnauthorizedSignatureException
 
results - Variable in class org.jboss.resteasy.security.doseta.VerificationResults
 
resume(Object) - Method in interface javax.ws.rs.container.AsyncResponse
Resume the suspended request processing using the provided response data.
resume(Throwable) - Method in interface javax.ws.rs.container.AsyncResponse
Resume the suspended request processing using the provided throwable.
resume(Object) - Method in class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
resume(Throwable) - Method in class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
resume(String, String) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
resume(AsyncResponse, Object) - Static method in class org.jboss.resteasy.test.async.callback.Resource
 
resume(String, String) - Method in class org.jboss.resteasy.test.async.Resource
 
resume(AsyncResponse, Object) - Static method in class org.jboss.resteasy.test.async.Resource
 
RESUMED - Static variable in class org.jboss.resteasy.test.async.callback.Resource
 
RESUMED - Static variable in class org.jboss.resteasy.test.async.Resource
 
resumeEncoding() - Method in class org.jboss.resteasy.util.Base64.OutputStream
Resumes encoding of the stream.
resumeObject(AsyncResponse) - Method in class org.jboss.resteasy.test.async.JaxrsResource
 
resumeObjectThread(AsyncResponse) - Method in class org.jboss.resteasy.test.async.JaxrsResource
 
resumeWithCheckedException(String) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
resumeWithCheckedException(String) - Method in class org.jboss.resteasy.test.async.Resource
 
resumeWithRuntimeException(String) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
resumeWithRuntimeException(String) - Method in class org.jboss.resteasy.test.async.Resource
 
rethrow() - Method in exception org.jboss.resteasy.core.ExceptionAdapter
Rethrows the original exception class.
RETRY_AFTER - Static variable in interface javax.ws.rs.core.HttpHeaders
RETRY_AFTER - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
returnType - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
returnType(Class<?>) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceLocatorBuilder
 
returnType(GenericType) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceLocatorBuilder
 
returnType - Variable in class org.jboss.resteasy.spi.metadata.ResourceLocator
 
Role - Class in org.jboss.resteasy.keystone.model
 
Role() - Constructor for class org.jboss.resteasy.keystone.model.Role
 
Role - Class in org.jboss.resteasy.skeleton.key.idm.model.data
 
Role() - Constructor for class org.jboss.resteasy.skeleton.key.idm.model.data.Role
 
role(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
role(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
role(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ScopeMappingRepresentation
 
RoleBasedSecurityFeature - Class in org.jboss.resteasy.plugins.interceptors
 
RoleBasedSecurityFeature() - Constructor for class org.jboss.resteasy.plugins.interceptors.RoleBasedSecurityFeature
 
RoleBasedSecurityFilter - Class in org.jboss.resteasy.plugins.interceptors
 
RoleBasedSecurityFilter(String[], boolean, boolean) - Constructor for class org.jboss.resteasy.plugins.interceptors.RoleBasedSecurityFilter
 
roleCacheEntry(String) - Static method in class org.jboss.resteasy.keystone.server.RolesService
 
roleMapping(String) - Method in class org.jboss.resteasy.keystone.model.StoredProject
 
RoleMapping - Class in org.jboss.resteasy.skeleton.key.idm.model.data
 
RoleMapping() - Constructor for class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
roleMapping(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
roleMapping(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
RoleMappingRepresentation - Class in org.jboss.resteasy.skeleton.key.representations.idm
 
RoleMappingRepresentation() - Constructor for class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
roleMappings - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
roleMappings - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
roles() - Method in interface org.jboss.resteasy.keystone.client.SkeletonKeyAdminClient
 
Roles - Class in org.jboss.resteasy.keystone.model
 
Roles() - Constructor for class org.jboss.resteasy.keystone.model.Roles
 
roles - Variable in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
roles - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
roles - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.ScopeMapping
 
roles - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
roles - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
roles - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.ScopeMappingRepresentation
 
roles - Variable in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken.Access
 
roles(Set<String>) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken.Access
 
rolesAllowed - Variable in class org.jboss.resteasy.plugins.interceptors.RoleBasedSecurityFilter
 
RolesResource - Interface in org.jboss.resteasy.keystone.client
 
RolesService - Class in org.jboss.resteasy.keystone.server
 
RolesService(Cache) - Constructor for class org.jboss.resteasy.keystone.server.RolesService
 
root - Variable in class org.jboss.resteasy.core.LocatorRegistry
 
root - Variable in class org.jboss.resteasy.core.registry.ClassExpression
 
root - Variable in class org.jboss.resteasy.core.registry.RootClassNode
 
root - Variable in class org.jboss.resteasy.core.registry.RootNode
 
root - Variable in class org.jboss.resteasy.core.ResourceMethodRegistry
 
root - Variable in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
RootClassNode - Class in org.jboss.resteasy.core.registry
 
RootClassNode() - Constructor for class org.jboss.resteasy.core.registry.RootClassNode
 
RootNode - Class in org.jboss.resteasy.core.registry
 
RootNode() - Constructor for class org.jboss.resteasy.core.registry.RootNode
 
rootNode - Variable in class org.jboss.resteasy.core.ResourceMethodRegistry
 
rootResource(Class<?>) - Static method in class org.jboss.resteasy.spi.metadata.ResourceBuilder
 
rootResource(Class<?>, String) - Static method in class org.jboss.resteasy.spi.metadata.ResourceBuilder
 
rootResourceFromAnnotations(Class<?>) - Static method in class org.jboss.resteasy.spi.metadata.ResourceBuilder
Build metadata from annotations on classes and methods
rootResourcePath - Variable in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
rootResourcePath - Variable in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServer
 
RSA1_5(RSAPublicKey) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
 
rsa256(PrivateKey) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
 
rsa384(PrivateKey) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
 
rsa512(PrivateKey) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder.EncodingBuilder
 
RSA_OAEP(RSAPublicKey) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder.EncryptionBuilder
 
RSADecrypter - Class in org.jboss.resteasy.jose.jwe.crypto
RSA decrypter.
RSADecrypter() - Constructor for class org.jboss.resteasy.jose.jwe.crypto.RSADecrypter
 
RSAEncrypter - Class in org.jboss.resteasy.jose.jwe.crypto
RSA encrypter

RSAEncrypter() - Constructor for class org.jboss.resteasy.jose.jwe.crypto.RSAEncrypter
 
RSAProvider - Class in org.jboss.resteasy.jose.jws.crypto
 
RSAProvider() - Constructor for class org.jboss.resteasy.jose.jws.crypto.RSAProvider
 
RSATokenVerifier - Class in org.jboss.resteasy.skeleton.key
 
RSATokenVerifier() - Constructor for class org.jboss.resteasy.skeleton.key.RSATokenVerifier
 
run() - Method in class Acme.Serve.Serve.ServeConnection
 
run() - Method in class org.jboss.resteasy.plugins.providers.multipart.FieldEnablerPrivilegedAction
 
runInBackground() - Method in class Acme.Serve.Serve
 
RuntimeDelegate - Class in javax.ws.rs.ext
Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality.
RuntimeDelegate() - Constructor for class javax.ws.rs.ext.RuntimeDelegate
Allows custom implementations to extend the RuntimeDelegate class.
RuntimeDelegate.HeaderDelegate<T> - Interface in javax.ws.rs.ext
Defines the contract for a delegate that is responsible for converting between the String form of a HTTP header and the corresponding JAX-RS type T.
RuntimeType - Enum in javax.ws.rs
Enumeration of JAX-RS runtime types.

S

sameWeight(MediaType, MediaType) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
savePathParams(String, StringBuffer, List<String>) - Static method in class org.jboss.resteasy.util.Encode
 
SC_ACCEPTED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (202) indicating that a request was accepted for processing, but was not completed.
SC_BAD_GATEWAY - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (502) indicating that the HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
SC_BAD_REQUEST - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (400) indicating the request sent by the client was syntactically incorrect.
SC_CONFLICT - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (409) indicating that the request could not be completed due to a conflict with the current state of the resource.
SC_CONTINUE - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (100) indicating the client can continue.
SC_CREATED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (201) indicating the request succeeded and created a new resource on the server.
SC_EXPECTATION_FAILED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (417) indicating that the server could not meet the expectation given in the Expect request header.
SC_FORBIDDEN - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (403) indicating the server understood the request but refused to fulfill it.
SC_FOUND - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (302) indicating that the resource reside temporarily under a different URI.
SC_GATEWAY_TIMEOUT - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (504) indicating that the server did not receive a timely response from the upstream server while acting as a gateway or proxy.
SC_GONE - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (410) indicating that the resource is no longer available at the server and no forwarding address is known.
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (505) indicating that the server does not support or refuses to support the HTTP protocol version that was used in the request message.
SC_INTERNAL_SERVER_ERROR - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (500) indicating an error inside the HTTP server which prevented it from fulfilling the request.
SC_LENGTH_REQUIRED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (411) indicating that the request cannot be handled without a defined Content-Length.
SC_METHOD_NOT_ALLOWED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (405) indicating that the method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
SC_MOVED_PERMANENTLY - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (301) indicating that the resource has permanently moved to a new location, and that future references should use a new URI with their requests.
SC_MOVED_TEMPORARILY - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (302) indicating that the resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
SC_MULTIPLE_CHOICES - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (300) indicating that the requested resource corresponds to any one of a set of representations, each with its own specific location.
SC_NO_CONTENT - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (204) indicating that the request succeeded but that there was no new information to return.
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (203) indicating that the meta information presented by the client did not originate from the server.
SC_NOT_ACCEPTABLE - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (406) indicating that the resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
SC_NOT_FOUND - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (404) indicating that the requested resource is not available.
SC_NOT_IMPLEMENTED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (501) indicating the HTTP server does not support the functionality needed to fulfill the request.
SC_NOT_MODIFIED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (304) indicating that a conditional GET operation found that the resource was available and not modified.
SC_OK - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (200) indicating the request succeeded normally.
SC_PARTIAL_CONTENT - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (206) indicating that the server has fulfilled the partial GET request for the resource.
SC_PAYMENT_REQUIRED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (402) reserved for future use.
SC_PRECONDITION_FAILED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (412) indicating that the precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (407) indicating that the client MUST first authenticate itself with the proxy.
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (413) indicating that the server is refusing to process the request because the request entity is larger than the server is willing or able to process.
SC_REQUEST_TIMEOUT - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (408) indicating that the client did not produce a request within the time that the server was prepared to wait.
SC_REQUEST_URI_TOO_LONG - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (414) indicating that the server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (416) indicating that the server cannot serve the requested byte range.
SC_RESET_CONTENT - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (205) indicating that the agent SHOULD reset the document view which caused the request to be sent.
SC_SEE_OTHER - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (303) indicating that the response to the request can be found under a different URI.
SC_SERVICE_UNAVAILABLE - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (503) indicating that the HTTP server is temporarily overloaded, and unable to handle the request.
SC_SWITCHING_PROTOCOLS - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (101) indicating the server is switching protocols according to Upgrade header.
SC_TEMPORARY_REDIRECT - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (307) indicating that the requested resource resides temporarily under a different URI.
SC_UNAUTHORIZED - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (401) indicating that the request requires HTTP authentication.
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (415) indicating that the server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
SC_USE_PROXY - Static variable in interface org.jboss.resteasy.util.HttpResponseCodes
Status code (305) indicating that the requested resource MUST be accessed through the proxy given by the Location field.
scannableClass - Variable in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
scannedJndiComponentResources - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
scannedProviderClasses - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
scannedResourceClasses - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
scanResources() - Method in class org.jboss.resteasy.jsapi.JSAPIServlet
 
scheme(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI scheme.
scheme - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
 
scheme(String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
schemeSpecificPart(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI scheme-specific-part (see URI).
schemeSpecificPart(String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
ScopeMapping - Class in org.jboss.resteasy.skeleton.key.idm.model.data
 
ScopeMapping() - Constructor for class org.jboss.resteasy.skeleton.key.idm.model.data.ScopeMapping
 
scopeMapping(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
scopeMapping(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
ScopeMappingRepresentation - Class in org.jboss.resteasy.skeleton.key.representations.idm
 
ScopeMappingRepresentation() - Constructor for class org.jboss.resteasy.skeleton.key.representations.idm.ScopeMappingRepresentation
 
scopeMappings - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
scopeMappings - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
SecondSettingCompletionCallback - Class in org.jboss.resteasy.test.async.callback
 
SecondSettingCompletionCallback() - Constructor for class org.jboss.resteasy.test.async.callback.SecondSettingCompletionCallback
 
secret - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
secret - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
SecureUnmarshaller - Class in org.jboss.resteasy.plugins.providers.jaxb
 
SecureUnmarshaller(Unmarshaller, boolean, boolean, boolean) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
SecurityContext - Interface in javax.ws.rs.core
An injectable interface that provides access to security related information.
securityContext - Variable in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
securityContext - Variable in class org.jboss.resteasy.skeleton.key.jaxrs.JaxrsBearerTokenFilter
 
SecurityDomain - Interface in org.jboss.resteasy.plugins.server.embedded
Simple plugin to provide authentication/authorization to embedded implementations
securityDomain - Variable in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
securityEnabled - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
SecurityPrecedence - Annotation Type in org.jboss.resteasy.annotations.interception
Should be placed on a PreProcessInterceptor.
seeOther(URI) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a redirection.
segment(String...) - Method in class javax.ws.rs.core.UriBuilder
Append path segments to the existing path.
segment - Variable in class org.jboss.resteasy.core.registry.ClassNode
 
segment - Variable in class org.jboss.resteasy.core.registry.SegmentNode
 
segment(String...) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
SegmentNode - Class in org.jboss.resteasy.core.registry
 
SegmentNode(String) - Constructor for class org.jboss.resteasy.core.registry.SegmentNode
 
SegmentNode.Match - Class in org.jboss.resteasy.core.registry
 
SegmentNode.Match(MethodExpression, Matcher) - Constructor for class org.jboss.resteasy.core.registry.SegmentNode.Match
 
SegmentNode.SortEntry - Class in org.jboss.resteasy.core.registry
 
SegmentNode.SortEntry(SegmentNode.Match, SegmentNode.SortFactor, SegmentNode.SortFactor, MediaType) - Constructor for class org.jboss.resteasy.core.registry.SegmentNode.SortEntry
 
SegmentNode.SortFactor - Class in org.jboss.resteasy.core.registry
 
SegmentNode.SortFactor() - Constructor for class org.jboss.resteasy.core.registry.SegmentNode.SortFactor
 
segments - Variable in class org.jboss.resteasy.specimpl.PathSegmentImpl.SegmentParse
 
SELECTOR - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
SelectorAcceptor - Class in Acme.Serve
 
SelectorAcceptor() - Constructor for class Acme.Serve.SelectorAcceptor
 
selectVariant(List<Variant>) - Method in interface javax.ws.rs.core.Request
Select the representation variant that best matches the request.
selectVariant(List<Variant>) - Method in class org.jboss.resteasy.specimpl.RequestImpl
 
self - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
self - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
self - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
self - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
self - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.ScopeMappingRepresentation
 
self - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
SelfExpandingBufferredInputStream - Class in org.jboss.resteasy.client.core
Extension of BufferedInputStream enforcing the contract where reset() always returns to the beginning of the stream, and the internal buffer expands automatically to the total length of content read from the underlying stream.
SelfExpandingBufferredInputStream(InputStream) - Constructor for class org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream
 
SelfExpandingBufferredInputStream(InputStream, int) - Constructor for class org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream
 
sendError(int, String) - Method in class Acme.Serve.Serve.ServeConnection
 
sendError(int) - Method in class Acme.Serve.Serve.ServeConnection
 
sendError(int, String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
sendError(int) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
sendError(int) - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
sendError(int, String) - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
sendError(int) - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
sendError(int, String) - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
sendError(int) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
sendError(int, String) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
sendError(int) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
sendError(int, String) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
sendError(int) - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
sendError(int) - Method in interface org.jboss.resteasy.spi.HttpResponse
 
sendError(int, String) - Method in interface org.jboss.resteasy.spi.HttpResponse
 
sendRedirect(String) - Method in class Acme.Serve.Serve.ServeConnection
 
sendRedirect(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
sendRedirect(String) - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
sendValues(HttpServletResponse, String...) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
Sends a list of OAuth parameters in the body of the given Http Servlet Response
sentError - Variable in class org.jboss.resteasy.mock.MockHttpResponse
 
SerializableProvider - Class in org.jboss.resteasy.plugins.providers
 
SerializableProvider() - Constructor for class org.jboss.resteasy.plugins.providers.SerializableProvider
 
Serve - Class in Acme.Serve
 
Serve(Map, PrintStream) - Constructor for class Acme.Serve.Serve
 
Serve() - Constructor for class Acme.Serve.Serve
Default constructor to create TJWS as a bean
serve() - Method in class Acme.Serve.Serve
Launches the server It doesn't exist until server runs, so start it in a dedicated thread.
Serve.AcceptLocaleEnumeration - Class in Acme.Serve
 
Serve.AcceptLocaleEnumeration(TreeSet) - Constructor for class Acme.Serve.Serve.AcceptLocaleEnumeration
 
Serve.Acceptor - Interface in Acme.Serve
 
Serve.AcmeSession - Class in Acme.Serve
Http session support

TODO: provide lazy session restoring, it should allow to load classes from wars 1st step it read serialization data and store under session attribute 2nd when the session requested, it tries to deserialize all session attributes considered that all classes available

Serve.BasicAuthRealm - Class in Acme.Serve
 
Serve.HttpSessionContextImpl - Class in Acme.Serve
 
Serve.HttpSessionContextImpl() - Constructor for class Acme.Serve.Serve.HttpSessionContextImpl
 
Serve.LocaleWithWeight - Class in Acme.Serve
 
Serve.PathTreeDictionary - Class in Acme.Serve
Class PathTreeDictionary - this class allows to put path elements in format n1/n2/n2[/*.ext] and get match to a pattern and a unmatched tail
Serve.PathTreeDictionary() - Constructor for class Acme.Serve.Serve.PathTreeDictionary
 
Serve.ServeConfig - Class in Acme.Serve
 
Serve.ServeConfig(ServletContext) - Constructor for class Acme.Serve.Serve.ServeConfig
 
Serve.ServeConfig(ServletContext, Hashtable, String) - Constructor for class Acme.Serve.Serve.ServeConfig
 
Serve.ServeConnection - Class in Acme.Serve
provides request/response
Serve.ServeConnection(Socket, Serve) - Constructor for class Acme.Serve.Serve.ServeConnection
 
Serve.ServeInputStream - Class in Acme.Serve
 
Serve.ServeInputStream(InputStream, Serve.ServeConnection) - Constructor for class Acme.Serve.Serve.ServeInputStream
Constructor
Serve.ServeOutputStream - Class in Acme.Serve
 
Serve.ServeOutputStream(OutputStream, Serve.ServeConnection) - Constructor for class Acme.Serve.Serve.ServeOutputStream
 
Serve.SimpleRequestDispatcher - Class in Acme.Serve
 
server - Variable in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
server - Variable in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
SERVER - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
ServerCache - Interface in org.jboss.resteasy.plugins.cache.server
 
ServerCache.Entry - Interface in org.jboss.resteasy.plugins.cache.server
 
ServerCacheFeature - Class in org.jboss.resteasy.plugins.cache.server
 
ServerCacheFeature() - Constructor for class org.jboss.resteasy.plugins.cache.server.ServerCacheFeature
 
ServerCacheFeature(ServerCache) - Constructor for class org.jboss.resteasy.plugins.cache.server.ServerCacheFeature
 
ServerCacheHitFilter - Class in org.jboss.resteasy.plugins.cache.server
 
ServerCacheHitFilter(ServerCache) - Constructor for class org.jboss.resteasy.plugins.cache.server.ServerCacheHitFilter
 
ServerCacheInterceptor - Class in org.jboss.resteasy.plugins.cache.server
 
ServerCacheInterceptor(ServerCache) - Constructor for class org.jboss.resteasy.plugins.cache.server.ServerCacheInterceptor
 
serverConsumes(MediaType) - Method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
 
ServerContentEncodingAnnotationFeature - Class in org.jboss.resteasy.plugins.interceptors.encoding
 
ServerContentEncodingAnnotationFeature() - Constructor for class org.jboss.resteasy.plugins.interceptors.encoding.ServerContentEncodingAnnotationFeature
 
ServerContentEncodingAnnotationFilter - Class in org.jboss.resteasy.plugins.interceptors.encoding
 
ServerContentEncodingAnnotationFilter(Set<String>) - Constructor for class org.jboss.resteasy.plugins.interceptors.encoding.ServerContentEncodingAnnotationFilter
 
ServerCookie - Class in org.jboss.resteasy.plugins.delegates
Server-side cookie representation.
ServerCookie() - Constructor for class org.jboss.resteasy.plugins.delegates.ServerCookie
 
ServerDigitalSigningHeaderDecoratorFeature - Class in org.jboss.resteasy.security.doseta
 
ServerDigitalSigningHeaderDecoratorFeature() - Constructor for class org.jboss.resteasy.security.doseta.ServerDigitalSigningHeaderDecoratorFeature
 
ServerDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator - Class in org.jboss.resteasy.security.doseta
 
ServerDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator(Signed) - Constructor for class org.jboss.resteasy.security.doseta.ServerDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator
 
ServerDigitalVerificationHeaderDecoratorFeature - Class in org.jboss.resteasy.security.doseta
 
ServerDigitalVerificationHeaderDecoratorFeature() - Constructor for class org.jboss.resteasy.security.doseta.ServerDigitalVerificationHeaderDecoratorFeature
 
ServerDigitalVerificationHeaderDecoratorFeature.DigitalVerificationHeaderDecorator - Class in org.jboss.resteasy.security.doseta
 
ServerDigitalVerificationHeaderDecoratorFeature.DigitalVerificationHeaderDecorator(Verify, Verifications) - Constructor for class org.jboss.resteasy.security.doseta.ServerDigitalVerificationHeaderDecoratorFeature.DigitalVerificationHeaderDecorator
 
ServerDrivenNegotiation - Class in org.jboss.resteasy.core.request
Variant selection.
ServerDrivenNegotiation() - Constructor for class org.jboss.resteasy.core.request.ServerDrivenNegotiation
 
serverDynamicFeatures - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
serverError() - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with an server error status.
ServerErrorException - Exception in javax.ws.rs
A base runtime application exception indicating a server error (HTTP 5xx status codes).
ServerErrorException(Response.Status) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response.Status) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(int) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, int) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response.Status, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response.Status, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(int, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, int, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(Response, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerErrorException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ServerErrorException
Construct a new server error exception.
ServerFormUrlEncodedProvider - Class in org.jboss.resteasy.plugins.providers
 
ServerFormUrlEncodedProvider(boolean) - Constructor for class org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider
 
ServerInterceptor - Annotation Type in org.jboss.resteasy.annotations.interception
Identifies an interceptor as a server-side interceptor
serverMediaType(MediaType) - Method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
shortcut for serverProduces(type).serverConsumes(type)
serverMessageBodyReaders - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
serverMessageBodyWriters - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
serverProduces(MediaType) - Method in class org.jboss.resteasy.client.ProxyBuilder
Deprecated.
 
ServerReaderInterceptorContext - Class in org.jboss.resteasy.core.interception
 
ServerReaderInterceptorContext(ReaderInterceptor[], ResteasyProviderFactory, Class, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream, HttpRequest) - Constructor for class org.jboss.resteasy.core.interception.ServerReaderInterceptorContext
 
serverReaderInterceptorRegistry - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
ServerResponse - Class in org.jboss.resteasy.core
 
ServerResponse() - Constructor for class org.jboss.resteasy.core.ServerResponse
 
ServerResponse(Object, int, Headers<Object>) - Constructor for class org.jboss.resteasy.core.ServerResponse
 
ServerResponse(BuiltResponse) - Constructor for class org.jboss.resteasy.core.ServerResponse
 
ServerResponseWriter - Class in org.jboss.resteasy.core
 
ServerResponseWriter() - Constructor for class org.jboss.resteasy.core.ServerResponseWriter
 
serverThreads - Variable in class Acme.Serve.Serve
 
ServerTokenAuthFilter - Class in org.jboss.resteasy.keystone.server
Used only by skeleton key server server
ServerTokenAuthFilter(TokenService) - Constructor for class org.jboss.resteasy.keystone.server.ServerTokenAuthFilter
 
ServerWriterInterceptorContext - Class in org.jboss.resteasy.core.interception
 
ServerWriterInterceptorContext(WriterInterceptor[], ResteasyProviderFactory, Object, Class, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream, HttpRequest) - Constructor for class org.jboss.resteasy.core.interception.ServerWriterInterceptorContext
 
serverWriterInterceptorRegistry - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
service(HttpServletRequest, HttpServletResponse) - Method in class Acme.Serve.CgiServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class Acme.Serve.FileServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.auth.oauth.OAuthServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.jsapi.JSAPIServlet
 
Service - Class in org.jboss.resteasy.keystone.model
 
Service() - Constructor for class org.jboss.resteasy.keystone.model.Service
 
service(ChannelHandlerContext, HttpRequest, HttpResponse, boolean) - Method in class org.jboss.resteasy.plugins.server.netty.cdi.CdiRequestDispatcher
 
service(ChannelHandlerContext, HttpRequest, HttpResponse, boolean) - Method in class org.jboss.resteasy.plugins.server.netty.RequestDispatcher
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
 
service(String, HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
 
service(String, HttpServletRequest, HttpServletResponse, boolean) - Method in class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
service(String, HttpServletRequest, HttpServletResponse) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher
 
ServiceDiscoveryException - Exception in org.jboss.resteasy.links.impl
 
ServiceDiscoveryException(Method, String) - Constructor for exception org.jboss.resteasy.links.impl.ServiceDiscoveryException
 
ServiceDiscoveryException(Method, String, Throwable) - Constructor for exception org.jboss.resteasy.links.impl.ServiceDiscoveryException
 
ServiceRegistry - Class in org.jboss.resteasy.jsapi
 
ServiceRegistry(ServiceRegistry, ResourceMethodRegistry, ResteasyProviderFactory, ResourceLocatorInvoker) - Constructor for class org.jboss.resteasy.jsapi.ServiceRegistry
 
Services - Class in org.jboss.resteasy.keystone.model
 
Services() - Constructor for class org.jboss.resteasy.keystone.model.Services
 
ServiceUnavailableException - Exception in javax.ws.rs
A runtime exception indicating that the requested resource cannot be served.
ServiceUnavailableException() - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
ServiceUnavailableException(String) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
ServiceUnavailableException(Long) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(String, Long) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(Date) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(String, Date) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
ServiceUnavailableException(Response) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(String, Response) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(Date, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(String, Date, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(Long, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(String, Long, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
ServiceUnavailableException(Response, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableException(String, Response, Throwable) - Constructor for exception javax.ws.rs.ServiceUnavailableException
Construct a new "service unavailable" exception.
ServiceUnavailableExceptionMapper - Class in org.jboss.resteasy.test.async
 
ServiceUnavailableExceptionMapper() - Constructor for class org.jboss.resteasy.test.async.ServiceUnavailableExceptionMapper
 
servlet - Variable in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
servlet - Variable in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServer
 
Servlet3AsyncHttpRequest - Class in org.jboss.resteasy.plugins.server.servlet
 
Servlet3AsyncHttpRequest(HttpServletRequest, HttpServletResponse, ServletContext, HttpResponse, ResteasyHttpHeaders, ResteasyUriInfo, String, SynchronousDispatcher) - Constructor for class org.jboss.resteasy.plugins.server.servlet.Servlet3AsyncHttpRequest
 
ServletActionURLs - Interface in org.jboss.resteasy.skeleton.key.servlet
 
ServletBootstrap - Class in org.jboss.resteasy.plugins.server.servlet
 
ServletBootstrap(ServletConfig) - Constructor for class org.jboss.resteasy.plugins.server.servlet.ServletBootstrap
 
servletContainerDispatcher - Variable in class org.jboss.resteasy.plugins.server.servlet.FilterDispatcher
 
servletContainerDispatcher - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
 
ServletContainerDispatcher - Class in org.jboss.resteasy.plugins.server.servlet
Helper/delegate class to unify Servlet and Filter dispatcher implementations
ServletContainerDispatcher() - Constructor for class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
servletContext - Variable in class org.jboss.resteasy.plugins.server.servlet.FilterDispatcher
 
servletContext - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
servletContext - Variable in class org.jboss.resteasy.plugins.server.servlet.ListenerBootstrap
 
ServletOAuthClient - Class in org.jboss.resteasy.skeleton.key.servlet
 
ServletOAuthClient() - Constructor for class org.jboss.resteasy.skeleton.key.servlet.ServletOAuthClient
 
ServletOAuthLogin - Class in org.jboss.resteasy.skeleton.key.as7
 
ServletOAuthLogin(RealmConfiguration, HttpServletRequest, HttpServletResponse, int) - Constructor for class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
servletResponse - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
ServletSecurityContext - Class in org.jboss.resteasy.plugins.server.servlet
 
ServletSecurityContext(HttpServletRequest) - Constructor for class org.jboss.resteasy.plugins.server.servlet.ServletSecurityContext
 
ServletUtil - Class in org.jboss.resteasy.plugins.server.servlet
 
ServletUtil() - Constructor for class org.jboss.resteasy.plugins.server.servlet.ServletUtil
 
SESSION_COOKIE_NAME - Static variable in class Acme.Serve.Serve.ServeConnection
 
SESSION_URL_NAME - Static variable in class Acme.Serve.Serve.ServeConnection
 
sessionEvent(SessionEvent) - Method in class org.jboss.resteasy.skeleton.key.as7.UserSessionManagement
 
sessions - Variable in class Acme.Serve.Serve
 
set(String) - Method in class org.jboss.resteasy.test.async.callback.StringBean
 
set(String, Object) - Static method in class org.jboss.security.web.ThreadContext
 
SET_COOKIE - Static variable in interface javax.ws.rs.core.HttpHeaders
SET_COOKIE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
setAbortedResponse(Response) - Method in class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
setAccept(List<MediaType>) - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
setAcceptCharsetHeaders(List<String>) - Method in class org.jboss.resteasy.core.request.ServerDrivenNegotiation
 
setAcceptEncodingHeaders(List<String>) - Method in class org.jboss.resteasy.core.request.ServerDrivenNegotiation
 
setAcceptHeaders(List<String>) - Method in class org.jboss.resteasy.core.request.ServerDrivenNegotiation
 
setAcceptLanguageHeaders(List<String>) - Method in class org.jboss.resteasy.core.request.ServerDrivenNegotiation
 
setAccessCodeLifespan(long) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
setAccessCodeLifespan(long) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
setAccessCodeLifetime(int) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setAccessKey(String) - Method in class org.jboss.resteasy.keystone.model.Authentication.ApiAccessKeyCredentials
 
setAccessLogged() - Method in class Acme.Serve.Serve
 
setActualProviderClasses(List<Class>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setActualResourceClasses(List<Class>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setAdapter(XmlAdapter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
Deprecated.
since 2.0
setAdapter(Class<A>, A) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
setAdapter(XmlAdapter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
setAdapter(Class<A>, A) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
setAdapter(XmlAdapter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
setAdapter(Class<A>, A) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
setAdapter(XmlAdapter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
setAdapter(Class<A>, A) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
setAdapter(XmlAdapter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
setAdapter(Class<A>, A) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
setAdapter(XmlAdapter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
setAdapter(Class<A>, A) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
setAdapter(XmlAdapter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
setAdapter(Class<A>, A) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
setAdapter(XmlAdapter) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
Deprecated.
since 2.0
setAdapter(Class<A>, A) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
setAddress(String) - Method in class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
Set the address.
setAdminRole(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setAdminRole(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setAdminURL(String) - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
setAlgorithm(String) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
Default value is SHA256withRSA, see Javadoc on java.security.Signature for other supported values.
setAlgorithm(String) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setAllow(MultivaluedMap, String[]) - Static method in class org.jboss.resteasy.util.HeaderHelper
 
setAllow(MultivaluedMap, Set<String>) - Static method in class org.jboss.resteasy.util.HeaderHelper
 
setAllowAnyHostname(boolean) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setAllowCredentials(boolean) - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
setAllowedHeaders(String) - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
Will allow all by default comma delimited string for Access-Control-Allow-Headers
setAllowedMethods(String) - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
Will allow all by default comma delimited string for Access-Control-Allow-Methods
setAlternateMediaType(String) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setAnnotations(Annotation[]) - Method in interface javax.ws.rs.ext.InterceptorContext
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider invocation.
setAnnotations(Annotation[]) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setAnnotations(Annotation[]) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
setAnnotations(Annotation[]) - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
setAnnotations(Annotation[]) - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
setAnnotations(Annotation[]) - Method in class org.jboss.resteasy.jsapi.MethodParamMetaData
 
setAnnotations(Annotation[]) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
setAnnotations(Annotation[]) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
setAnnotations(Annotation[]) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
setAnnotations(Annotation[]) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
setAnnotations(Annotation[]) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
setAnnotations(Annotation[]) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
setAnnotations(Annotation[]) - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousResponse
 
setAnnotations(Annotation[]) - Method in interface org.jboss.resteasy.spi.StringParameterUnmarshaller
 
setAnyOtherJAXBObject(Object) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setApiAccessKeyCredentials(Authentication.ApiAccessKeyCredentials) - Method in class org.jboss.resteasy.keystone.model.Authentication
 
setApplication(Application) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setApplicationClass(String) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setApplicationContextConfiguration(String) - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
setAsText(String) - Method in class javax.ws.rs.core.MediaTypeEditor
setAsynchronousContext(ResteasyAsynchronousContext) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
setAsyncJobServiceBasePath(String) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setAsyncJobServiceEnabled(boolean) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setAsyncJobServiceMaxJobResults(int) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setAsyncJobServiceMaxWait(long) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setAsyncJobServiceThreadPoolSize(int) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
setAttachmentMarshaller(AttachmentMarshaller) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
setAttachmentUnmarshaller(AttachmentUnmarshaller) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
setAttribute(String, Object) - Method in class Acme.Serve.Serve.AcmeSession
 
setAttribute(String, Object) - Method in class Acme.Serve.Serve.ServeConnection
Stores an attribute in this request.
setAttribute(String, Object) - Method in class Acme.Serve.Serve
 
setAttribute(String, Object) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
setAttribute(String, Object) - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
setAttribute(String, Object) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
setAttribute(String, Object) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
setAttribute(String, String) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
setAttribute(String, Object) - Method in interface org.jboss.resteasy.spi.HttpRequest
 
setAttribute(String, Object) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
setAttribute(String, Object) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
setAttribute(String, Object) - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
setAttribute(String, Object) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
setAttribute(char[], int, int, char, String, String) - Method in class org.jboss.resteasy.util.ParameterParser
Takes string as-is and only changes the value of a specific attribute.
setAttributeExceptionsTo(String) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setAttributes(Map<String, Object>) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setAttributes(Map<String, String>) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
setAuthorizationUrl(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
setAuthUrl(String) - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
setAuthUrl(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setAuthUrl(UriBuilder) - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
setBase(URI) - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
setBase(String) - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes
Sets the value of the base property.
setBase(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.CommonAttributes
 
setBase(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.Generator
 
setBase64Signature(String) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
setBasePath(String) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
Set the base path to find jobs
setBaseUri(URI) - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
setBaseUri(URI) - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
This is a mandatory property that needs to be set.
setBeanFactory(BeanFactory) - Method in class org.jboss.resteasy.plugins.spring.OptionalValueBeanFactory
 
setBeanName(String) - Method in class org.jboss.resteasy.plugins.spring.OptionalValueBeanFactory
 
setBeanName(String) - Method in class org.jboss.resteasy.plugins.spring.ResteasyRegistration
 
setBeanNames(Collection<String>) - Method in class org.jboss.resteasy.plugins.spring.BeanNameFilter
 
setBindAddress(String) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setBody(MimeBodyPart) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
setBody(MimeMultipart) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
setBodyHashRequired(boolean) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
setBodyHashRequired(boolean) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setBootstrap(Class) - Static method in class org.jboss.resteasy.test.EmbeddedContainer
 
setBoundary(String) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartOutput
 
setBufferSize(int) - Method in class Acme.Serve.Serve.ServeConnection
 
setBufferSize(int) - Method in class Acme.Serve.Serve.ServeOutputStream
 
setBufferSize(int) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
setBuiltinsRegistered(boolean) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
setBuiltinsRegistered(boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
setCache(BrowserCache) - Method in class org.jboss.resteasy.client.jaxrs.cache.BrowserCacheFeature
 
setCacheTimeout(long) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
setCallbackQueryParameter(String) - Method in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
Set callback query parameter.
setCallbackQueryParameter(String) - Method in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
Set callback query parameter.
setCancelPropagation(boolean) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setCancelPropagation(boolean) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setCertificate(X509Certificate) - Method in class org.jboss.resteasy.keystone.server.TokenService
 
setCertificate(X509Certificate) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
setCertificate(X509Certificate) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
setCertificate(X509Certificate) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
setCertificate(X509Certificate) - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
setChannelHandlers(List<ChannelHandler>) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
Add additional ChannelHandlers to the ServerBootstrap.
setChannelOptions(Map<String, Object>) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
Add channel options to Netty ServerBootstrap.
setCharacterEncoding(String) - Method in class Acme.Serve.Serve.ServeConnection
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
setCharacterEncoding(String) - Method in class org.jboss.resteasy.util.HttpServletRequestDelegate
 
setCharacterSetQualityValue(QualityValue) - Method in class org.jboss.resteasy.core.request.VariantQuality
 
setCharset(MediaType, Marshaller) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
setChunked(boolean) - Method in class Acme.Serve.Serve.ServeOutputStream
 
setCity(String) - Method in class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
Set the city.
setClassViolations(ArrayList<ResteasyConstraintViolation>) - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
setClazz(Class<?>) - Method in class org.jboss.resteasy.client.core.ClientProxy
 
setClazz(Class<?>) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy
 
setClazz(Class<?>) - Method in class org.jboss.resteasy.plugins.spring.OptionalValueBeanFactory
 
setClazz(String) - Method in class org.jboss.resteasy.plugins.stats.ResourceMethodEntry
 
setClazz(String) - Method in class org.jboss.resteasy.plugins.stats.SubresourceLocator
 
setClient(Client) - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
setClient(String) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
setClient(User) - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
setClient(ResteasyClient) - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
setClientConfiguration(ClientConfiguration) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
setClientExecutor(ClientExecutor) - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
Optional property for advanced usage.
setClientId(String) - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
setClientId(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setClientId(String) - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
setClientKeyPassword(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setClientKeyPassword(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setClientKeyPassword(String) - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
setClientKeystore(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setClientKeystore(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setClientKeystore(KeyStore) - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
setClientKeystorePassword(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setClientKeystorePassword(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setClientRole(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setCodeUrl(String) - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
setCodeUrl(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setCodeUrl(ResteasyWebTarget) - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
setCodeUrl(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
setCompressionAlgorithm(CompressionAlgorithm) - Method in class org.jboss.resteasy.jose.jwe.JWEHeader
 
setConnectionPoolSize(int) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setConstructedDefaultContextObjects(Map<String, String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setContent(String) - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppAccept
Sets the value of the content property.
setContent(Content) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setContentLength(int) - Method in class Acme.Serve.Serve.ServeConnection
 
setContentLength(int) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
setContentType(String) - Method in class Acme.Serve.Serve.ServeConnection
 
setContentType(String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
setContentType(String) - Method in class org.jboss.resteasy.springmvc.ResteasyView
 
setContext(String) - Method in class org.jboss.resteasy.plugins.spring.ResteasyRegistration
 
setContext(String) - Method in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
setContext(String) - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
setContextParameters(Hashtable<String, String>) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
setContextPath(String) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSRequestPreProcessor
 
setContextPath(String) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher
 
setContextPath(String) - Method in class org.jboss.resteasy.springmvc.tjws.TJWSSpringMVCDispatcher
 
SETCOOKIE - Static variable in class Acme.Serve.Serve.ServeConnection
 
setCookie(String, String, String, String, boolean) - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
setCookieLoginAllowed(boolean) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
setCookieLoginAllowed(boolean) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
setCookies(Map<String, Cookie>) - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
setCorsMaxAge(int) - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
 
setCountry(String) - Method in class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
Set the country.
setCredentials(Map<String, String>) - Method in class org.jboss.resteasy.keystone.model.StoredUser
 
setCredentials(List<UserRepresentation.Credential>) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
setData(CMSSignedData) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
setDateHeader(String, long) - Method in class Acme.Serve.Serve.ServeConnection
 
setDateHeader(String, long) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
setDefaultContentType(HttpRequest, BuiltResponse, ResteasyProviderFactory, ResourceMethodInvoker) - Static method in class org.jboss.resteasy.core.ServerResponseWriter
 
setDefaultContextObjects(Map<Class, Object>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setDefaultExecutorClass(String) - Static method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
Set the default executor class name.
setDefaultPrivateDomain(String) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
setDefaultProxy(HttpHost) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
setDelegate(Unmarshaller) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
setDelegate(Unmarshaller) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
setDelegate(OutputStream) - Method in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
setDelegate(OutputStream) - Method in class org.jboss.resteasy.util.DelegatingOutputStream
 
setDelegatingOutputStream(DelegatingOutputStream) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
setDeployment(ResteasyDeployment) - Method in interface org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer
 
setDeployment(ResteasyDeployment) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
setDeployment(ResteasyDeployment) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
 
setDeployment(ResteasyDeployment) - Method in class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
 
setDeployment(ResteasyDeployment) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
setDeployment(ResteasyDeployment) - Method in class org.jboss.resteasy.springmvc.ResteasyNoResourceFoundView
 
setDeployment(ResteasyDeployment) - Method in class org.jboss.resteasy.springmvc.ResteasyView
 
setDeploymentSensitiveFactoryEnabled(boolean) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setDescription(String) - Method in class org.jboss.resteasy.keystone.model.Project
 
setDescription(String) - Method in class org.jboss.resteasy.keystone.model.Service
 
setDisableDTDs(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
setDisableDTDs(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
setDisableDTDs(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
setDisableExternalEntities(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
setDisableExternalEntities(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
setDisableExternalEntities(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
setDispatcher(Dispatcher) - Method in class org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher
 
setDispatcher(Dispatcher) - Method in class org.jboss.resteasy.plugins.server.sun.http.ResteasyHttpHandler
 
setDispatcher(AsynchronousDispatcher) - Method in class org.jboss.resteasy.plugins.spring.AsyncronousDispatcherManager
 
setDispatcher(Dispatcher) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
setDispatcher(Dispatcher) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setDnsUri(String) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
setDomain(String) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
setElement(Element) - Method in class org.jboss.resteasy.plugins.providers.atom.Content
Set the content to an XML Element
setElement(Element) - Method in class org.jboss.resteasy.plugins.providers.atom.Text
Set the content to an XML Element
setEmail(String) - Method in class org.jboss.resteasy.keystone.model.User
 
setEmail(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Person
 
setEnabled(Boolean) - Method in class org.jboss.resteasy.keystone.model.Project
 
setEnabled(Boolean) - Method in class org.jboss.resteasy.keystone.model.User
 
setEnabled(boolean) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
setEnabled(boolean) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.User
 
setEnabled(boolean) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
setEnabled(boolean) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
setEnableSecureProcessingFeature(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
setEnableSecureProcessingFeature(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
setEnableSecureProcessingFeature(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
setEncodingQualityValue(QualityValue) - Method in class org.jboss.resteasy.core.request.VariantQuality
 
setEncryptionMethod(EncryptionMethod) - Method in class org.jboss.resteasy.jose.jwe.JWEHeader
 
setEntity(Object) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new message entity.
setEntity(Object, Annotation[], MediaType) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new message entity, including the attached annotations and the media type.
setEntity(Object) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new message entity.
setEntity(Object, Annotation[], MediaType) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new message entity, including the attached annotations and the media type.
setEntity(Object) - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Update object to be written as HTTP entity.
setEntity(Entity) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
setEntity(Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
setEntity(Object, Annotation[], MediaType) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
setEntity(Object) - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
setEntity(Object) - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
setEntity(Object, Annotation[], MediaType) - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
setEntity(Object) - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
setEntity(Object) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
setEntity(Object) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
setEntityAnnotations(Annotation[]) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
setEntityClass(Class) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
setEntityObject(Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
setEntityStream(OutputStream) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new entity output stream.
setEntityStream(InputStream) - Method in interface javax.ws.rs.client.ClientResponseContext
Set a new entity input stream.
setEntityStream(InputStream) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new entity input stream.
setEntityStream(OutputStream) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new entity output stream.
setEntityStream(OutputStream) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
setEntityStream(OutputStream) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
setEntityStream(InputStream) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
setEntityStream(OutputStream) - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
setEntityStream(InputStream) - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
setEntityStream(InputStream) - Method in class org.jboss.resteasy.core.interception.ResponseContainerRequestContext
 
setError(Integer, String) - Method in class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
setErrorCode(int) - Method in exception org.jboss.resteasy.spi.Failure
 
setErrorCode(Integer) - Method in class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
setErrorMessage(String) - Method in class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
setEventHandler(ValidationEventHandler) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
setEventHandler(ValidationEventHandler) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
setEventHandler(ValidationEventHandler) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
setEventHandler(ValidationEventHandler) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
setEventHandler(ValidationEventHandler) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
setEventHandler(ValidationEventHandler) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
setEventHandler(ValidationEventHandler) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
setEventHandler(ValidationEventHandler) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
setException(Exception) - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
setException(String) - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
setException(Exception) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setException(Exception) - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
setExecutionInterceptors(ClientExecutionInterceptor[]) - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
setExecutionInterceptors(Collection<ClientExecutionInterceptor>) - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
setExecutor(ExecutorService) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
Plug in your own executor to process requests
setExecutor(ClientExecutor) - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
setExecutorThreadCount(int) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
Set the number of threads to use for the Executor.
setExpiration(Date) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
setExpiration(int, int, int, int, int, int) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
Calculates an expiration date based on the current time plus the additional time units specified in the method parameters.
setExpiration(long) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
setExpiration(long) - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
setExpires(Calendar) - Method in class org.jboss.resteasy.keystone.model.UrlToken
 
setExpiresIn(long) - Method in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
setExposedHeaders(String) - Method in class org.jboss.resteasy.plugins.interceptors.CorsFilter
comma delimited list
setFactory(ResteasyProviderFactory) - Method in class org.jboss.resteasy.springmvc.ResteasyWebArgumentResolver
 
setFailureException(Exception) - Method in class org.jboss.resteasy.security.doseta.VerificationResult
 
setFields(Class<?>, MultipartFormDataInputImpl, Object) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationReader
 
setFieldViolations(ArrayList<ResteasyConstraintViolation>) - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
setFileUploadInMemoryThresholdLimit(int) - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
setFileUploadInMemoryThresholdLimit(int) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
setFileUploadMemoryUnit(String) - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
setFileUploadMemoryUnit(ApacheHttpClient4Engine.MemoryUnit) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
setFileUploadTempFileDir(File) - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
setFileUploadTempFileDir(File) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
setFinder(JAXBContextFinder) - Method in class org.jboss.resteasy.plugins.providers.atom.Content
 
setFinder(JAXBContextFinder) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setFinder(JAXBContextFinder) - Method in class org.jboss.resteasy.plugins.providers.atom.Text
 
setFixed(Boolean) - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
Sets the value of the fixed property.
setFollowRedirects(boolean) - Method in class org.jboss.resteasy.client.ClientRequestFactory
Deprecated.
 
setFollowRedirects(boolean) - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
setFollowRedirects(boolean) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
setGenerator(Generator) - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
setGenericReturnType(Type) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setGenericType(Type) - Method in interface javax.ws.rs.ext.InterceptorContext
Update type of the object to be produced or written.
setGenericType(Type) - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
setGenericType(Type) - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
setGenericType(Type) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
setGenericType(Type) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
setGenericType(Type) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
setGenericType(Type) - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
setGenericType(Type) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
setGenericType(Type) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
setGenericType(Type) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
setGrantUrl(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
setHashed(boolean) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
setHashed(boolean) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
 
setHeader(String, String) - Method in class Acme.Serve.Serve.ServeConnection
 
setHeader(String, String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
setHeaders(MultivaluedMap<String, String>) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setHeaders(MockHttpResponse, BaseClientResponse) - Method in class org.jboss.resteasy.client.core.executors.InMemoryClientExecutor
 
setHeaders(ClientRequestHeaders) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
setHeaders(MultivaluedMap<String, Object>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
setHeaders(MultivaluedMap<String, String>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
setHeaders(CommitHeaderOutputStream.CommitCallback) - Method in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
setHostname(String) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
setHostnameVerifier(HostnameVerifier) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
setHostnameVerifier(HostnameVerifier) - Method in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
 
setHref(String) - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
setHref(String) - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
Sets the value of the href property.
setHref(String) - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
Sets the value of the href property.
setHref(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
setHref(String) - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
setHreflang(String) - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
setHreflang(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
setHttpClient(HttpClient) - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
Optional property.
setHttpContext(HttpContext) - Method in class org.jboss.resteasy.client.core.executors.ApacheHttpClient4Executor
 
setHttpContext(HttpContext) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
setHttpMethod(String) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
setHttpMethod(String) - Method in class org.jboss.resteasy.client.core.ClientInvoker
 
setHttpMethod(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
setHttpMethod(String) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
setHttpMethod(String) - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
setHttpMethod(String) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
setHttpMethod(String) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
setHttpMethod(String) - Method in interface org.jboss.resteasy.spi.HttpRequest
 
setHttpMethod(String) - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
setHttpServer(HttpServer) - Method in class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
If you do not provide an HttpServer instance, one will be created on startup
setIcon(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
setId(String) - Method in class org.jboss.resteasy.keystone.model.Authentication.Token
 
setId(String) - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
setId(String) - Method in class org.jboss.resteasy.keystone.model.Project
 
setId(String) - Method in class org.jboss.resteasy.keystone.model.Role
 
setId(String) - Method in class org.jboss.resteasy.keystone.model.User
 
setId(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setId(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
setId(String) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
setId(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
setId(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
setId(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Resource
 
setId(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Role
 
setId(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
setId(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.ScopeMapping
 
setId(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.User
 
setId(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserAttribute
 
setId(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
setIdentifierName(String) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setIdentifierValue(String) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setIgnoreExpiration(boolean) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setIgnorePrematch(boolean) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
setInInclude(boolean) - Method in class Acme.Serve.Serve.ServeConnection
 
setInitParameters(Hashtable<String, String>) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
setInitParams(Hashtable<String, String>) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer.FileMappingServe
 
setInjectorFactory(InjectorFactory) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
setInjectorFactory(InjectorFactory) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
setInjectorFactoryClass(String) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setInput(boolean) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
setInput(boolean) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
setInputStream(InputStream) - Method in interface javax.ws.rs.ext.ReaderInterceptorContext
Set the input stream of the object to be read.
setInputStream(InputStream) - Method in class org.jboss.resteasy.client.jaxrs.internal.AbortedResponse
 
setInputStream(InputStream) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
setInputStream(InputStream) - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
setInputStream(InputStream) - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
setInputStream(InputStream) - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
setInputStream(InputStream) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
setInputStream(InputStream) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
setInputStream(InputStream) - Method in interface org.jboss.resteasy.spi.HttpRequest
If you are using a servlet container, this will *NOT* override the HttpServletRequest.getInputStream().
setInputStream(InputStream) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
setInputStream(InputStream) - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
setInstance(RuntimeDelegate) - Static method in class javax.ws.rs.ext.RuntimeDelegate
Set the runtime delegate that will be used by JAX-RS classes.
setInstance(InternalDispatcher) - Static method in class org.jboss.resteasy.spi.InternalDispatcher
 
setInstance(ResteasyProviderFactory) - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
setInterceptorAfterPrecedences(Map<String, String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setInterceptorBeforePrecedences(Map<String, String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setInterceptorPrecedences(List<String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setInterceptors(HandlerInterceptor[]) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
setInternalCache(BrowserCache) - Method in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
setInternalCache(BrowserCache) - Method in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
setInternalURL(String) - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
setIntHeader(String, int) - Method in class Acme.Serve.Serve.ServeConnection
 
setIntHeader(String, int) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
setInvocations(long) - Method in class org.jboss.resteasy.plugins.stats.ResourceMethodEntry
 
setInvoker(ResourceInvoker) - Method in class org.jboss.resteasy.springmvc.ResteasyRequestWrapper
 
setIoWorkerCount(int) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
Specify the worker count to use.
setItems(List<Item>) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
Set the item.
setJAXBObject(Object) - Method in class org.jboss.resteasy.plugins.providers.atom.Content
 
setJAXBObject(Object) - Method in class org.jboss.resteasy.plugins.providers.atom.Text
 
setJndiComponentResources(List<String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setJndiResources(List<String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setKeepAlive(boolean) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
setKeepAlive(boolean) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setKeepAliveTimeout(long) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setKey(String) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JaxbMap.Entry
 
setKey(PublicKey) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setKeyStore(KeyStoreKeyRepository) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
setKeyStoreFile(String) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
setKeyStorePassword(String) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
setKeyStorePath(String) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
setLabel(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Category
 
setLang(String) - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes
Sets the value of the lang property.
setLanguage(Locale) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
setLanguage(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
setLanguage(String) - Method in class org.jboss.resteasy.plugins.providers.atom.CommonAttributes
 
setLanguage(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Generator
 
setLanguageExtensions(Map<String, String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setLanguageMappings(Map<String, String>) - Method in class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter
 
setLanguageQualityValue(QualityValue) - Method in class org.jboss.resteasy.core.request.VariantQuality
 
setLast(T) - Method in class org.jboss.resteasy.util.ThreadLocalStack
 
setLength(String) - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
setLength(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
setList(List<Project>) - Method in class org.jboss.resteasy.keystone.model.Projects
 
setListener(Unmarshaller.Listener) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
setListener(Marshaller.Listener) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
setListener(Unmarshaller.Listener) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
setListener(Marshaller.Listener) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
setListener(Unmarshaller.Listener) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
setListener(Marshaller.Listener) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
setListener(Unmarshaller.Listener) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
setListener(Unmarshaller.Listener) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
setListeners(List) - Method in class Acme.Serve.Serve.AcmeSession
 
setLocale(Locale) - Method in class Acme.Serve.Serve.ServeConnection
Sets the locale of the response, setting the headers (including the Content-Type's charset) as appropriate.
setLocale(Locale) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
setLocator(SubresourceLocator) - Method in class org.jboss.resteasy.plugins.stats.RegistryEntry
 
setLoggable(boolean) - Method in exception org.jboss.resteasy.spi.Failure
 
setLoggerType(Logger.LoggerType) - Static method in class org.jboss.resteasy.logging.Logger
 
setLoginRole(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setLogo(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
setLongHeader(String, long) - Method in class Acme.Serve.Serve.ServeConnection
 
setLowerCaseNames(boolean) - Method in class org.jboss.resteasy.util.GroupParameterParser
Sets the flag if parameter names are to be converted to lower case when name/value pairs are parsed.
setLowerCaseNames(boolean) - Method in class org.jboss.resteasy.util.ParameterParser
Sets the flag if parameter names are to be converted to lower case when name/value pairs are parsed.
setMappingTable(Serve.PathTreeDictionary) - Method in class Acme.Serve.Serve
 
setMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the max-age cache control directive.
setMaxBytes(long) - Method in class org.jboss.resteasy.client.cache.LightweightBrowserCache
Deprecated.
 
setMaxBytes(long) - Method in class org.jboss.resteasy.client.jaxrs.cache.LightweightBrowserCache
 
setMaxCacheSize(int) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
Max response cache size default is 100
setMaxInactiveInterval(int) - Method in class Acme.Serve.Serve.AcmeSession
 
setMaxKeepAliveConnections(int) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setMaxRequestSize(int) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
Set the max.
setMaxThreads(int) - Method in class Acme.Utils.ThreadPool
Assigns a new value for max threads
setMaxWaitMilliSeconds(long) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
Maximum wait time.
setMediaType(MediaType) - Method in interface javax.ws.rs.ext.InterceptorContext
Update media type of HTTP entity.
setMediaType(MediaType) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestHeaders
 
setMediaType(MediaType) - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
setMediaType(MediaType) - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
setMediaType(MediaType) - Method in interface org.jboss.resteasy.plugins.providers.multipart.InputPart
Change the media type of the body part before you extract it.
setMediaType(MediaType) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl.PartImpl
 
setMediaType(MediaType) - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
setMediaType(String) - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
setMediaType(MediaType) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
setMediaType(MediaType) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
setMediaTypeMappings(Map<String, MediaType>) - Method in class org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter
 
setMediaTypeMappings(Map<String, String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setMediaTypeParamMapping(String) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setMediaTypeQualityValue(QualityValue) - Method in class org.jboss.resteasy.core.request.VariantQuality
 
setMetadata(Map<String, Object>) - Method in class org.jboss.resteasy.keystone.model.Access
 
setMetadata(ResourceMetadata) - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
setMetadata(MultivaluedMap<String, Object>) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
setMethod(String) - Method in interface javax.ws.rs.client.ClientRequestContext
Set the request method.
setMethod(String) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set the request method.
setMethod(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
setMethod(String) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
setMethod(ResourceMethodInvoker) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
setMethod(String) - Method in class org.jboss.resteasy.core.interception.PostMatchContainerRequestContext
 
setMethod(String) - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
setMethod(String) - Method in class org.jboss.resteasy.core.interception.ResponseContainerRequestContext
 
setMethod(String) - Method in class org.jboss.resteasy.plugins.stats.ResourceMethodEntry
 
setMethod(String) - Method in class org.jboss.resteasy.plugins.stats.SubresourceLocator
 
setMethod(ResourceMethodInvoker) - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousResponse
 
setMustRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
setName(String) - Method in class org.jboss.example.jaxrs2.async.Customer
 
setName(String) - Method in class org.jboss.resteasy.keystone.model.Project
 
setName(String) - Method in class org.jboss.resteasy.keystone.model.Role
 
setName(String) - Method in class org.jboss.resteasy.keystone.model.Service
 
setName(String) - Method in class org.jboss.resteasy.keystone.model.User
 
setName(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Person
 
setName(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
setName(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Resource
 
setName(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Role
 
setName(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserAttribute
 
setName(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
setName(String) - Method in class org.jboss.resteasy.test.application.MyResource.Foo
 
setName(String) - Method in class org.jboss.resteasy.test.async.XmlData
 
setName(String) - Method in class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
Set the name.
setNoCache(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-cache cache control directive.
setNoStore(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-store cache control directive.
setNote(String) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Item
Set the note.
setNoTransform(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the no-transform cache control directive.
setObjectMapper(ObjectMapper) - Method in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
Set an fix ObjectMapper.
setObjectMapper(ObjectMapper) - Method in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
Set an fix ObjectMapper.
setOrder(int) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
setOrder(int) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
setOrder(int) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
setOrder(Order) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Item
Set the order.
setOrder(Order) - Method in class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
Set the order.
setOrderid(String) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
Set the orderid.
setOutputStream(OutputStream) - Method in interface javax.ws.rs.ext.WriterInterceptorContext
Set a new output stream for the object to be written.
setOutputStream(OutputStream) - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
setOutputStream(OutputStream) - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
setOutputStream(OutputStream) - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
setOutputStream(OutputStream) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
setOutputStream(OutputStream) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
setOutputStream(OutputStream) - Method in interface org.jboss.resteasy.spi.HttpResponse
 
setOutputStream(OutputStream) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
setParam(HashMap<String, String>, String, int) - Static method in class org.jboss.resteasy.util.HeaderParameterParser
 
setParameterViolations(ArrayList<ResteasyConstraintViolation>) - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
setParamName(String) - Method in class org.jboss.resteasy.jsapi.MethodParamMetaData
 
setParamType(MethodParamMetaData.MethodParamType) - Method in class org.jboss.resteasy.jsapi.MethodParamMetaData
 
setPassword(String) - Method in class org.jboss.resteasy.keystone.model.Authentication.PasswordCredentials
 
setPassword(String) - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
setPasswordCredentials(Authentication.PasswordCredentials) - Method in class org.jboss.resteasy.keystone.model.Authentication
 
setPath(String) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
Path to bind context
setPerson(String) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
Set the person.
setPort(int) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
setPort(int) - Method in class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
Value is ignored if HttpServer property is set.
setPort(int) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setPort(int) - Method in class org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
 
setPort(int) - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
setPotentialContentTypes(List<String>) - Method in class org.jboss.resteasy.springmvc.ResteasyView
 
setPrecedence(Class<?>) - Method in class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
Deprecated.
 
setPrecedence(Class<?>) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
 
setPrecedence(Class<?>) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
 
setPrefix(String) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
setPrice(Double) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Item
Set the price.
setPrivate(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the private cache control directive.
setPrivateKey(PrivateKey) - Method in class org.jboss.resteasy.keystone.server.TokenService
 
setPrivateKey(PrivateKey) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
setPrivateKey(PrivateKey) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
setPrivateKey(PrivateKey) - Method in class org.jboss.resteasy.security.smime.SignedOutput
 
setPrivateKey(PrivateKey) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
setPrivateKeyPem(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
setProject(Project) - Method in class org.jboss.resteasy.keystone.model.StoredProject
 
setProjectId(String) - Method in class org.jboss.resteasy.keystone.model.Authentication
 
setProjectId(String) - Method in class org.jboss.resteasy.keystone.model.UrlToken
 
setProjectName(String) - Method in class org.jboss.resteasy.keystone.model.Authentication
 
setProjects(List<StoredProject>) - Method in class org.jboss.resteasy.keystone.model.IdentityStore
 
setProperties(Map<String, Object>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
setProperties(Map<String, Object>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponse
 
setProperties(Map<String, ?>) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
setProperties(Map<String, ?>) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
setProperty(String, Object) - Method in interface javax.ws.rs.client.ClientRequestContext
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in interface javax.ws.rs.container.ContainerRequestContext
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in interface javax.ws.rs.ext.InterceptorContext
Binds an object to a given property name in the current request/response exchange context.
setProperty(String, Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
setProperty(String, Object) - Method in class org.jboss.resteasy.core.interception.ClientReaderInterceptorContext
 
setProperty(String, Object) - Method in class org.jboss.resteasy.core.interception.ClientWriterInterceptorContext
 
setProperty(String, Object) - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
setProperty(String, Object) - Method in class org.jboss.resteasy.core.interception.ServerReaderInterceptorContext
 
setProperty(String, Object) - Method in class org.jboss.resteasy.core.interception.ServerWriterInterceptorContext
 
setProperty(String, Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.BaseMarshaller
 
setProperty(String, Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
setProperty(String, Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
setProperty(String, Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
setProperty(String, Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
setProperty(String, Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
setProperty(String, Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
setPropertyViolations(ArrayList<ResteasyConstraintViolation>) - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
setProps(Properties) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setProviderClasses(List<String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setProviderFactory(ResteasyProviderFactory) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setProviderFactory(ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.server.sun.http.ResteasyHttpHandler
 
setProviderFactory(ResteasyProviderFactory) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
setProviderFactory(ResteasyProviderFactory) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setProviders(Providers) - Method in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
Setter used by RESTeasy to provide the Providers
setProviders(Providers) - Method in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
Setter used by RESTeasy to provide the Providers
setProviders(Providers) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
setProviders(Providers) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
setProviders(Providers) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
setProviders(List<Object>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setProxyRevalidate(boolean) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the must-revalidate cache control directive.
setPublic(boolean) - Method in class org.jboss.resteasy.core.ExtendedCacheControl
 
setPublicKey(PublicKey) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
setPublicKey(PublicKey) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
setPublicKey(PublicKey) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
setPublicKey(PublicKey) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
setPublicKeyPem(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
setPublicKeyPem(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
setPublicURL(String) - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
setPublished(Date) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setQuantity(Integer) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Item
Set the quantity.
setQuery(String) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
setRawType(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Content
 
setRawType(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Text
 
setReaderInterceptors(ReaderInterceptor[]) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setReaderInterceptors(ReaderInterceptor[]) - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
setRealm(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setRealm(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setRealm(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
setRealm(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
setRealm(String) - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
setRealmAccess(SkeletonKeyToken.Access) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
setRealmKey(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setRealmKey(PublicKey) - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
setRealmKeyAlias(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setRealmKeyStore(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setRealmKeystorePassword(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setRealmPrivateKey(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setRealmPrivateKeyPassword(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setRealmPublicKey(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setRealms(Serve.PathTreeDictionary) - Method in class Acme.Serve.Serve
 
setRedirect(String) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
setRefreshToken(String) - Method in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
setRegion(String) - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
setRegisterBuiltin(boolean) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setRegisterBuiltinByDefault(boolean) - Static method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
setRegisterBuiltins(boolean) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
setRegisterBuiltins(boolean) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
setRegistry(Registry) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
setRegistry(Registry) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setRel(String) - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
setRel(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
setRelationship(String) - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
setRepository(KeyRepository) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setRepository(KeyRepository) - Method in class org.jboss.resteasy.security.doseta.Verifier
 
setRepresentations(Map<MediaType, T>) - Method in class org.jboss.resteasy.util.MediaTypeMatcher
 
setRequestMediaType(MediaType) - Method in class org.jboss.resteasy.core.request.VariantQuality
 
setRequestUri(URI) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new request URI using the current base URI of the application to resolve the application-specific request URI part.
setRequestUri(URI, URI) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new request URI using a new base URI to resolve the application-specific request URI part.
setRequestUri(URI) - Method in class org.jboss.resteasy.core.interception.PostMatchContainerRequestContext
 
setRequestUri(URI, URI) - Method in class org.jboss.resteasy.core.interception.PostMatchContainerRequestContext
 
setRequestUri(URI) - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
setRequestUri(URI, URI) - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
setRequestUri(URI, URI) - Method in class org.jboss.resteasy.core.interception.ResponseContainerRequestContext
 
setRequestUri(URI) - Method in class org.jboss.resteasy.core.interception.ResponseContainerRequestContext
 
setRequestUri(URI) - Method in class org.jboss.resteasy.plugins.server.BaseHttpRequest
 
setRequestUri(URI, URI) - Method in class org.jboss.resteasy.plugins.server.BaseHttpRequest
 
setRequestUri(URI) - Method in interface org.jboss.resteasy.spi.HttpRequest
Updates the object returned by HttpRequest.getUri().
setRequestUri(URI, URI) - Method in interface org.jboss.resteasy.spi.HttpRequest
Updates the object returned by HttpRequest.getUri().
setRequestUri(URI) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
Create a UriInfo from the baseURI
setRequestUri(URI) - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
setRequestUri(URI, URI) - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
setRequiredCredentials(List<RequiredCredentialRepresentation>) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
setResource(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setResourceClasses(List<String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setResourceFactories(List<ResourceFactory>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setResourceName(String) - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
setResources(List<ResourceRepresentation>) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
setResources(List<Object>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setResponse(Response) - Method in interface org.jboss.resteasy.spi.AsynchronousResponse
 
setResponse(Response) - Method in exception org.jboss.resteasy.spi.Failure
 
setResponseBufferSize(int) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
Response stream is wrapped in a BufferedInputStream.
setResponseFilters(ContainerResponseFilter[]) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
setResponseFilters(ContainerResponseFilter[]) - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousResponse
 
setResteasyProviderFactory(ResteasyProviderFactory) - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
Optional property for advanced usage.
setResults(List<VerificationResultSet>) - Method in class org.jboss.resteasy.security.doseta.VerificationResults
 
setResults(List<VerificationResult>) - Method in class org.jboss.resteasy.security.doseta.VerificationResultSet
 
setReturnType(Class<T>) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setReturnValueViolations(ArrayList<ResteasyConstraintViolation>) - Method in class org.jboss.resteasy.api.validation.ViolationReport
 
setRights(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setRights(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
setRightsElement(Text) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setRoles(List<Role>) - Method in class org.jboss.resteasy.keystone.model.IdentityStore
 
setRoles(Set<String>) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
setRoles(Set<String>) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.ScopeMapping
 
setRoles(Set<String>) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
setRoles(Set<String>) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
setRoles(Set<String>) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ScopeMappingRepresentation
 
setRootPath(String) - Method in class org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
 
setRootResourcePath(String) - Method in interface org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer
 
setRootResourcePath(String) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
setRootResourcePath(String) - Method in class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
 
setRootResourcePath(String) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
setRootResourcePath(String) - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServer
 
setScannedJndiComponentResources(List<String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setScannedProviderClasses(List<String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setScannedResourceClasses(List<String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setSchema(Schema) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
setSchema(Schema) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetMarshaller
 
setSchema(Schema) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
setSchema(Schema) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBContextWrapper
Set the schema.
setSchema(Schema) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerMarshaller
 
setSchema(Schema) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
setSchema(Schema) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedMarshaller
 
setSchema(Schema) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
setSchema(Schema) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
setScheme(String) - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCategories
Sets the value of the scheme property.
setScheme(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.Category
 
setScopes(String[]) - Method in class org.jboss.resteasy.auth.oauth.OAuthConsumer
 
setSecret(boolean) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
setSecret(boolean) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
setSecretKey(String) - Method in class org.jboss.resteasy.keystone.model.Authentication.ApiAccessKeyCredentials
 
setSecurityContext(SecurityContext) - Method in interface javax.ws.rs.container.ContainerRequestContext
Set a new injectable security context information for the current request.
setSecurityContext(SecurityContext) - Method in class org.jboss.resteasy.core.interception.PreMatchContainerRequestContext
 
setSecurityContext(SecurityContext) - Method in class org.jboss.resteasy.core.interception.ResponseContainerRequestContext
 
setSecurityDoamin(SecurityDomain) - Method in class org.jboss.resteasy.plugins.spring.EmbeddedContainerBean
 
setSecurityDomain(SecurityDomain) - Method in interface org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer
 
setSecurityDomain(SecurityDomain) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
setSecurityDomain(SecurityDomain) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpContextBuilder
Will turn on Basic Authentication
setSecurityDomain(SecurityDomain) - Method in class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
Setting a security domain will turn on Basic Authentication
setSecurityDomain(SecurityDomain) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
setSecurityDomain(SecurityDomain) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSRequestPreProcessor
 
setSecurityDomain(SecurityDomain) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher
 
setSecurityDomain(SecurityDomain) - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServer
 
setSecurityDomain(SecurityDomain) - Method in class org.jboss.resteasy.springmvc.tjws.TJWSSpringMVCDispatcher
 
setSecurityEnabled(boolean) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setSelector(String) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
setSelf(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.PublishedRealmRepresentation
 
setSelf(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
setSelf(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
setSelf(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
setSelf(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ScopeMappingRepresentation
 
setSelf(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
setServer(TJWSEmbeddedSpringMVCServer) - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
setServiceCatalog(List<Access.Service>) - Method in class org.jboss.resteasy.keystone.model.Access
 
setServiceId(String) - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
setServiceInterface(Class<T>) - Method in class org.jboss.resteasy.client.spring.RestClientProxyFactoryBean
This is a mandatory property that needs to be set.
setServletContainer(Server) - Method in class org.jboss.resteasy.springmvc.JettyLifecycleManager
 
setServletContext(ServletContext) - Method in class Acme.Serve.Serve.AcmeSession
something hack, to update servlet context since session created out of scope
setServletContext(ServletContext) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessorServletAware
 
setSessionTimeout(long) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setShipto(ShipTo) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Order
Set the shipto.
setSignature(byte[]) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
setSignature(DKIMSignature) - Method in class org.jboss.resteasy.security.doseta.VerificationResult
 
setSize(int) - Method in class Acme.Utils.SimpleBuffer
 
setSMaxAge(int) - Method in class javax.ws.rs.core.CacheControl
Corresponds to the s-maxage cache control directive.
setSource(Source) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setSpace(String) - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes
Sets the value of the space property.
setSpringConfigLocation(String) - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServer
 
setSrc(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.Content
 
setSSLAlgorithm(String) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setSslContext(SSLContext) - Method in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
setSslContext(SSLContext) - Method in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
 
setSSLContext(SSLContext) - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
setSSLKeyStoreFile(String) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setSSLKeyStorePass(String) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setSSLKeyStoreType(String) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setSslNotRequired(boolean) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
setSslNotRequired(boolean) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
setSSLPort(int) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setSSLProtocol(String) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setSslRequired(boolean) - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
setSso(boolean) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
setSsoDisabled(boolean) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setStaleCheck(boolean) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setStaleDays(int) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setStaleHours(int) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setStaleMinutes(int) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setStaleMonths(int) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setStaleSeconds(int) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setStaleYears(int) - Method in class org.jboss.resteasy.security.doseta.Verification
 
setStartInfo(String) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedOutput
Sets the start-info parameter of the Content-Type.
setStateCookieName(String) - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
setStateCookieName(String) - Method in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
setStatus(int, String) - Method in class Acme.Serve.Serve.ServeConnection
 
setStatus(int) - Method in class Acme.Serve.Serve.ServeConnection
 
setStatus(int) - Method in interface javax.ws.rs.client.ClientResponseContext
Set a new response status code.
setStatus(int) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set a new response status code.
setStatus(int) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setStatus(int) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
setStatus(int) - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
setStatus(int) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
 
setStatus(int, String) - Method in class org.jboss.resteasy.core.ResteasyHttpServletResponseWrapper
Deprecated.
As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code use setStatus(int), to send an error with a description use sendError(int, String). Sets the status code and message for this response.
setStatus(int) - Method in class org.jboss.resteasy.mock.MockHttpResponse
 
setStatus(int) - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpResponse
 
setStatus(int) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
setStatus(int) - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerResponse
 
setStatus(int) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
setStatus(int) - Method in interface org.jboss.resteasy.spi.HttpResponse
 
setStatusInfo(Response.StatusType) - Method in interface javax.ws.rs.client.ClientResponseContext
Set the complete status information (status code and reason phrase) associated with the response.
setStatusInfo(Response.StatusType) - Method in interface javax.ws.rs.container.ContainerResponseContext
Set the complete status information (status code and reason phrase) associated with the response.
setStatusInfo(Response.StatusType) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientResponseContextImpl
 
setStatusInfo(Response.StatusType) - Method in class org.jboss.resteasy.core.interception.ContainerResponseContextImpl
 
setStreamFactory(BaseClientResponse.BaseClientResponseStreamFactory) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setSubtitle(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
setSummary(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setSummaryElement(Text) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setSurrogateAuthRequired(boolean) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Resource
 
setSurrogateAuthRequired(boolean) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
setSurrogateIds(Set<String>) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
setSurrogates(Set<String>) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
setTarget(Object) - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
setter(Method) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceClassBuilder
 
setter - Variable in class org.jboss.resteasy.spi.metadata.SetterParameter
 
setterhashes - Variable in class org.jboss.resteasy.core.PropertyInjectorImpl
 
setTerm(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Category
 
SetterParameter - Class in org.jboss.resteasy.spi.metadata
 
SetterParameter(ResourceClass, Method, Method) - Constructor for class org.jboss.resteasy.spi.metadata.SetterParameter
 
setters - Variable in class org.jboss.resteasy.core.PropertyInjectorImpl
 
setters - Variable in class org.jboss.resteasy.core.ResourcePropertyInjector
 
setters - Variable in class org.jboss.resteasy.spi.metadata.ResourceClass
 
setText(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Content
Set content as text
setText(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Generator
 
setText(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Text
Set content as text
setThreadPoolSize(int) - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
Fixed thread pool size of asynchronous delivery
setThreadPoolSize(int) - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
setThrowNotFound(boolean) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerMapping
 
setTimeout(long, TimeUnit) - Method in interface javax.ws.rs.container.AsyncResponse
Set/update the suspend timeout.
setTimeout(long, TimeUnit) - Method in class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
setTimeOut(String, String) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
setTimeOut(String, String) - Method in class org.jboss.resteasy.test.async.Resource
 
setTimeoutHandler(TimeoutHandler) - Method in interface javax.ws.rs.container.AsyncResponse
Set/replace a time-out handler for the suspended asynchronous response.
setTimeoutHandler(TimeoutHandler) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
setTimeoutHandler(String, int) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
setTimeoutHandler(String, int) - Method in class org.jboss.resteasy.test.async.Resource
 
setTimestamp(String) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
setTimestamp() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
SettingCompletionCallback - Class in org.jboss.resteasy.test.async.callback
 
SettingCompletionCallback() - Constructor for class org.jboss.resteasy.test.async.callback.SettingCompletionCallback
 
setTitle(String) - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
setTitle(String) - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
Sets the value of the title property.
setTitle(String) - Method in class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace
Sets the value of the title property.
setTitle(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setTitle(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
setTitle(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
setTitle(String) - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
setTitle(String) - Method in class org.jboss.resteasy.test.providers.jaxb.data.Item
Set the title.
setTitleElement(Text) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setToken(Access.Token) - Method in class org.jboss.resteasy.keystone.model.Access
 
setToken(Authentication.Token) - Method in class org.jboss.resteasy.keystone.model.Authentication
 
setToken(SkeletonKeyToken) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
setToken(SkeletonKeyToken) - Method in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
setToken(String) - Method in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
setTokenLifespan(long) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
setTokenLifespan(long) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
setTokenLifetime(int) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setTokenType(String) - Method in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
setTrustedCertificates(Set<String>) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
setTruststore(KeyStore) - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
setTruststore(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setTruststore(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setTruststore(KeyStore) - Method in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
setTruststorePassword(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setTruststorePassword(String) - Method in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
setType(Class<?>) - Method in interface javax.ws.rs.ext.InterceptorContext
Update Java type before calling message body provider.
setType(Class) - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
setType(Class) - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
setType(Class<?>) - Method in class org.jboss.resteasy.jsapi.MethodParamMetaData
 
setType(String) - Method in class org.jboss.resteasy.keystone.model.Service
 
setType(String) - Method in class org.jboss.resteasy.links.RESTServiceDiscovery.AtomLink
 
setType(MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.Content
 
setType(MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.Link
 
setType(MediaType) - Method in class org.jboss.resteasy.plugins.providers.atom.Text
 
setType(Class) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
setType(GenericType) - Method in class org.jboss.resteasy.security.smime.EnvelopedInputImpl
 
setType(Class) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
setType(GenericType) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
setType(Class) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
setType(GenericType) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
setType(Class) - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
setType(GenericType) - Method in class org.jboss.resteasy.security.smime.SMIMEOutput
 
setType(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
setType(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
setType(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
setType(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
 
setType(Class) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyReaderContext
Deprecated.
 
setType(Class) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterContext
Deprecated.
 
setType(String) - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
setUnwrappedExceptions(List<String>) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setUpdated(Date) - Method in class org.jboss.resteasy.plugins.providers.atom.Entry
 
setUpdated(Date) - Method in class org.jboss.resteasy.plugins.providers.atom.Source
 
setUri(URI) - Method in interface javax.ws.rs.client.ClientRequestContext
Set a new request URI.
setUri(URI) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
setUri(URI) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientRequestContextImpl
 
setUri(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.Generator
 
setUri(URI) - Method in class org.jboss.resteasy.plugins.providers.atom.Person
 
setUri(UriInfo) - Method in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
Setter used by RESTeasy to provide the UriInfo.
setUri(UriInfo) - Method in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
Setter used by RESTeasy to provide the UriInfo.
setUri(URI, URI) - Method in class org.jboss.resteasy.spi.ResteasyUriInfo
 
setUriTemplate(String) - Method in class org.jboss.resteasy.plugins.stats.RegistryEntry
 
setUseContainerFormParams(boolean) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setUseDns(boolean) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
setUser(Access.User) - Method in class org.jboss.resteasy.keystone.model.Access
 
setUser_id(String) - Method in class org.jboss.resteasy.keystone.model.Authentication.PasswordCredentials
 
setUserId(String) - Method in class org.jboss.resteasy.keystone.model.UrlToken
 
setUserid(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
setUserid(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.ScopeMapping
 
setUsername(String) - Method in class org.jboss.resteasy.keystone.model.Authentication.PasswordCredentials
 
setUsername(String) - Method in class org.jboss.resteasy.keystone.model.User
 
setUsername(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.User
 
setUsername(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
setUsername(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.ScopeMappingRepresentation
 
setUsername(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
setUserNameIds(Map<String, String>) - Method in class org.jboss.resteasy.keystone.model.StoredProject
 
setUserPrincipalAsPrivateSelector(boolean) - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
setUserRoles(Map<String, Set<String>>) - Method in class org.jboss.resteasy.keystone.model.StoredProject
 
setUsers(List<StoredUser>) - Method in class org.jboss.resteasy.keystone.model.IdentityStore
 
setUsers(List<UserRepresentation>) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
setValidating(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
Deprecated.
since 2.0
setValidating(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
setValidating(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
setValidating(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
setValidating(boolean) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
Deprecated.
since 2.0
setValue(ELContext, Object, Object, Object) - Method in class org.jboss.resteasy.links.impl.BaseELResolver
 
setValue(List<Object>) - Method in class org.jboss.resteasy.plugins.providers.atom.Content
 
setValue(List<Object>) - Method in class org.jboss.resteasy.plugins.providers.atom.Text
 
setValue(Object) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JaxbMap.Entry
 
setValue(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserAttribute
 
setValue(String) - Method in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
setValue(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
 
setVerification(Verification) - Method in class org.jboss.resteasy.security.doseta.VerificationResultSet
 
setVerified(boolean) - Method in class org.jboss.resteasy.security.doseta.VerificationResult
 
setVerified(boolean) - Method in class org.jboss.resteasy.security.doseta.VerificationResults
 
setVerified(boolean) - Method in class org.jboss.resteasy.security.doseta.VerificationResultSet
 
setVerifiedHeaders(MultivaluedMap<String, String>) - Method in class org.jboss.resteasy.security.doseta.VerificationResult
 
setVerifier(String) - Method in class org.jboss.resteasy.auth.oauth.OAuthRequestToken
 
setVersion(String) - Method in class org.jboss.resteasy.plugins.providers.atom.Generator
 
setWasReleased(boolean) - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
setWiderMatching(boolean) - Method in class org.jboss.resteasy.core.ResourceMethodRegistry
 
setWiderRequestMatching(boolean) - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
setWildcardRole(String) - Method in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
setWriterInterceptors(WriterInterceptor[]) - Method in class org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl
 
setWriterInterceptors(WriterInterceptor[]) - Method in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
setWriterInterceptors(WriterInterceptor[]) - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousResponse
 
SHA1withRSA - Static variable in class org.jboss.resteasy.security.SigningAlgorithm
 
SHA256WITH_RSA - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
SHA256withRSA - Static variable in class org.jboss.resteasy.security.SigningAlgorithm
 
ShipTo - Class in org.jboss.resteasy.test.providers.jaxb.data
A ShipTo.
ShipTo() - Constructor for class org.jboss.resteasy.test.providers.jaxb.data.ShipTo
 
shutdownLatch - Variable in class Acme.Serve.Serve
 
sign(byte[], Algorithm, byte[]) - Static method in class org.jboss.resteasy.jose.jws.crypto.HMACProvider
 
sign(byte[], Algorithm, SecretKey) - Static method in class org.jboss.resteasy.jose.jws.crypto.HMACProvider
 
sign(byte[], Algorithm, PrivateKey) - Static method in class org.jboss.resteasy.jose.jws.crypto.RSAProvider
 
sign(KeyRepository, MultivaluedMap<String, Object>, byte[], DKIMSignature) - Method in class org.jboss.resteasy.security.doseta.DigitalSigningInterceptor
 
sign(Map, byte[], PrivateKey) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
Headers can be a Map or a Map>.
sign(Providers, SignedOutput) - Static method in class org.jboss.resteasy.security.smime.PKCS7SignatureWriter
 
SIGNATURE - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
signature - Variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
signature - Variable in class org.jboss.resteasy.security.doseta.VerificationResult
 
Signed - Annotation Type in org.jboss.resteasy.annotations.security.doseta
Convenience annotation that triggers the signing of a request or response using the DOSETA specification.
signed(String, WebTarget) - Method in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
signed(String) - Method in class org.jboss.resteasy.keystone.core.AbstractTokenAuthFilter
 
signed - Variable in class org.jboss.resteasy.security.doseta.AbstractDigitalSigningHeaderDecorator
 
SignedInput<T> - Interface in org.jboss.resteasy.security.smime
 
SignedOutput - Class in org.jboss.resteasy.security.smime
 
SignedOutput(Object, String) - Constructor for class org.jboss.resteasy.security.smime.SignedOutput
 
SignedOutput(Object, MediaType) - Constructor for class org.jboss.resteasy.security.smime.SignedOutput
 
SignedSkeletonKeyStoneLoginModule - Class in org.jboss.resteasy.keystone.as7
Keystone Access token protocol
SignedSkeletonKeyStoneLoginModule() - Constructor for class org.jboss.resteasy.keystone.as7.SignedSkeletonKeyStoneLoginModule
 
SigningAlgorithm - Class in org.jboss.resteasy.security
 
SigningAlgorithm(String, String, String) - Constructor for class org.jboss.resteasy.security.SigningAlgorithm
 
SimpleAcceptor - Class in Acme.Serve
 
SimpleAcceptor() - Constructor for class Acme.Serve.SimpleAcceptor
 
SimplePrincipal - Class in org.jboss.resteasy.plugins.server.embedded
 
SimplePrincipal(String) - Constructor for class org.jboss.resteasy.plugins.server.embedded.SimplePrincipal
 
SimpleSecurityDomain - Class in org.jboss.resteasy.plugins.server.embedded
POJO Security domain.
SimpleSecurityDomain() - Constructor for class org.jboss.resteasy.plugins.server.embedded.SimpleSecurityDomain
 
SimpleServerCache - Class in org.jboss.resteasy.plugins.cache.server
Deprecated.
SimpleServerCache() - Constructor for class org.jboss.resteasy.plugins.cache.server.SimpleServerCache
Deprecated.
 
SimpleServerCache.CacheEntry - Class in org.jboss.resteasy.plugins.cache.server
Deprecated.
 
SINGLETON - Static variable in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
SingletonResource - Class in org.jboss.resteasy.plugins.server.resourcefactory
VERY simple implementation that just returns the instance the SingleResource was created with
SingletonResource(Object) - Constructor for class org.jboss.resteasy.plugins.server.resourcefactory.SingletonResource
 
SingletonResource(Object, ResourceClass) - Constructor for class org.jboss.resteasy.plugins.server.resourcefactory.SingletonResource
 
singletons - Variable in class org.jboss.resteasy.example.pubsub.PubSubApplication
 
singletons - Variable in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
singletons - Variable in class org.jboss.resteasy.skeleton.key.idm.service.SkeletonKeyApplication
 
singletons - Variable in class org.jboss.resteasy.test.application.MyApplication
 
size() - Method in class Acme.WildcardDictionary
 
size() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
size() - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
size - Variable in class org.jboss.resteasy.core.registry.RootNode
 
size - Variable in class org.jboss.resteasy.example.pubsub.Subscriber
 
size() - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
size() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
size() - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
size() - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
size() - Method in class org.jboss.resteasy.util.ThreadLocalStack
 
SKELETON_KEY_INFINISPAN_CACHE_NAME - Static variable in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
SKELETON_KEY_INFINISPAN_CONFIG_FILE - Static variable in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
SkeletonKeyAdminClient - Interface in org.jboss.resteasy.keystone.client
 
SkeletonKeyApplication - Class in org.jboss.resteasy.keystone.server
 
SkeletonKeyApplication(Configurable) - Constructor for class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
SkeletonKeyApplication - Class in org.jboss.resteasy.skeleton.key.idm.service
 
SkeletonKeyApplication() - Constructor for class org.jboss.resteasy.skeleton.key.idm.service.SkeletonKeyApplication
 
skeletonKeyCertificateAlias - Variable in class org.jboss.resteasy.keystone.as7.SignedSkeletonKeyStoneLoginModule
 
SkeletonKeyClientBuilder - Class in org.jboss.resteasy.keystone.client
 
SkeletonKeyClientBuilder() - Constructor for class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
skeletonKeyConfig - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
SkeletonKeyContextResolver - Class in org.jboss.resteasy.skeleton.key
Any class with package org.jboss.resteasy.skeleton.key will use NON_DEFAULT inclusion
SkeletonKeyContextResolver() - Constructor for class org.jboss.resteasy.skeleton.key.SkeletonKeyContextResolver
 
SkeletonKeyContextResolver(boolean) - Constructor for class org.jboss.resteasy.skeleton.key.SkeletonKeyContextResolver
 
SkeletonKeyPrincipal - Class in org.jboss.resteasy.skeleton.key
 
SkeletonKeyPrincipal(String, String) - Constructor for class org.jboss.resteasy.skeleton.key.SkeletonKeyPrincipal
 
SkeletonKeyScope - Class in org.jboss.resteasy.skeleton.key.representations
Key is resource desired.
SkeletonKeyScope() - Constructor for class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyScope
 
SkeletonKeySession - Class in org.jboss.resteasy.skeleton.key
 
SkeletonKeySession() - Constructor for class org.jboss.resteasy.skeleton.key.SkeletonKeySession
 
SkeletonKeySession(String, ResourceMetadata) - Constructor for class org.jboss.resteasy.skeleton.key.SkeletonKeySession
 
SkeletonKeyStoneLoginModule - Class in org.jboss.resteasy.keystone.as7
Keystone Access token protocol
SkeletonKeyStoneLoginModule() - Constructor for class org.jboss.resteasy.keystone.as7.SkeletonKeyStoneLoginModule
 
SkeletonKeyToken - Class in org.jboss.resteasy.skeleton.key.representations
 
SkeletonKeyToken() - Constructor for class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
SkeletonKeyToken.Access - Class in org.jboss.resteasy.skeleton.key.representations
 
SkeletonKeyToken.Access() - Constructor for class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken.Access
 
skip(long) - Method in class Acme.Serve.Serve.ServeInputStream
 
skip(long) - Method in class org.jboss.resteasy.util.InputStreamToByteArray
 
skip(long) - Method in class org.jboss.resteasy.util.NoContentInputStreamDelegate
 
Slf4jLogger - Class in org.jboss.resteasy.logging.impl
 
Slf4jLogger(String) - Constructor for class org.jboss.resteasy.logging.impl.Slf4jLogger
 
SMIMEOutput - Class in org.jboss.resteasy.security.smime
 
SMIMEOutput(Object, String) - Constructor for class org.jboss.resteasy.security.smime.SMIMEOutput
 
SMIMEOutput(Object, MediaType) - Constructor for class org.jboss.resteasy.security.smime.SMIMEOutput
 
socket - Variable in class Acme.Serve.SSLAcceptor
 
socketTimeout - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
socketTimeout(long, TimeUnit) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
Socket inactivity timeout
socketTimeoutUnits - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
sort(List<JaxrsInterceptorRegistry.Match>) - Method in class org.jboss.resteasy.core.interception.ClientResponseFilterRegistry
 
sort(List<JaxrsInterceptorRegistry.Match>) - Method in class org.jboss.resteasy.core.interception.ContainerResponseFilterRegistry
 
sort(List<JaxrsInterceptorRegistry.Match>) - Method in class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
 
sortByWeight(List<MediaType>) - Static method in class org.jboss.resteasy.util.MediaTypeHelper
 
Source - Class in org.jboss.resteasy.plugins.providers.atom
Per RFC4287:
Source() - Constructor for class org.jboss.resteasy.plugins.providers.atom.Source
 
SourceProvider - Class in org.jboss.resteasy.plugins.providers
 
SourceProvider() - Constructor for class org.jboss.resteasy.plugins.providers.SourceProvider
 
speak(String) - Method in class org.jboss.example.jaxrs2.async.ChatSpeaker
 
splitStr(String) - Static method in class Acme.Utils
 
splitStr(String, char) - Static method in class Acme.Utils
 
splitStr(String, String) - Static method in class Acme.Utils
 
SpringBeanProcessor - Class in org.jboss.resteasy.plugins.spring
The processor will register any bean annotated with @Path or @Provider into the Resteasy framework.
SpringBeanProcessor(ResteasyDeployment) - Constructor for class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
SpringBeanProcessor(Dispatcher) - Constructor for class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
SpringBeanProcessor(Dispatcher, Registry, ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
SpringBeanProcessor() - Constructor for class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
SpringBeanProcessor.ResteasyBeanPostProcessor - Class in org.jboss.resteasy.plugins.spring
 
SpringBeanProcessor.ResteasyBeanPostProcessor(ConfigurableListableBeanFactory) - Constructor for class org.jboss.resteasy.plugins.spring.SpringBeanProcessor.ResteasyBeanPostProcessor
 
SpringBeanProcessorServletAware - Class in org.jboss.resteasy.plugins.spring
Use this subclass of SpringBeanProcessor if you are manually applying the SpringBeanProcessor for Resteasy.
SpringBeanProcessorServletAware() - Constructor for class org.jboss.resteasy.plugins.spring.SpringBeanProcessorServletAware
 
SpringContextLoader - Class in org.jboss.resteasy.plugins.spring
 
SpringContextLoader() - Constructor for class org.jboss.resteasy.plugins.spring.SpringContextLoader
 
SpringContextLoaderListener - Class in org.jboss.resteasy.plugins.spring
 
SpringContextLoaderListener() - Constructor for class org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
 
SpringContextLoaderSupport - Class in org.jboss.resteasy.plugins.spring
Provides access to RESTEasy's SpringContextLoader implementation without having to extend ContextLoader.
SpringContextLoaderSupport() - Constructor for class org.jboss.resteasy.plugins.spring.SpringContextLoaderSupport
 
SpringResourceFactory - Class in org.jboss.resteasy.plugins.spring
 
SpringResourceFactory(String, BeanFactory, Class<?>) - Constructor for class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
ssclThread - Variable in class Acme.Serve.Serve
 
SSLAcceptor - Class in Acme.Serve
 
SSLAcceptor() - Constructor for class Acme.Serve.SSLAcceptor
 
sslContext(SSLContext) - Method in class javax.ws.rs.client.ClientBuilder
Set the SSL context that will be used when creating secured transport connections to server endpoints from web targets created by the client instance that is using this SSL context.
sslContext - Variable in class org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine
 
sslContext - Variable in class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
 
sslContext - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
sslContext(SSLContext) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
sslNotRequired - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
sslNotRequired - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
sslRequired - Variable in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
sso - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
ssoDisabled - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
staleCheck - Variable in class org.jboss.resteasy.security.doseta.Verification
 
staleDays - Variable in class org.jboss.resteasy.security.doseta.Verification
 
staleHours - Variable in class org.jboss.resteasy.security.doseta.Verification
 
staleMinutes - Variable in class org.jboss.resteasy.security.doseta.Verification
 
staleMonths - Variable in class org.jboss.resteasy.security.doseta.Verification
 
staleSeconds - Variable in class org.jboss.resteasy.security.doseta.Verification
 
staleYears - Variable in class org.jboss.resteasy.security.doseta.Verification
 
start() - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
 
start() - Method in interface org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer
 
start() - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
start() - Method in class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
 
start() - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
start() - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
start(Undertow.Builder) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
start() - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
start() - Method in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
start() - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
start() - Method in class org.jboss.resteasy.skeleton.key.as7.BearerTokenAuthenticatorValve
 
start() - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
start() - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
start() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
start() - Method in class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServer
 
start() - Static method in class org.jboss.resteasy.test.EmbeddedContainer
 
start(String) - Static method in class org.jboss.resteasy.test.EmbeddedContainer
 
start(Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.EmbeddedContainer
 
start(Hashtable<String, String>, Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.EmbeddedContainer
 
start(String, Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.EmbeddedContainer
 
start(String, Hashtable<String, String>, Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.EmbeddedContainer
 
start(String, SecurityDomain) - Static method in class org.jboss.resteasy.test.EmbeddedContainer
 
start(ResteasyDeployment) - Static method in class org.jboss.resteasy.test.EmbeddedContainer
 
start() - Static method in class org.jboss.resteasy.test.HttpServerContainer
 
start(String) - Static method in class org.jboss.resteasy.test.HttpServerContainer
 
start(String, Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.HttpServerContainer
 
start(String, Hashtable<String, String>, Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.HttpServerContainer
 
start(ResteasyDeployment) - Static method in class org.jboss.resteasy.test.HttpServerContainer
 
start(String, SecurityDomain) - Static method in class org.jboss.resteasy.test.HttpServerContainer
 
start(String, SecurityDomain, Hashtable<String, String>, Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.HttpServerContainer
 
start(String, SecurityDomain, ResteasyDeployment, Hashtable<String, String>, Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.HttpServerContainer
 
start() - Static method in class org.jboss.resteasy.test.NettyContainer
 
start(String) - Static method in class org.jboss.resteasy.test.NettyContainer
 
start(ResteasyDeployment) - Static method in class org.jboss.resteasy.test.NettyContainer
 
start(String, SecurityDomain) - Static method in class org.jboss.resteasy.test.NettyContainer
 
start(String, SecurityDomain, ResteasyDeployment) - Static method in class org.jboss.resteasy.test.NettyContainer
 
start() - Static method in class org.jboss.resteasy.test.TJWSServletContainer
 
start(String) - Static method in class org.jboss.resteasy.test.TJWSServletContainer
 
start(String, Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.TJWSServletContainer
 
start(String, Hashtable<String, String>, Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.TJWSServletContainer
 
start(ResteasyDeployment) - Static method in class org.jboss.resteasy.test.TJWSServletContainer
 
start(String, SecurityDomain) - Static method in class org.jboss.resteasy.test.TJWSServletContainer
 
start(String, SecurityDomain, Hashtable<String, String>, Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.TJWSServletContainer
 
start(String, SecurityDomain, ResteasyDeployment, Hashtable<String, String>, Hashtable<String, String>) - Static method in class org.jboss.resteasy.test.TJWSServletContainer
 
stateCookieName - Variable in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
stateCookieName - Variable in class org.jboss.resteasy.skeleton.key.RealmConfiguration
 
STATEFUL - Static variable in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
STATELESS - Static variable in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
stats - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
status(int) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.StatusType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.Status) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the status on the ResponseBuilder.
status(Response.StatusType) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
status(Response.Status) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
status(int) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder with the supplied status.
Status - Annotation Type in org.jboss.resteasy.annotations
 
status - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
status - Variable in class org.jboss.resteasy.mock.MockHttpResponse
 
status - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper
 
status - Variable in class org.jboss.resteasy.specimpl.BuiltResponse
 
status - Variable in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
status(int) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
stop() - Method in class org.jboss.resteasy.core.AsynchronousDispatcher
 
stop() - Method in interface org.jboss.resteasy.plugins.server.embedded.EmbeddedJaxrsServer
 
stop() - Method in class org.jboss.resteasy.plugins.server.netty.NettyJaxrsServer
 
stop() - Method in class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
 
stop() - Method in class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
stop() - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
stop() - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
stop() - Method in class org.jboss.resteasy.spi.ResteasyDeployment
 
stop() - Static method in class org.jboss.resteasy.test.EmbeddedContainer
 
stop() - Static method in class org.jboss.resteasy.test.HttpServerContainer
 
stop() - Static method in class org.jboss.resteasy.test.NettyContainer
 
stop() - Static method in class org.jboss.resteasy.test.TJWSServletContainer
 
stopBackground() - Method in class Acme.Serve.Serve
 
store - Variable in class javax.ws.rs.core.AbstractMultivaluedMap
Backing store for the [key, multi-value] pairs.
StoredProject - Class in org.jboss.resteasy.keystone.model
 
StoredProject() - Constructor for class org.jboss.resteasy.keystone.model.StoredProject
 
StoredProject(Project) - Constructor for class org.jboss.resteasy.keystone.model.StoredProject
 
StoredUser - Class in org.jboss.resteasy.keystone.model
 
StoredUser() - Constructor for class org.jboss.resteasy.keystone.model.StoredUser
 
streamFactory - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
StreamingOutput - Interface in javax.ws.rs.core
A type that may be used as a resource method return value or as the entity in a Response when the application wishes to stream the output.
StreamingOutputProvider - Class in org.jboss.resteasy.plugins.providers
 
StreamingOutputProvider() - Constructor for class org.jboss.resteasy.plugins.providers.StreamingOutputProvider
 
StringBean - Class in org.jboss.resteasy.test.async.callback
 
StringBean(String) - Constructor for class org.jboss.resteasy.test.async.callback.StringBean
 
StringBeanEntityProvider - Class in org.jboss.resteasy.test.async.callback
 
StringBeanEntityProvider() - Constructor for class org.jboss.resteasy.test.async.callback.StringBeanEntityProvider
 
StringContextReplacement - Class in org.jboss.resteasy.util
Utility to replace predefined expressions within a string with values from the HTTP request;

${basepath} - UriInfo.getBaseUri().getRawPath() ${absolutepath} - UriInfo.getAbsolutePath().getRawPath() ${absoluteuri} - UriInfo.getAbsolutePath().toString() ${baseuri} - UriInfo.getBaseUri().toString() ${contextpath} - HttpServletRequest.getContextPath()

StringContextReplacement() - Constructor for class org.jboss.resteasy.util.StringContextReplacement
 
StringConverter<T> - Interface in org.jboss.resteasy.spi
Deprecated.
stringConverters - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
StringParameterInjector - Class in org.jboss.resteasy.core
 
StringParameterInjector() - Constructor for class org.jboss.resteasy.core.StringParameterInjector
 
StringParameterInjector(Class, Type, String, Class, String, AccessibleObject, Annotation[], ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.StringParameterInjector
 
StringParameterUnmarshaller<T> - Interface in org.jboss.resteasy.spi
Similar to StringConverter except specific to a parameter injection only.
StringParameterUnmarshallerBinder - Annotation Type in org.jboss.resteasy.annotations
Meta-annotation to be placed on another annotation that triggers a StringParameterUnmarshaller to be applied to a string based annotation injector i.e.
stringParameterUnmarshallers - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
StringTextStar - Class in org.jboss.resteasy.plugins.providers
 
StringTextStar() - Constructor for class org.jboss.resteasy.plugins.providers.StringTextStar
 
StringToPrimitive - Class in org.jboss.resteasy.util
 
StringToPrimitive() - Constructor for class org.jboss.resteasy.util.StringToPrimitive
 
stringToPrimitiveBoxType(Class, String) - Static method in class org.jboss.resteasy.util.StringToPrimitive
 
stripOauthParametersFromRedirect(String) - Method in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
stripOauthParametersFromRedirect() - Method in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
strip out unwanted query parameters and redirect so bookmarks don't retain oauth protocol bits
Stylesheet - Annotation Type in org.jboss.resteasy.annotations.providers.jaxb
Specifies an XML stylesheet header

e.g.

StylesheetProcessor - Class in org.jboss.resteasy.plugins.providers.jaxb
 
StylesheetProcessor() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.StylesheetProcessor
 
SUB_DELIMS - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
sub-delims = "!" / "$" / "&" / "'" / "(" / ")" / "*" / "+" / "," / ";" / "="
SUB_DELIMS - Static variable in class org.jboss.resteasy.util.URLUtils
sub-delims = "!" / "$" / "&" / "'" / "(" / ")" / "*" / "+" / "," / ";" / "="
submit() - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response back.
submit(Class<T>) - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
submit(GenericType<T>) - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
submit(InvocationCallback<T>) - Method in interface javax.ws.rs.client.Invocation
Submit the request for an asynchronous invocation and register an InvocationCallback to process the future result of the invocation.
submit() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
submit(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
submit(GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
submit(InvocationCallback<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
SubResourceInvoker - Class in org.jboss.resteasy.client.core
 
SubResourceInvoker(URI, Method, ProxyConfig) - Constructor for class org.jboss.resteasy.client.core.SubResourceInvoker
 
SubResourceInvoker - Class in org.jboss.resteasy.client.jaxrs.internal.proxy
 
SubResourceInvoker(ResteasyWebTarget, Method, ProxyConfig) - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.SubResourceInvoker
 
SubresourceLocator - Class in org.jboss.resteasy.plugins.stats
 
SubresourceLocator() - Constructor for class org.jboss.resteasy.plugins.stats.SubresourceLocator
 
Subscriber - Class in org.jboss.resteasy.example.pubsub
 
Subscriber(int) - Constructor for class org.jboss.resteasy.example.pubsub.Subscriber
 
Subscriber.Entry - Class in org.jboss.resteasy.example.pubsub
 
Subscriber.Entry(MediaType, byte[]) - Constructor for class org.jboss.resteasy.example.pubsub.Subscriber.Entry
 
subscribers - Variable in class org.jboss.resteasy.example.pubsub.SubscriptionResource
 
SubscriptionResource - Class in org.jboss.resteasy.example.pubsub
 
SubscriptionResource() - Constructor for class org.jboss.resteasy.example.pubsub.SubscriptionResource
 
substitutePathParam(String, Object, boolean) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
Only replace path params in path of URI.
subtype - Variable in class org.jboss.resteasy.core.registry.SegmentNode.SortFactor
 
sun - Static variable in class org.jboss.resteasy.test.HttpServerContainer
 
SunHttpJaxrsServer - Class in org.jboss.resteasy.plugins.server.sun.http
com.sun.net.httpserver.HttpServer adapter for Resteasy.
SunHttpJaxrsServer() - Constructor for class org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
 
SUNX509 - Static variable in class Acme.Serve.SSLAcceptor
Certificate encoding algorithm to be used.
supports(Object) - Method in class org.jboss.resteasy.springmvc.ResteasyHandlerAdapter
 
supportsEventType(Class<? extends ApplicationEvent>) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
supportsSourceType(Class<?>) - Method in class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
 
SUPPRESS_VIOLATION_PATH - Static variable in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
SUPPRESS_VIOLATION_PATH - Static variable in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
surrogate(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
surrogate - Variable in class org.jboss.resteasy.skeleton.key.SkeletonKeyPrincipal
 
surrogateAuthRequired - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Resource
 
surrogateAuthRequired - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.ResourceRepresentation
 
surrogateIds - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
surrogates - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
Suspend - Annotation Type in org.jboss.resteasy.annotations
 
suspend() - Method in class org.jboss.resteasy.core.SynchronousExecutionContext
 
suspend(long) - Method in class org.jboss.resteasy.core.SynchronousExecutionContext
 
suspend(long, TimeUnit) - Method in class org.jboss.resteasy.core.SynchronousExecutionContext
 
suspend(long) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodParameterBuilder
 
suspend() - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousContext
 
suspend(long) - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousContext
 
suspend(long, TimeUnit) - Method in interface org.jboss.resteasy.spi.ResteasyAsynchronousContext
 
suspend(AsyncResponse) - Method in class org.jboss.resteasy.test.async.callback.Resource
 
suspend(AsyncResponse) - Method in class org.jboss.resteasy.test.async.Resource
 
Suspended - Annotation Type in javax.ws.rs.container
Inject a suspended AsyncResponse into a parameter of an invoked JAX-RS resource or sub-resource method.
suspended() - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ResourceMethodParameterBuilder
 
suspendEncoding() - Method in class org.jboss.resteasy.util.Base64.OutputStream
Suspends encoding of the stream.
SuspendInjector - Class in org.jboss.resteasy.core
 
SuspendInjector(long, Class) - Constructor for class org.jboss.resteasy.core.SuspendInjector
 
suspendTimeout - Variable in class org.jboss.resteasy.spi.metadata.Parameter
 
SynchronousDispatcher - Class in org.jboss.resteasy.core
 
SynchronousDispatcher(ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.SynchronousDispatcher
 
SynchronousExecutionContext - Class in org.jboss.resteasy.core
 
SynchronousExecutionContext(SynchronousDispatcher, HttpRequest, HttpResponse) - Constructor for class org.jboss.resteasy.core.SynchronousExecutionContext
 
SynchronousExecutionContext.SynchronousAsynchronousResponse - Class in org.jboss.resteasy.core
 
SynchronousExecutionContext.SynchronousAsynchronousResponse(SynchronousDispatcher, HttpRequest, HttpResponse) - Constructor for class org.jboss.resteasy.core.SynchronousExecutionContext.SynchronousAsynchronousResponse
 
SyncInvoker - Interface in javax.ws.rs.client
Uniform interface for synchronous invocation of HTTP methods.
syncLatch - Variable in class org.jboss.resteasy.core.SynchronousExecutionContext
 

T

tag(EntityTag) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set a response entity tag.
tag(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set a strong response entity tag.
tag(EntityTag) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
tag(String) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
takeAsyncResponse(String) - Static method in class org.jboss.resteasy.test.async.callback.Resource
 
takeAsyncResponse(int) - Static method in class org.jboss.resteasy.test.async.callback.Resource
 
takeAsyncResponse(String) - Static method in class org.jboss.resteasy.test.async.Resource
 
takeAsyncResponse(int) - Static method in class org.jboss.resteasy.test.async.Resource
 
target(String) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
target(URI) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
target(UriBuilder) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
target(Link) - Method in interface javax.ws.rs.client.Client
Build a new web resource target.
target(String) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
target(URI) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
target(UriBuilder) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
target(Link) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClient
 
target - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
targets - Variable in class org.jboss.resteasy.core.registry.ClassNode
 
targets - Variable in class org.jboss.resteasy.core.registry.SegmentNode
 
TE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
template - Variable in class org.jboss.resteasy.spi.ResteasyProviderFactory.SortedKey
 
temporaryRedirect(URI) - Static method in class javax.ws.rs.core.Response
Create a new ResponseBuilder for a temporary redirection.
testHtml(String) - Method in class org.jboss.resteasy.plugins.providers.html.TestHtmlResource
 
TestHtmlResource - Class in org.jboss.resteasy.plugins.providers.html
 
TestHtmlResource() - Constructor for class org.jboss.resteasy.plugins.providers.html.TestHtmlResource
 
testParam(String) - Method in class org.jboss.resteasy.plugins.providers.html.TestHtmlResource
 
testParsing() - Method in class org.jboss.resteasy.specimpl.ResteasyHttpHeaders
 
TestPortProvider - Class in org.jboss.resteasy.test
Utility class that provides a port number for the Resteasy embedded container.
TestPortProvider() - Constructor for class org.jboss.resteasy.test.TestPortProvider
 
text(T) - Static method in class javax.ws.rs.client.Entity
Create a "text/plain" entity.
Text - Class in org.jboss.resteasy.plugins.providers.atom
Represents an atomTextConstruct element.
Text() - Constructor for class org.jboss.resteasy.plugins.providers.atom.Text
 
Text(String, String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.Text
 
Text(String) - Constructor for class org.jboss.resteasy.plugins.providers.atom.Text
 
TEXT_HTML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing ""text/html"" media type.
TEXT_HTML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing ""text/html"" media type.
TEXT_JAVASCRIPT_MEDIA_TYPE - Static variable in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
"text/javascript" media type.
TEXT_JAVASCRIPT_MEDIA_TYPE - Static variable in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
"text/javascript" media type.
TEXT_JSON_TYPE - Static variable in class org.jboss.resteasy.plugins.providers.jackson.Jackson2JsonpInterceptor
"text/json" media type.
TEXT_JSON_TYPE - Static variable in class org.jboss.resteasy.plugins.providers.jackson.JacksonJsonpInterceptor
"text/json" media type.
TEXT_PLAIN - Static variable in class javax.ws.rs.core.MediaType
A String constant representing ""text/plain"" media type.
TEXT_PLAIN_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing ""text/plain"" media type.
TEXT_PLAIN_WITH_CHARSET_ISO_8859_1 - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.MultipartConstants
Default fallback of the HTTP 1.1 protocol.
TEXT_PLAIN_WITH_CHARSET_ISO_8859_1_TYPE - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.MultipartConstants
Default fallback of the HTTP 1.1 protocol.
TEXT_PLAIN_WITH_CHARSET_US_ASCII - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.MultipartConstants
Default fallback of MIME messages

"text/plain; charset=us-ascii"

TEXT_PLAIN_WITH_CHARSET_US_ASCII_TYPE - Static variable in interface org.jboss.resteasy.plugins.providers.multipart.MultipartConstants
Default fallback of MIME messages

"text/plain; charset=us-ascii"

TEXT_XML - Static variable in class javax.ws.rs.core.MediaType
A String constant representing ""text/xml"" media type.
TEXT_XML_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing ""text/xml"" media type.
ThreadContext - Class in org.jboss.security.web
ThreadLocal wrapper so we can tunnel information between the transport protocol layer and the security domain
ThreadContext() - Constructor for class org.jboss.security.web.ThreadContext
 
threadFactory - Variable in class Acme.Utils.ThreadPool
 
threadLocalProviderFactory - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
ThreadLocalResteasyProviderFactory - Class in org.jboss.resteasy.core
Allow applications to push/pop provider factories onto the stack
ThreadLocalResteasyProviderFactory(ResteasyProviderFactory) - Constructor for class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
ThreadLocalStack<T> - Class in org.jboss.resteasy.util
Comment
ThreadLocalStack() - Constructor for class org.jboss.resteasy.util.ThreadLocalStack
 
threadPool - Variable in class Acme.Serve.Serve
 
ThrottledOutputStream - Class in Acme.Serve
 
ThrottledOutputStream(OutputStream, long) - Constructor for class Acme.Serve.ThrottledOutputStream
 
ThrottleItem - Class in Acme.Serve
 
ThrottleItem(long) - Constructor for class Acme.Serve.ThrottleItem
 
throwExceptionOnAsyncResponse(String) - Method in class org.jboss.resteasy.test.async.callback.CallbackResource
 
throwProcessingException(String, Throwable) - Method in class org.jboss.resteasy.core.MatrixParamInjector
 
throwProcessingException(String, Throwable) - Method in class org.jboss.resteasy.core.QueryParamInjector
 
throwProcessingException(String, Throwable) - Method in class org.jboss.resteasy.core.StringParameterInjector
 
throwReaderNotFound() - Method in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
throwReaderNotFound() - Method in class org.jboss.resteasy.core.interception.ClientReaderInterceptorContext
 
throwReaderNotFound() - Method in class org.jboss.resteasy.core.interception.ServerReaderInterceptorContext
 
time - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository.CacheEntry
 
timeout - Variable in class org.jboss.resteasy.core.SynchronousExecutionContext
 
timeout(AsyncResponse) - Method in class org.jboss.resteasy.test.async.JaxrsResource
 
timeout(AsynchronousResponse) - Method in class org.jboss.resteasy.test.async.MyResource
 
TimeoutHandler - Interface in javax.ws.rs.container
Asynchronous response suspend time-out handler.
timeoutHandler - Variable in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
timeoutUnit - Variable in class org.jboss.resteasy.core.SynchronousExecutionContext
 
timesRequested - Variable in class Acme.Serve.Serve.ServeConnection
 
TIMESTAMP - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
title(String) - Method in interface javax.ws.rs.core.Link.Builder
Convenience method to set a title on this link.
TITLE - Static variable in class javax.ws.rs.core.Link
Title link param from RFC 5988.
title - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppCollection
 
title - Variable in class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace
 
title - Variable in class org.jboss.resteasy.plugins.providers.atom.Link
 
title(String) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
title - Variable in class org.jboss.resteasy.spi.Link
Deprecated.
 
tjws - Static variable in class org.jboss.resteasy.test.TJWSServletContainer
 
TJWSEmbeddedJaxrsServer - Class in org.jboss.resteasy.plugins.server.tjws
 
TJWSEmbeddedJaxrsServer() - Constructor for class org.jboss.resteasy.plugins.server.tjws.TJWSEmbeddedJaxrsServer
 
TJWSEmbeddedSpringMVCServer - Class in org.jboss.resteasy.springmvc.tjws
 
TJWSEmbeddedSpringMVCServer() - Constructor for class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServer
 
TJWSEmbeddedSpringMVCServer(String, int) - Constructor for class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServer
 
TJWSEmbeddedSpringMVCServer(String, int, String) - Constructor for class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServer
 
TJWSEmbeddedSpringMVCServerBean - Class in org.jboss.resteasy.springmvc.tjws
 
TJWSEmbeddedSpringMVCServerBean() - Constructor for class org.jboss.resteasy.springmvc.tjws.TJWSEmbeddedSpringMVCServerBean
 
TJWSRequestPreProcessor - Class in org.jboss.resteasy.plugins.server.tjws
 
TJWSRequestPreProcessor(SecurityDomain) - Constructor for class org.jboss.resteasy.plugins.server.tjws.TJWSRequestPreProcessor
 
TJWSRequestPreProcessor() - Constructor for class org.jboss.resteasy.plugins.server.tjws.TJWSRequestPreProcessor
 
TJWSServletContainer - Class in org.jboss.resteasy.test
 
TJWSServletContainer() - Constructor for class org.jboss.resteasy.test.TJWSServletContainer
 
TJWSServletDispatcher - Class in org.jboss.resteasy.plugins.server.tjws
 
TJWSServletDispatcher() - Constructor for class org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher
 
TJWSServletDispatcher(SecurityDomain) - Constructor for class org.jboss.resteasy.plugins.server.tjws.TJWSServletDispatcher
 
TJWSServletServer - Class in org.jboss.resteasy.plugins.server.tjws
This cannot be restarted once stopped.
TJWSServletServer() - Constructor for class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer
 
TJWSServletServer.FileMappingServe - Class in org.jboss.resteasy.plugins.server.tjws
 
TJWSServletServer.FileMappingServe() - Constructor for class org.jboss.resteasy.plugins.server.tjws.TJWSServletServer.FileMappingServe
 
TJWSSpringMVCDispatcher - Class in org.jboss.resteasy.springmvc.tjws
 
TJWSSpringMVCDispatcher() - Constructor for class org.jboss.resteasy.springmvc.tjws.TJWSSpringMVCDispatcher
 
TJWSSpringMVCDispatcher(SecurityDomain) - Constructor for class org.jboss.resteasy.springmvc.tjws.TJWSSpringMVCDispatcher
 
TLS - Static variable in class Acme.Serve.SSLAcceptor
SSL protocol variant to use.
toByteArray(Object, boolean) - Static method in class org.jboss.resteasy.jwt.JsonSerialization
 
toByteArray(Object, ResteasyProviderFactory) - Static method in class org.jboss.resteasy.jwt.JsonSerialization
 
toByteArray() - Method in class org.jboss.resteasy.util.InputStreamToByteArray
 
toCookie() - Method in class javax.ws.rs.core.NewCookie
Obtain a new instance of a Cookie with the same name, value, path, domain and version as this NewCookie.
toDigit(char, int) - Static method in class org.jboss.resteasy.util.Hex
Converts a hexadecimal character to an integer.
toException(Exception) - Method in class org.jboss.resteasy.client.exception.mapper.ApacheHttpClient4ExceptionMapper
 
toException(E) - Method in interface org.jboss.resteasy.client.exception.mapper.ClientExceptionMapper
 
toFile(URL) - Static method in class Acme.Utils
 
toHeaderString(Object) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
toHeaderString(Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
Convert an object to a header string.
toHeaderString(Object) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
toHeaderString(Object) - Method in class org.jboss.resteasy.specimpl.BuiltResponse
 
toHeaderString(Object) - Method in interface org.jboss.resteasy.spi.HeaderValueProcessor
Convert an object to a header string.
toHeaderString(Object) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
 
toJaxrsLink() - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
token - Variable in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
token - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve.AccessCode
 
token - Variable in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
token - Variable in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
token - Variable in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
token - Variable in class org.jboss.resteasy.skeleton.key.SkeletonKeySession
 
TokenAuthFilter - Class in org.jboss.resteasy.keystone.core
Server filter that can verify a token id with skeleton key server, or verify signature of a signed token.
TokenAuthFilter(X509Certificate, TokenVerifier) - Constructor for class org.jboss.resteasy.keystone.core.TokenAuthFilter
 
tokenFactory - Variable in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
TokenFactory - Interface in org.jboss.resteasy.keystone.client
 
tokenGrant(Request, Response) - Method in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
tokenLifespan - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.Realm
 
tokenLifespan - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
tokenLifetime - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
TokenManagement - Class in org.jboss.resteasy.skeleton.key.idm.service
 
TokenManagement(IdentityManager) - Constructor for class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
TokenManagement.AccessCode - Class in org.jboss.resteasy.skeleton.key.idm.service
 
TokenManagement.AccessCode() - Constructor for class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement.AccessCode
 
tokens() - Method in interface org.jboss.resteasy.keystone.client.SkeletonKeyAdminClient
 
tokenService - Variable in class org.jboss.resteasy.keystone.server.ServerTokenAuthFilter
 
tokenService - Variable in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
TokenService - Class in org.jboss.resteasy.keystone.server
 
TokenService(Cache, long, TimeUnit, ProjectsService, UsersService) - Constructor for class org.jboss.resteasy.keystone.server.TokenService
 
TokensResource - Interface in org.jboss.resteasy.keystone.client
 
tokenString - Variable in class org.jboss.resteasy.skeleton.key.as7.CatalinaBearerTokenAuthenticator
 
tokenString - Variable in class org.jboss.resteasy.skeleton.key.as7.ServletOAuthLogin
 
tokenType - Variable in class org.jboss.resteasy.skeleton.key.representations.AccessTokenResponse
 
TokenVerifier - Interface in org.jboss.resteasy.keystone.client
 
tokenVerifier - Variable in class org.jboss.resteasy.keystone.core.TokenAuthFilter
 
toLanguageString(Locale) - Static method in class org.jboss.resteasy.util.LocaleHelper
HTTP 1.1 has different String format for language than what java.util.Locale does '-' instead of '_' as a separator
toResponse(E) - Method in interface javax.ws.rs.ext.ExceptionMapper
Map an exception to a Response.
toResponse(ValidationException) - Method in class org.jboss.resteasy.api.validation.ResteasyViolationExceptionMapper
 
toResponse(FooException) - Method in class org.jboss.resteasy.test.application.FooExceptionMapper
 
toResponse(Throwable) - Method in class org.jboss.resteasy.test.async.MyApp.PrintingErrorHandler
 
toResponse(ServiceUnavailableException) - Method in class org.jboss.resteasy.test.async.ServiceUnavailableExceptionMapper
 
toStore(Cache) - Method in class org.jboss.resteasy.keystone.server.Loader
 
toString() - Method in class Acme.Serve.SelectorAcceptor
 
toString() - Method in class Acme.Serve.SimpleAcceptor
 
toString() - Method in class Acme.Serve.SSLAcceptor
 
toString() - Method in class Acme.Utils.ThreadPool
 
toString() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
toString() - Method in class javax.ws.rs.core.CacheControl
Convert the cache control to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.Cookie
Convert the cookie to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.EntityTag
Convert the entity tag to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.GenericEntity
 
toString() - Method in class javax.ws.rs.core.GenericType
 
toString() - Method in class javax.ws.rs.core.Link
Returns a string representation as a link header (RFC 5988).
toString() - Method in class javax.ws.rs.core.MediaType
Convert the media type to a string suitable for use as the value of a corresponding HTTP header.
toString() - Method in class javax.ws.rs.core.NewCookie
Convert the cookie to a string suitable for use as the value of the corresponding HTTP header.
toString() - Method in enum javax.ws.rs.core.Response.Status
Get the reason phrase.
toString() - Method in class javax.ws.rs.core.Variant
 
toString(T) - Method in interface javax.ws.rs.ext.ParamConverter
Convert the supplied value to a String.
toString(T) - Method in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Convert the supplied value to a String.
toString() - Method in class org.jboss.resteasy.api.validation.ResteasyConstraintViolation
 
toString() - Method in exception org.jboss.resteasy.api.validation.ResteasyViolationException
 
toString() - Method in class org.jboss.resteasy.cdi.CdiPropertyInjector
 
toString(Object) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
toString() - Method in class org.jboss.resteasy.client.core.ClientProxy
 
toString() - Method in class org.jboss.resteasy.client.core.extractors.ClientResponseProxy
 
toString(Object) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientConfiguration
 
toString() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientProxy
 
toString() - Method in class org.jboss.resteasy.client.jaxrs.internal.proxy.extractors.ClientResponseProxy
 
toString(Object, Class, Type, Annotation[]) - Method in class org.jboss.resteasy.core.ThreadLocalResteasyProviderFactory
 
toString() - Method in class org.jboss.resteasy.jose.jwe.JWEHeader
 
toString() - Method in class org.jboss.resteasy.jose.jws.JWSHeader
 
toString(Object, ResteasyProviderFactory) - Static method in class org.jboss.resteasy.jwt.JsonSerialization
 
toString(Object, boolean) - Static method in class org.jboss.resteasy.jwt.JsonSerialization
 
toString() - Method in class org.jboss.resteasy.keystone.model.Access.Service.Endpoint
 
toString() - Method in class org.jboss.resteasy.keystone.model.Access.Service
 
toString() - Method in class org.jboss.resteasy.keystone.model.Access.Token
 
toString() - Method in class org.jboss.resteasy.keystone.model.Access
 
toString() - Method in class org.jboss.resteasy.keystone.model.Access.User
 
toString() - Method in class org.jboss.resteasy.keystone.model.Endpoint
 
toString() - Method in class org.jboss.resteasy.keystone.model.Endpoints
 
toString() - Method in class org.jboss.resteasy.keystone.model.Error
 
toString() - Method in class org.jboss.resteasy.keystone.model.Link
 
toString() - Method in class org.jboss.resteasy.keystone.model.Project
 
toString() - Method in class org.jboss.resteasy.keystone.model.Projects
 
toString() - Method in class org.jboss.resteasy.keystone.model.Roles
 
toString() - Method in class org.jboss.resteasy.keystone.model.Service
 
toString() - Method in class org.jboss.resteasy.keystone.model.Services
 
toString() - Method in class org.jboss.resteasy.keystone.model.User
 
toString() - Method in class org.jboss.resteasy.keystone.model.Users
 
toString(CacheControl) - Method in class org.jboss.resteasy.plugins.delegates.CacheControlDelegate
 
toString(Cookie) - Method in class org.jboss.resteasy.plugins.delegates.CookieHeaderDelegate
 
toString(Date) - Method in class org.jboss.resteasy.plugins.delegates.DateDelegate
 
toString(EntityTag) - Method in class org.jboss.resteasy.plugins.delegates.EntityTagDelegate
 
toString(Link) - Method in class org.jboss.resteasy.plugins.delegates.LinkDelegate
 
toString(LinkHeader) - Method in class org.jboss.resteasy.plugins.delegates.LinkHeaderDelegate
 
toString(Locale) - Method in class org.jboss.resteasy.plugins.delegates.LocaleDelegate
 
toString(Object) - Method in class org.jboss.resteasy.plugins.delegates.MediaTypeHeaderDelegate
 
toString(Object) - Method in class org.jboss.resteasy.plugins.delegates.NewCookieHeaderDelegate
 
toString(Object) - Method in class org.jboss.resteasy.plugins.delegates.UriHeaderDelegate
 
toString() - Method in class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
toString() - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
Generates the Content-Signature value.
toString() - Method in class org.jboss.resteasy.security.doseta.VerificationResults
 
toString() - Method in class org.jboss.resteasy.skeleton.key.SkeletonKeyPrincipal
 
toString() - Method in class org.jboss.resteasy.specimpl.LinkImpl
 
toString() - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
toString(MultivaluedMap<?, ?>, String) - Static method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
toString() - Method in class org.jboss.resteasy.specimpl.PathSegmentImpl
 
toString() - Method in class org.jboss.resteasy.spi.Link
Deprecated.
 
toString() - Method in class org.jboss.resteasy.spi.LinkHeader
 
toString(Object, Class, Type, Annotation[]) - Method in class org.jboss.resteasy.spi.ResteasyProviderFactory
Convert an object to a string.
toString(T) - Method in interface org.jboss.resteasy.spi.StringConverter
Deprecated.
 
toString() - Method in class org.jboss.resteasy.test.async.callback.StringBean
 
toString() - Method in class org.jboss.resteasy.util.WeightedLanguage
 
toTemplate() - Method in class javax.ws.rs.core.UriBuilder
Get the URI template string represented by this URI builder.
toTemplate() - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
toURI() - Method in interface org.jboss.resteasy.spi.touri.URIable
 
toUser() - Method in class org.jboss.resteasy.keystone.model.StoredUser
 
trace() - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(Class<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(GenericType<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace(InvocationCallback<T>) - Method in interface javax.ws.rs.client.AsyncInvoker
Invoke HTTP TRACE method for the current request asynchronously.
trace() - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(Class<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace(GenericType<T>) - Method in interface javax.ws.rs.client.SyncInvoker
Invoke HTTP TRACE method for the current request synchronously.
trace() - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
trace(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
trace(GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
trace(InvocationCallback<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.AsynchronousInvoke
 
trace() - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
trace(Class<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
trace(GenericType<T>) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocationBuilder
 
trace(String) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
trace(String, Object...) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
trace(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
trace(String) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
trace(String, Object...) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
trace(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
trace(String) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
trace(String, Object...) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
trace(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
trace(String) - Method in class org.jboss.resteasy.logging.Logger
 
trace(String, Object...) - Method in class org.jboss.resteasy.logging.Logger
 
trace(String, Throwable) - Method in class org.jboss.resteasy.logging.Logger
 
TraceResourceMethod - Class in org.jboss.resteasy.plugins.stats
 
TraceResourceMethod() - Constructor for class org.jboss.resteasy.plugins.stats.TraceResourceMethod
 
TRAILER - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
TRANSFER_ENCODING - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
TRANSFERENCODING - Static variable in class Acme.Serve.Serve.ServeConnection
 
trimPathSeparators(String) - Static method in class Acme.WildcardDictionary
 
TRUE - Static variable in class org.jboss.resteasy.test.async.callback.Resource
 
TRUE - Static variable in class org.jboss.resteasy.test.async.Resource
 
trustedCertificates - Variable in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
trustStore(KeyStore) - Method in class javax.ws.rs.client.ClientBuilder
Set the client-side trust store.
truststore - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
trustStore(KeyStore) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
truststore - Variable in class org.jboss.resteasy.skeleton.key.AbstractOAuthClient
 
truststore - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
truststore - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
truststore - Variable in class org.jboss.resteasy.skeleton.key.ResourceMetadata
 
truststorePassword - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
truststorePassword - Variable in class org.jboss.resteasy.skeleton.key.config.ManagedResourceConfig
 
type(String) - Method in interface javax.ws.rs.core.Link.Builder
Convenience method to set a type on this link.
TYPE - Static variable in class javax.ws.rs.core.Link
Type link param from RFC 5988.
type(MediaType) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
type(String) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set the message entity media type.
type() - Method in class org.jboss.resteasy.api.validation.ResteasyConstraintViolation
 
type - Variable in class org.jboss.resteasy.core.interception.AbstractReaderInterceptorContext
 
type - Variable in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
type - Variable in class org.jboss.resteasy.core.registry.SegmentNode.SortFactor
 
type - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
type(String) - Method in class org.jboss.resteasy.jose.jwe.JWEBuilder
 
type(String) - Method in class org.jboss.resteasy.jose.jws.JWSBuilder
 
type - Variable in class org.jboss.resteasy.jwt.JsonWebToken
 
type(String) - Method in class org.jboss.resteasy.jwt.JsonWebToken
 
type - Variable in class org.jboss.resteasy.plugins.providers.atom.Link
 
type - Variable in class org.jboss.resteasy.security.smime.SMIMEOutput
 
type - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.RequiredCredential
 
type - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
type - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RequiredCredentialRepresentation
 
type - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
 
type(String) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken
 
type(String) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
type(MediaType) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
type(String) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
type - Variable in class org.jboss.resteasy.spi.Link
Deprecated.
 
type - Variable in class org.jboss.resteasy.spi.metadata.Parameter
 
type(Class<?>) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
type(GenericType) - Method in class org.jboss.resteasy.spi.metadata.ResourceBuilder.ParameterBuilder
 
TypeConverter - Class in org.jboss.resteasy.util
A utility class that can convert a String value as a typed object.
Types - Class in org.jboss.resteasy.util
Type conversions and generic type manipulations
Types() - Constructor for class org.jboss.resteasy.util.Types
 

U

UnauthorizedException - Exception in org.jboss.resteasy.spi
Deprecated.
UnauthorizedException() - Constructor for exception org.jboss.resteasy.spi.UnauthorizedException
Deprecated.
 
UnauthorizedException(String) - Constructor for exception org.jboss.resteasy.spi.UnauthorizedException
Deprecated.
 
UnauthorizedException(String, Response) - Constructor for exception org.jboss.resteasy.spi.UnauthorizedException
Deprecated.
 
UnauthorizedException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.UnauthorizedException
Deprecated.
 
UnauthorizedException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.UnauthorizedException
Deprecated.
 
UnauthorizedException(Throwable) - Constructor for exception org.jboss.resteasy.spi.UnauthorizedException
Deprecated.
 
UnauthorizedException(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.UnauthorizedException
Deprecated.
 
UnauthorizedSignatureException - Exception in org.jboss.resteasy.security.doseta
Thrown by RESTEasy when HTTP Unauthorized (401) is encountered
UnauthorizedSignatureException(String) - Constructor for exception org.jboss.resteasy.security.doseta.UnauthorizedSignatureException
 
UnauthorizedSignatureException(VerificationResults) - Constructor for exception org.jboss.resteasy.security.doseta.UnauthorizedSignatureException
 
undertowDeployment(ResteasyDeployment, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for your ResteasyDeployent so you can set up things like security constraints You'd call this method, add your servlet security constraints, then call deploy(DeploymentInfo) Note, only one ResteasyDeployment can be applied per DeploymentInfo ResteasyServlet is mapped to mapping + "/*" Example: DeploymentInfo di = server.undertowDeployment(resteasyDeployment, "rest"); di.setDeploymentName("MyDeployment") di.setContextRoot("root"); server.deploy(di);
undertowDeployment(ResteasyDeployment) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for your ResteasyDeployent so you can set up things like security constraints You'd call this method, add your servlet security constraints, then call deploy(DeploymentInfo) Note, only one ResteasyDeployment can be applied per DeploymentInfo.
undertowDeployment(Class<? extends Application>, String) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
undertowDeployment(Class<? extends Application>) - Method in class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
Creates a web deployment for the jaxrs Application.
UndertowJaxrsServer - Class in org.jboss.resteasy.plugins.server.undertow
Wrapper around Undertow to make resteasy deployments easier Each ResteasyDeployment or jaxrs Application is deployed under its own web deployment (WAR) You may also deploy after the server has started.
UndertowJaxrsServer() - Constructor for class org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer
 
UnhandledException - Exception in org.jboss.resteasy.spi
This exception should only be used by Resteasy integrators.
UnhandledException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.UnhandledException
 
UnhandledException(Throwable) - Constructor for exception org.jboss.resteasy.spi.UnhandledException
 
unloadServlet(Servlet) - Method in class Acme.Serve.Serve
 
unloadServlet(String) - Method in class Acme.Serve.Serve
 
unmarshal(Link.JaxbLink) - Method in class javax.ws.rs.core.Link.JaxbAdapter
Convert a Link.JaxbLink into a Link.
unmarshal(String) - Method in class org.jboss.resteasy.plugins.providers.atom.app.BooleanAdapter
 
unmarshal(String) - Method in class org.jboss.resteasy.plugins.providers.atom.MediaTypeAdapter
 
unmarshal(String) - Method in class org.jboss.resteasy.plugins.providers.atom.UriAdapter
 
unmarshal(File) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
unmarshal(InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
Turns off expansion of external entities.
unmarshal(Reader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
unmarshal(URL) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
unmarshal(InputSource) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
Turns off expansion of external entities.
unmarshal(Node) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
unmarshal(Source) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
unmarshal(XMLStreamReader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
unmarshal(XMLEventReader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
unmarshal(Node, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
unmarshal(Source, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
unmarshal(XMLStreamReader, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
unmarshal(XMLEventReader, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.ExternalEntityUnmarshaller
 
unmarshal(File) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(Reader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(URL) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(InputSource) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(Node) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(Node, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(Source) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(Source, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(XMLStreamReader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(XMLStreamReader, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(XMLEventReader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(XMLEventReader, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.fastinfoset.FastinfoSetUnmarshaller
 
unmarshal(File) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(Reader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(URL) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(InputSource) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(Node) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(Node, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(Source) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(Source, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(XMLStreamReader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(XMLStreamReader, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(XMLEventReader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(XMLEventReader, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.BadgerUnmarshaller
 
unmarshal(File) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(Reader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(URL) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(InputSource) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(Node) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(Node, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(Source) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(Source, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(XMLStreamReader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(XMLStreamReader, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(XMLEventReader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(XMLEventReader, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JettisonMappedUnmarshaller
 
unmarshal(File) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
unmarshal(InputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
Turns off expansion of external entities.
unmarshal(Reader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
unmarshal(URL) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
unmarshal(InputSource) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
Turns off expansion of external entities.
unmarshal(Node) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
unmarshal(Source) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
unmarshal(XMLStreamReader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
unmarshal(XMLEventReader) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
unmarshal(Node, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
unmarshal(Source, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
unmarshal(XMLStreamReader, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
unmarshal(XMLEventReader, Class<T>) - Method in class org.jboss.resteasy.plugins.providers.jaxb.SecureUnmarshaller
 
unmarshaledEntity - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
unmarshaller - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
unregistered() - Method in class org.jboss.resteasy.plugins.guice.GuiceResourceFactory
 
unregistered() - Method in class org.jboss.resteasy.plugins.server.resourcefactory.JndiComponentResourceFactory
 
unregistered() - Method in class org.jboss.resteasy.plugins.server.resourcefactory.JndiResourceFactory
 
unregistered() - Method in class org.jboss.resteasy.plugins.server.resourcefactory.POJOResourceFactory
 
unregistered() - Method in class org.jboss.resteasy.plugins.server.resourcefactory.SingletonResource
 
unregistered() - Method in class org.jboss.resteasy.plugins.spring.SpringResourceFactory
 
unregistered() - Method in interface org.jboss.resteasy.spi.ResourceFactory
 
UNRESERVED - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
UNRESERVED - Static variable in class org.jboss.resteasy.util.URLUtils
unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"
UnsupportedMediaTypeException - Exception in org.jboss.resteasy.spi
Deprecated.
UnsupportedMediaTypeException(String) - Constructor for exception org.jboss.resteasy.spi.UnsupportedMediaTypeException
Deprecated.
 
UnsupportedMediaTypeException(String, Response) - Constructor for exception org.jboss.resteasy.spi.UnsupportedMediaTypeException
Deprecated.
 
UnsupportedMediaTypeException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.UnsupportedMediaTypeException
Deprecated.
 
UnsupportedMediaTypeException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.UnsupportedMediaTypeException
Deprecated.
 
UnsupportedMediaTypeException(Throwable) - Constructor for exception org.jboss.resteasy.spi.UnsupportedMediaTypeException
Deprecated.
 
UnsupportedMediaTypeException(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.UnsupportedMediaTypeException
Deprecated.
 
unwrapException(Throwable) - Method in class org.jboss.resteasy.api.validation.ResteasyViolationExceptionMapper
 
unwrapException(HttpRequest, Throwable) - Method in class org.jboss.resteasy.core.ExceptionHandler
 
unwrappedExceptions - Variable in class org.jboss.resteasy.core.ExceptionHandler
 
unwrappedExceptions - Variable in class org.jboss.resteasy.core.SynchronousDispatcher
 
unwrappedExceptions - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
UP_ALPHA - Static variable in class org.jboss.resteasy.auth.oauth.URLUtils
upalpha = "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "T" | "U" | "V" | "W" | "X" | "Y" | "Z"
UP_ALPHA - Static variable in class org.jboss.resteasy.util.URLUtils
upalpha = "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I" | "J" | "K" | "L" | "M" | "N" | "O" | "P" | "Q" | "R" | "S" | "T" | "U" | "V" | "W" | "X" | "Y" | "Z"
update(String, Project) - Method in interface org.jboss.resteasy.keystone.client.ProjectsResource
 
update(String, Role) - Method in interface org.jboss.resteasy.keystone.client.RolesResource
 
update(String, StoredUser) - Method in interface org.jboss.resteasy.keystone.client.UsersResource
 
update(String, Project) - Method in class org.jboss.resteasy.keystone.server.ProjectsService
 
update(String, Role) - Method in class org.jboss.resteasy.keystone.server.RolesService
 
update(String, StoredUser) - Method in class org.jboss.resteasy.keystone.server.UsersService
 
update(Realm) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
update(RequiredCredential) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
update(User) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
update(UserCredential) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
update(UserAttribute) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
update(Resource) - Method in class org.jboss.resteasy.skeleton.key.idm.adapters.infinispan.InfinispanIDM
 
update(Realm) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
update(RequiredCredential) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
update(User) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
update(UserCredential) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
update(UserAttribute) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
update(Resource) - Method in interface org.jboss.resteasy.skeleton.key.idm.IdentityManager
 
updateOnNotModified(ClientRequest, BrowserCache.Entry, BaseClientResponse) - Method in class org.jboss.resteasy.client.cache.CacheInterceptor
Deprecated.
 
updateOnNotModified(ClientRequestContext, BrowserCache.Entry, ClientResponseContext) - Method in class org.jboss.resteasy.client.jaxrs.cache.CacheInterceptor
 
updateQuery(String, String) - Static method in class org.jboss.resteasy.util.HttpClient4xUtils
 
UPGRADE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
uri(URI) - Method in interface javax.ws.rs.core.Link.Builder
Set underlying URI template for the link being constructed.
uri(String) - Method in interface javax.ws.rs.core.Link.Builder
Set underlying string representing URI template for the link being constructed.
uri(URI) - Method in class javax.ws.rs.core.UriBuilder
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
uri(String) - Method in class javax.ws.rs.core.UriBuilder
Parses the uriTemplate string and copies the parsed components of the supplied URI to the UriBuilder replacing any existing values for those components.
uri - Variable in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
uri - Variable in class org.jboss.resteasy.client.core.ClientInvoker
 
uri - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
uri - Variable in class org.jboss.resteasy.plugins.server.BaseHttpRequest
 
uri(URI) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
uri(String) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
uri - Variable in class org.jboss.resteasy.specimpl.LinkImpl
 
uri(String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
uri(URI) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
URI_PARAM_NAME_REGEX - Static variable in class org.jboss.resteasy.util.PathHelper
 
URI_PARAM_PATTERN - Static variable in class org.jboss.resteasy.util.PathHelper
 
URI_PARAM_REGEX - Static variable in class org.jboss.resteasy.util.PathHelper
 
URI_PARAM_REGEX_REGEX - Static variable in class org.jboss.resteasy.util.PathHelper
 
URI_PARAM_WITH_REGEX - Static variable in class org.jboss.resteasy.util.PathHelper
 
URI_PARAM_WITH_REGEX_PATTERN - Static variable in class org.jboss.resteasy.util.PathHelper
 
URI_PARAM_WITHOUT_REGEX - Static variable in class org.jboss.resteasy.util.PathHelper
 
URI_PARAM_WITHOUT_REGEX_PATTERN - Static variable in class org.jboss.resteasy.util.PathHelper
 
URI_TEMPLATE_PATTERN - Static variable in class org.jboss.resteasy.util.PathHelper
A regex pattern that searches for a URI template parameter in the form of {*}
URI_TEMPLATE_REPLACE_PATTERN - Static variable in class org.jboss.resteasy.util.PathHelper
 
URIable - Interface in org.jboss.resteasy.spi.touri
This is an interface which allows an object to perform its own uri creation
URIableURIResolver - Class in org.jboss.resteasy.spi.touri
URIResolver Adapter for URIable classes
URIableURIResolver() - Constructor for class org.jboss.resteasy.spi.touri.URIableURIResolver
 
UriAdapter - Class in org.jboss.resteasy.plugins.providers.atom
 
UriAdapter() - Constructor for class org.jboss.resteasy.plugins.providers.atom.UriAdapter
 
uriBuilder(UriBuilder) - Method in interface javax.ws.rs.core.Link.Builder
Set underlying URI builder representing the URI template for the link being constructed.
UriBuilder - Class in javax.ws.rs.core
URI template-aware utility class for building URIs from their components.
UriBuilder() - Constructor for class javax.ws.rs.core.UriBuilder
Protected constructor, use one of the static fromXxx(...) methods to obtain an instance.
uriBuilder - Variable in class org.jboss.resteasy.client.jaxrs.internal.ClientWebTarget
 
uriBuilder - Variable in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
uriBuilder(UriBuilder) - Method in class org.jboss.resteasy.specimpl.LinkBuilderImpl
 
UriBuilderException - Exception in javax.ws.rs.core
A runtime exception thrown by UriBuilder.build(Object...) methods when a URI cannot be constructed based on the current state of the builder.
UriBuilderException() - Constructor for exception javax.ws.rs.core.UriBuilderException
Creates a new instance of UriBuilderException without detail message.
UriBuilderException(String) - Constructor for exception javax.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message.
UriBuilderException(String, Throwable) - Constructor for exception javax.ws.rs.core.UriBuilderException
Constructs an instance of UriBuilderException with the specified detail message and cause.
UriBuilderException(Throwable) - Constructor for exception javax.ws.rs.core.UriBuilderException
Constructs a new exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
UriBuilderProvider - Class in org.jboss.resteasy.plugins.guice.ext
 
UriBuilderProvider(RuntimeDelegate) - Constructor for class org.jboss.resteasy.plugins.guice.ext.UriBuilderProvider
 
UriHeaderDelegate - Class in org.jboss.resteasy.plugins.delegates
 
UriHeaderDelegate() - Constructor for class org.jboss.resteasy.plugins.delegates.UriHeaderDelegate
 
UriInfo - Interface in javax.ws.rs.core
An injectable interface that provides access to application and request URI information.
uriInfo - Variable in class org.jboss.resteasy.skeleton.key.idm.service.RealmFactory
 
uriInfo - Variable in class org.jboss.resteasy.skeleton.key.idm.service.RealmResource
 
uriInfo - Variable in class org.jboss.resteasy.skeleton.key.idm.service.TokenManagement
 
URIParamMarshaller - Class in org.jboss.resteasy.client.core.marshallers
allows a user to specify the url.
URIParamMarshaller() - Constructor for class org.jboss.resteasy.client.core.marshallers.URIParamMarshaller
 
URIParamProcessor - Class in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
allows a user to specify the url.
URIParamProcessor() - Constructor for class org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation.URIParamProcessor
 
URIResolver - Interface in org.jboss.resteasy.spi.touri
This is the interface that defines all object to uri transformations in ObjectToURI
uriTemplate(String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
You may put path parameters anywhere within the uriTemplate except port
URITemplate - Annotation Type in org.jboss.resteasy.spi.touri
This annotation can be added to any object to perform Java beans-based transformation between URI template and bean properties.
URITemplateAnnotationResolver - Class in org.jboss.resteasy.spi.touri
 
URITemplateAnnotationResolver() - Constructor for class org.jboss.resteasy.spi.touri.URITemplateAnnotationResolver
 
URL_SAFE - Static variable in class org.jboss.resteasy.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
URLConnectionClientExecutor - Class in org.jboss.resteasy.client.core.executors
 
URLConnectionClientExecutor() - Constructor for class org.jboss.resteasy.client.core.executors.URLConnectionClientExecutor
 
URLConnectionEngine - Class in org.jboss.resteasy.client.jaxrs.engines
 
URLConnectionEngine() - Constructor for class org.jboss.resteasy.client.jaxrs.engines.URLConnectionEngine
 
UrlToken - Class in org.jboss.resteasy.keystone.model
 
UrlToken() - Constructor for class org.jboss.resteasy.keystone.model.UrlToken
 
URLUtils - Class in org.jboss.resteasy.auth.oauth
URL-encoding utility for each URL part according to the RFC specs
URLUtils() - Constructor for class org.jboss.resteasy.auth.oauth.URLUtils
 
URLUtils - Class in org.jboss.resteasy.util
URL-encoding utility for each URL part according to the RFC specs
URLUtils() - Constructor for class org.jboss.resteasy.util.URLUtils
 
useCache - Static variable in class org.jboss.resteasy.core.MediaTypeMap
By default, MediaTypeMap will cache possible MediaType/Class matches.
useContainerFormParams - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
useContainerParams - Variable in class org.jboss.resteasy.plugins.providers.ServerFormUrlEncodedProvider
 
useDns - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
USER - Static variable in class javax.ws.rs.Priorities
User-level filter/interceptor priority.
user - Variable in class org.jboss.resteasy.keystone.core.UserPrincipal
 
User - Class in org.jboss.resteasy.keystone.model
 
User() - Constructor for class org.jboss.resteasy.keystone.model.User
 
User - Class in org.jboss.resteasy.skeleton.key.idm.model.data
 
User() - Constructor for class org.jboss.resteasy.skeleton.key.idm.model.data.User
 
user(String) - Method in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
USER_AGENT - Static variable in interface javax.ws.rs.core.HttpHeaders
USER_AGENT - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
UserAttribute - Class in org.jboss.resteasy.skeleton.key.idm.model.data
 
UserAttribute() - Constructor for class org.jboss.resteasy.skeleton.key.idm.model.data.UserAttribute
 
UserCredential - Class in org.jboss.resteasy.skeleton.key.idm.model.data
 
UserCredential() - Constructor for class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
userid - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.RoleMapping
 
userid - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.ScopeMapping
 
userInfo(String) - Method in class javax.ws.rs.core.UriBuilder
Set the URI user-info.
userInfo(String) - Method in class org.jboss.resteasy.specimpl.ResteasyUriBuilder
 
username - Variable in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
username(String) - Method in class org.jboss.resteasy.keystone.client.SkeletonKeyClientBuilder
 
username - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.User
 
username - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RoleMappingRepresentation
 
username - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.ScopeMappingRepresentation
 
username - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
UserPrincipal - Class in org.jboss.resteasy.keystone.core
 
UserPrincipal(Access.User) - Constructor for class org.jboss.resteasy.keystone.core.UserPrincipal
 
userPrincipalAsPrivateSelector - Variable in class org.jboss.resteasy.security.doseta.DosetaKeyRepository
 
UserRepresentation - Class in org.jboss.resteasy.skeleton.key.representations.idm
 
UserRepresentation() - Constructor for class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation
 
UserRepresentation.Credential - Class in org.jboss.resteasy.skeleton.key.representations.idm
 
UserRepresentation.Credential() - Constructor for class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
 
users() - Method in interface org.jboss.resteasy.keystone.client.SkeletonKeyAdminClient
 
Users - Class in org.jboss.resteasy.keystone.model
 
Users() - Constructor for class org.jboss.resteasy.keystone.model.Users
 
users - Variable in class org.jboss.resteasy.keystone.server.SkeletonKeyApplication
 
users - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.RealmRepresentation
 
userSessionManagement - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthAuthenticationServerValve
 
userSessionManagement - Variable in class org.jboss.resteasy.skeleton.key.as7.OAuthManagedResourceValve
 
UserSessionManagement - Class in org.jboss.resteasy.skeleton.key.as7
Manages relationship to users and sessions so that forced admin logout can be implemented
UserSessionManagement() - Constructor for class org.jboss.resteasy.skeleton.key.as7.UserSessionManagement
 
userSessionMap - Variable in class org.jboss.resteasy.skeleton.key.as7.UserSessionManagement
 
UsersResource - Interface in org.jboss.resteasy.keystone.client
 
UsersService - Class in org.jboss.resteasy.keystone.server
 
UsersService(Cache) - Constructor for class org.jboss.resteasy.keystone.server.UsersService
 
UTF8 - Static variable in class Acme.Serve.Serve
 
Utils - Class in Acme
 
Utils() - Constructor for class Acme.Utils
 
Utils - Class in org.jboss.resteasy.cdi
Utility methods for detecting CDI scopes and JAX-RS components
Utils() - Constructor for class org.jboss.resteasy.cdi.Utils
 
Utils.DummyPrintStream - Class in Acme
 
Utils.DummyPrintStream() - Constructor for class Acme.Utils.DummyPrintStream
 
Utils.SimpleBuffer - Class in Acme
 
Utils.SimpleBuffer() - Constructor for class Acme.Utils.SimpleBuffer
 
Utils.ThreadFactory - Interface in Acme
 
Utils.ThreadPool - Class in Acme
 
Utils.ThreadPool(Properties, Utils.ThreadFactory) - Constructor for class Acme.Utils.ThreadPool
Creates a thread pool not queued with max number of threads defined in properties or DEF_MAX_POOLED_THREAD = 20

V

validate(HttpRequest, Object, Class<?>...) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
validate(HttpRequest, Object, Class<?>...) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
validate(HttpRequest, Object, Class<?>...) - Method in interface org.jboss.resteasy.spi.validation.GeneralValidator
Validates all constraints on object.
validateAllParameters(HttpRequest, Object, Method, Object[], Class<?>...) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
validateAllParameters(HttpRequest, Object, Method, Object[], Class<?>...) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
validateAllParameters(HttpRequest, Object, Method, Object[], Class<?>...) - Method in interface org.jboss.resteasy.spi.validation.GeneralValidator
Validates all constraints placed on the parameters of the given method.
validateMessage(OAuthMessage, OAuthAccessor) - Method in class org.jboss.resteasy.auth.oauth.OAuthValidator
Deprecated.
validateMessage(OAuthMessage, OAuthAccessor, OAuthToken) - Method in class org.jboss.resteasy.auth.oauth.OAuthValidator
Overridden to validate the timestamp and nonces last since they have side-effects of storing data about the message, so we have to make sure the message is valid before we do that.
ValidateRequest - Annotation Type in org.jboss.resteasy.plugins.validation.hibernate
 
validateRequestWithAccessToken(HttpServletRequest, OAuthMessage, OAuthToken, OAuthValidator, OAuthConsumer) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
 
validateRequestWithoutAccessToken(HttpServletRequest, OAuthMessage, OAuthValidator, OAuthConsumer) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
Validates if a given request is a valid 2-leg oAuth request
validateReturnValue(HttpRequest, Object, Method, Object, Class<?>...) - Method in class org.jboss.resteasy.plugins.validation.GeneralValidatorImpl
 
validateReturnValue(HttpRequest, Object, Method, Object, Class<?>...) - Method in class org.jboss.resteasy.plugins.validation.hibernate.GeneralValidatorImpl
 
validateReturnValue(HttpRequest, Object, Method, Object, Class<?>...) - Method in interface org.jboss.resteasy.spi.validation.GeneralValidator
Validates all return value constraints of the given method.
validateTimestamp(OAuthMessage, long, OAuthToken) - Method in class org.jboss.resteasy.auth.oauth.OAuthValidator
Overridden to delegate timestamp validation to the provider
validateTimestampAndNonce(OAuthMessage, OAuthToken) - Method in class org.jboss.resteasy.auth.oauth.OAuthValidator
Throw an exception if the timestamp is out of range or the nonce has been validated previously.
validateUriScopes(String, String[]) - Static method in class org.jboss.resteasy.auth.oauth.OAuthUtils
Validates if a current request URI matches URI provided by the consumer at the registration time or during the request token validation request
Validation - Class in org.jboss.resteasy.api.validation
 
Validation() - Constructor for class org.jboss.resteasy.api.validation.Validation
 
validation - Variable in class org.jboss.resteasy.plugins.cache.server.ServerCacheHitFilter
 
validation - Variable in class org.jboss.resteasy.plugins.cache.server.ServerCacheInterceptor
 
VALIDATION_HEADER - Static variable in class org.jboss.resteasy.api.validation.Validation
 
validator - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
ValidatorContextResolver - Class in org.jboss.resteasy.plugins.validation.hibernate
 
ValidatorContextResolver() - Constructor for class org.jboss.resteasy.plugins.validation.hibernate.ValidatorContextResolver
 
ValidatorContextResolver - Class in org.jboss.resteasy.plugins.validation
 
ValidatorContextResolver() - Constructor for class org.jboss.resteasy.plugins.validation.ValidatorContextResolver
 
ValidatorContextResolverCDI - Class in org.jboss.resteasy.plugins.validation.hibernate
 
ValidatorContextResolverCDI() - Constructor for class org.jboss.resteasy.plugins.validation.hibernate.ValidatorContextResolverCDI
 
ValidatorContextResolverCDI - Class in org.jboss.resteasy.plugins.validation
 
ValidatorContextResolverCDI() - Constructor for class org.jboss.resteasy.plugins.validation.ValidatorContextResolverCDI
 
value - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.UserAttribute
 
value - Variable in class org.jboss.resteasy.skeleton.key.idm.model.data.UserCredential
 
value - Variable in class org.jboss.resteasy.skeleton.key.representations.idm.UserRepresentation.Credential
 
value - Static variable in annotation type org.jboss.resteasy.springmvc.annotation.RestfulData
what content type does this support? This has the same allowed values as javax.ws.rs.Consumes
ValueInjector - Interface in org.jboss.resteasy.core
 
valueOf(String) - Static method in class javax.ws.rs.core.CacheControl
Creates a new instance of CacheControl by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.Cookie
Creates a new instance of Cookie by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.EntityTag
Creates a new instance of EntityTag by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.Link
Simple parser to convert link header string representations into a link.
valueOf(String) - Static method in class javax.ws.rs.core.MediaType
Creates a new instance of MediaType by parsing the supplied string.
valueOf(String) - Static method in class javax.ws.rs.core.NewCookie
Creates a new instance of NewCookie by parsing the supplied string.
valueOf(String) - Static method in enum javax.ws.rs.core.Response.Status.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ws.rs.core.Response.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.ws.rs.RuntimeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.resteasy.api.validation.ConstraintType.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine.MemoryUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder.HostnameVerificationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.jboss.resteasy.core.request.QualityValue
 
valueOf - Variable in class org.jboss.resteasy.core.StringParameterInjector
 
valueOf(String) - Static method in enum org.jboss.resteasy.jose.jwe.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.resteasy.jose.jwe.CompressionAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.resteasy.jose.jwe.EncryptionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.resteasy.jose.jws.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.resteasy.jsapi.MethodParamMetaData.MethodParamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.resteasy.logging.Logger.LoggerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.resteasy.plugins.server.netty.RestEasyHttpRequestDecoder.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.jboss.resteasy.specimpl.LinkImpl
 
valueOf(String) - Static method in class org.jboss.resteasy.spi.LinkHeader
 
valueOf(String) - Static method in enum org.jboss.resteasy.spi.metadata.Parameter.ParamType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.jboss.resteasy.util.WeightedMediaType
 
values() - Method in class javax.ws.rs.core.AbstractMultivaluedMap
 
values() - Static method in enum javax.ws.rs.core.Response.Status.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ws.rs.core.Response.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.ws.rs.RuntimeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.resteasy.api.validation.ConstraintType.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClient4Engine.MemoryUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder.HostnameVerificationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.resteasy.jose.jwe.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.resteasy.jose.jwe.CompressionAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.resteasy.jose.jwe.EncryptionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.resteasy.jose.jws.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.resteasy.jsapi.MethodParamMetaData.MethodParamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.resteasy.logging.Logger.LoggerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.resteasy.plugins.server.netty.RestEasyHttpRequestDecoder.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseHeaders
 
values() - Method in class org.jboss.resteasy.specimpl.MultivaluedTreeMap
 
values() - Static method in enum org.jboss.resteasy.spi.metadata.Parameter.ParamType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.jboss.resteasy.util.DelegatingMultivaluedMap
 
variant(Variant) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Set message entity representation metadata.
Variant - Class in javax.ws.rs.core
Abstraction for a resource representation variant.
Variant(MediaType, String, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, String, String, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, String, String, String, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
Variant(MediaType, Locale, String) - Constructor for class javax.ws.rs.core.Variant
Create a new instance of Variant.
variant(Variant) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
Variant.VariantListBuilder - Class in javax.ws.rs.core
A builder for a list of representation variants.
Variant.VariantListBuilder() - Constructor for class javax.ws.rs.core.Variant.VariantListBuilder
Protected constructor, use the static newInstance method to obtain an instance.
VariantListBuilderImpl - Class in org.jboss.resteasy.specimpl
 
VariantListBuilderImpl() - Constructor for class org.jboss.resteasy.specimpl.VariantListBuilderImpl
 
VariantListBuilderProvider - Class in org.jboss.resteasy.plugins.guice.ext
 
VariantListBuilderProvider(RuntimeDelegate) - Constructor for class org.jboss.resteasy.plugins.guice.ext.VariantListBuilderProvider
 
VariantQuality - Class in org.jboss.resteasy.core.request
A individual variant quality bean for the RVSA.
VariantQuality() - Constructor for class org.jboss.resteasy.core.request.VariantQuality
 
variants(Variant...) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a Vary header that lists the available variants.
variants(List<Variant>) - Method in class javax.ws.rs.core.Response.ResponseBuilder
Add a Vary header that lists the available variants.
variants(List<Variant>) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
variants(Variant...) - Method in class org.jboss.resteasy.specimpl.ResponseBuilderImpl
 
VARY - Static variable in interface javax.ws.rs.core.HttpHeaders
VARY - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
Verification - Class in org.jboss.resteasy.security.doseta
 
Verification() - Constructor for class org.jboss.resteasy.security.doseta.Verification
 
Verification(PublicKey) - Constructor for class org.jboss.resteasy.security.doseta.Verification
 
Verification(KeyRepository) - Constructor for class org.jboss.resteasy.security.doseta.Verification
 
VerificationException - Exception in org.jboss.resteasy.skeleton.key
 
VerificationException() - Constructor for exception org.jboss.resteasy.skeleton.key.VerificationException
 
VerificationException(String) - Constructor for exception org.jboss.resteasy.skeleton.key.VerificationException
 
VerificationException(String, Throwable) - Constructor for exception org.jboss.resteasy.skeleton.key.VerificationException
 
VerificationException(Throwable) - Constructor for exception org.jboss.resteasy.skeleton.key.VerificationException
 
VerificationResult - Class in org.jboss.resteasy.security.doseta
 
VerificationResult() - Constructor for class org.jboss.resteasy.security.doseta.VerificationResult
 
VerificationResults - Class in org.jboss.resteasy.security.doseta
 
VerificationResults() - Constructor for class org.jboss.resteasy.security.doseta.VerificationResults
 
VerificationResultSet - Class in org.jboss.resteasy.security.doseta
 
VerificationResultSet() - Constructor for class org.jboss.resteasy.security.doseta.VerificationResultSet
 
Verifications - Annotation Type in org.jboss.resteasy.annotations.security.doseta
 
verifications - Variable in class org.jboss.resteasy.security.doseta.AbstractDigitalVerificationHeaderDecorator
 
verifications - Variable in class org.jboss.resteasy.security.doseta.Verifier
 
verified - Variable in class org.jboss.resteasy.security.doseta.VerificationResult
 
verified - Variable in class org.jboss.resteasy.security.doseta.VerificationResults
 
verifiedHeaders - Variable in class org.jboss.resteasy.security.doseta.VerificationResult
 
verifier - Variable in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
Verifier - Class in org.jboss.resteasy.security.doseta
 
Verifier() - Constructor for class org.jboss.resteasy.security.doseta.Verifier
 
Verify - Annotation Type in org.jboss.resteasy.annotations.security.doseta
Verification of input signature specified in a signature header.
verify(JWSInput, SecretKey) - Static method in class org.jboss.resteasy.jose.jws.crypto.HMACProvider
 
verify(JWSInput, byte[]) - Static method in class org.jboss.resteasy.jose.jws.crypto.HMACProvider
 
verify(JWSInput, PublicKey) - Static method in class org.jboss.resteasy.jose.jws.crypto.RSAProvider
 
verify - Variable in class org.jboss.resteasy.security.doseta.AbstractDigitalVerificationHeaderDecorator
 
verify(Map, byte[], PublicKey) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
 
verify(boolean, Map, byte[], PublicKey) - Method in class org.jboss.resteasy.security.doseta.DKIMSignature
Headers can be a Map or a Map>.
verify(DKIMSignature, Map, byte[], PublicKey) - Method in class org.jboss.resteasy.security.doseta.Verification
Headers can be a Map or a Map>.
verify(List<DKIMSignature>, Map, byte[]) - Method in class org.jboss.resteasy.security.doseta.Verifier
Try to verify a set of signatures and store the results
verify(Map, byte[], Verification, DKIMSignature) - Method in class org.jboss.resteasy.security.doseta.Verifier
Verify one signature and store the results
verify() - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
verify(X509Certificate) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
verify(PublicKey) - Method in class org.jboss.resteasy.security.smime.MultipartSignedInputImpl
 
verify() - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
verify(X509Certificate) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
verify(PublicKey) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureInput
 
verify() - Method in interface org.jboss.resteasy.security.smime.SignedInput
 
verify(X509Certificate) - Method in interface org.jboss.resteasy.security.smime.SignedInput
 
verify(PublicKey) - Method in interface org.jboss.resteasy.security.smime.SignedInput
 
verifyAndRemoveRequestToken(String, String, String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
verifyCaller - Variable in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken.Access
 
verifyCaller(Boolean) - Method in class org.jboss.resteasy.skeleton.key.representations.SkeletonKeyToken.Access
 
verifyRealmRepresentation(RealmRepresentation) - Method in class org.jboss.resteasy.skeleton.key.idm.service.RealmFactory
 
verifySignature(Map, byte[], Verification, DKIMSignature) - Method in class org.jboss.resteasy.security.doseta.Verifier
 
verifyToken(String, ResourceMetadata) - Static method in class org.jboss.resteasy.skeleton.key.RSATokenVerifier
 
VERSION - Static variable in class org.jboss.resteasy.security.doseta.DKIMSignature
 
VIA - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
View - Class in org.jboss.resteasy.plugins.providers.html
 
View(String) - Constructor for class org.jboss.resteasy.plugins.providers.html.View
Creates a view without a model.
View(String, Object) - Constructor for class org.jboss.resteasy.plugins.providers.html.View
 
View(String, Object, String) - Constructor for class org.jboss.resteasy.plugins.providers.html.View
 
ViolationReport - Class in org.jboss.resteasy.api.validation
 
ViolationReport(ResteasyViolationException) - Constructor for class org.jboss.resteasy.api.validation.ViolationReport
 
ViolationReport(String) - Constructor for class org.jboss.resteasy.api.validation.ViolationReport
 
ViolationReport() - Constructor for class org.jboss.resteasy.api.validation.ViolationReport
 
ViolationsContainer<T> - Class in org.jboss.resteasy.plugins.providers.validation
 
ViolationsContainer(Object) - Constructor for class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
ViolationsContainer(Set<ResteasyConstraintViolation>) - Constructor for class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer
 
VoidEntityTypeFactory - Class in org.jboss.resteasy.client.core
 
VoidEntityTypeFactory() - Constructor for class org.jboss.resteasy.client.core.VoidEntityTypeFactory
 

W

WarDeployer - Interface in Acme.Serve
 
warn(String) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
warn(String, Object...) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
warn(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.JULLogger
 
warn(String) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
warn(String, Object...) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
warn(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.Log4jLogger
 
warn(String) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
warn(String, Object...) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
warn(String, Throwable) - Method in class org.jboss.resteasy.logging.impl.Slf4jLogger
 
warn(String) - Method in class org.jboss.resteasy.logging.Logger
 
warn(String, Object...) - Method in class org.jboss.resteasy.logging.Logger
 
warn(String, Throwable) - Method in class org.jboss.resteasy.logging.Logger
 
WARNING - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
wasForwarded() - Method in class org.jboss.resteasy.mock.MockHttpRequest
 
wasForwarded() - Method in class org.jboss.resteasy.plugins.server.netty.NettyHttpRequest
 
wasForwarded - Variable in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
wasForwarded() - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletInputMessage
 
wasForwarded() - Method in class org.jboss.resteasy.plugins.server.sun.http.HttpServerRequest
 
wasForwarded() - Method in interface org.jboss.resteasy.spi.HttpRequest
 
wasForwarded() - Method in class org.jboss.resteasy.util.DelegatingHttpRequest
 
wasReleased - Variable in class org.jboss.resteasy.client.core.BaseClientResponse
 
wasReleased() - Method in class org.jboss.resteasy.client.core.BaseClientResponse
 
wasSuspended - Variable in class org.jboss.resteasy.core.SynchronousExecutionContext
 
WebApplicationException - Exception in javax.ws.rs
Runtime exception for applications.
WebApplicationException() - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and default HTTP status code of 500.
WebApplicationException(String) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and default HTTP status code of 500.
WebApplicationException(Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied response.
WebApplicationException(String, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied response.
WebApplicationException(int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(String, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(String, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and default HTTP status code of 500.
WebApplicationException(String, Throwable) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and default HTTP status code of 500.
WebApplicationException(Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied response.
WebApplicationException(String, Throwable, Response) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance using the supplied response.
WebApplicationException(Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(String, Throwable, int) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebApplicationException(String, Throwable, Response.Status) - Constructor for exception javax.ws.rs.WebApplicationException
Construct a new instance with a blank message and specified HTTP status code.
WebTarget - Interface in javax.ws.rs.client
A resource target identified by the resource URI.
webTarget - Variable in class org.jboss.resteasy.client.jaxrs.internal.proxy.ClientInvoker
 
WebTargetProcessor - Interface in org.jboss.resteasy.client.jaxrs.internal.proxy.processors
 
weight - Variable in class Acme.Serve.Serve.LocaleWithWeight
 
WeightedLanguage - Class in org.jboss.resteasy.util
 
WeightedLanguage(Locale, float) - Constructor for class org.jboss.resteasy.util.WeightedLanguage
 
WeightedMediaType - Class in org.jboss.resteasy.util
 
WHITE_SPACE_ENC - Static variable in class Acme.Utils
 
widerMatching - Variable in class org.jboss.resteasy.core.ResourceMethodRegistry
 
widerRequestMatching - Variable in class org.jboss.resteasy.spi.ResteasyDeployment
 
WILD_SUBTYPE_COMPOSITE_PATTERN - Static variable in class org.jboss.resteasy.core.MediaTypeMap
 
WILDCARD - Static variable in class javax.ws.rs.core.MediaType
A String constant representing wildcard ""*/*"" media type .
WILDCARD_ARRAY - Static variable in class org.jboss.resteasy.core.registry.SegmentNode
 
WILDCARD_TYPE - Static variable in class javax.ws.rs.core.MediaType
A MediaType constant representing wildcard ""*/*"" media type.
WildcardDictionary - Class in Acme
 
WildcardDictionary() - Constructor for class Acme.WildcardDictionary
 
wildcardRole - Variable in class org.jboss.resteasy.skeleton.key.config.AuthServerConfig
 
withCharset(String) - Method in class javax.ws.rs.core.MediaType
Create a new MediaType instance with the same type, subtype and parameters copied from the original instance and the supplied ""charset"" parameter.
withConfig(Configuration) - Method in class javax.ws.rs.client.ClientBuilder
Set the internal configuration state to an externally provided configuration state.
withConfig(Configuration) - Method in class org.jboss.resteasy.client.jaxrs.ResteasyClientBuilder
 
withInjector(Injector) - Method in class org.jboss.resteasy.plugins.guice.GuiceResteasyBootstrapServletContextListener
Override this method to interact with the Injector after it has been created.
workers - Variable in class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
 
workers - Variable in class org.jboss.resteasy.plugins.providers.multipart.ListMultipartReader
 
workers - Variable in class org.jboss.resteasy.plugins.providers.multipart.MapMultipartFormDataReader
 
workers - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationReader
 
workers - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataReader
 
workers - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartInputImpl
 
workers - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartReader
 
workers - Variable in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedReader
 
workers - Variable in class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedReader
 
wrapAnnotatedType(AnnotatedType<T>, Annotation) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
wrapInJAXBElement(Object, Class<?>) - Static method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider
If this object is managed by an XmlRegistry, this method will invoke the registry and wrap the object in a JAXBElement so that it can be marshalled.
wrapInjectionTarget(ProcessInjectionTarget<T>) - Method in class org.jboss.resteasy.cdi.ResteasyCdiExtension
 
Wrapped - Annotation Type in org.jboss.resteasy.annotations.providers.jaxb
Put this on a method or parameter when you want to marshal or unmarshal a collection or array of JAXB objects

i.e.

WRAPPED_MAPPER - Static variable in class org.jboss.resteasy.keystone.model.Mappers
 
WrappedMap - Annotation Type in org.jboss.resteasy.annotations.providers.jaxb
Put this on a method or parameter when you want to marshal or unmarshal a map of JAXB objects

i.e.

write(int) - Method in class Acme.Serve.Serve.ServeOutputStream
 
write(byte[]) - Method in class Acme.Serve.Serve.ServeOutputStream
 
write(byte[], int, int) - Method in class Acme.Serve.Serve.ServeOutputStream
 
write(int) - Method in class Acme.Serve.ThrottledOutputStream
 
write(byte[], int, int) - Method in class Acme.Serve.ThrottledOutputStream
 
write(OutputStream) - Method in interface javax.ws.rs.core.StreamingOutput
Called to write the message body.
write(Object, MediaType, OutputStream) - Static method in class org.jboss.resteasy.core.messagebody.WriterUtility
 
write(MultipartOutput, MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
 
write(int) - Method in class org.jboss.resteasy.plugins.providers.multipart.HeaderFlushedOutputStream
 
write(byte[]) - Method in class org.jboss.resteasy.plugins.providers.multipart.HeaderFlushedOutputStream
 
write(byte[], int, int) - Method in class org.jboss.resteasy.plugins.providers.multipart.HeaderFlushedOutputStream
 
write(int) - Method in class org.jboss.resteasy.plugins.server.netty.ChunkOutputStream
 
write(byte[], int, int) - Method in class org.jboss.resteasy.plugins.server.netty.ChunkOutputStream
 
write(int) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.DeferredOutputStream
 
write(byte[]) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.DeferredOutputStream
 
write(byte[], int, int) - Method in class org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.DeferredOutputStream
 
write(MessageBodyWriterContext) - Method in interface org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor
Deprecated.
 
write(int) - Method in class org.jboss.resteasy.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.jboss.resteasy.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
write(int) - Method in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
write(byte[]) - Method in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
write(byte[], int, int) - Method in class org.jboss.resteasy.util.CommitHeaderOutputStream
 
write(int) - Method in class org.jboss.resteasy.util.DelegatingOutputStream
 
write(byte[]) - Method in class org.jboss.resteasy.util.DelegatingOutputStream
 
write(byte[], int, int) - Method in class org.jboss.resteasy.util.DelegatingOutputStream
 
writeException(HttpRequest, HttpResponse, Throwable) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
writeImage(Annotation[], MediaType, ImageWriter, OutputStream, IIOImage) - Static method in class org.jboss.resteasy.plugins.providers.IIOImageProviderHelper
FIXME Comment this
writeIt(File, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.FileProvider
 
writeJavaScript(String, HttpServletRequest, HttpServletResponse, Map<String, ServiceRegistry>) - Method in class org.jboss.resteasy.jsapi.JSAPIWriter
 
writeJavaScript(String, PrintWriter, ServiceRegistry) - Method in class org.jboss.resteasy.jsapi.JSAPIWriter
 
writeNomapResponse(BuiltResponse, HttpRequest, HttpResponse, ResteasyProviderFactory) - Static method in class org.jboss.resteasy.core.ServerResponseWriter
 
writePart(OutputStream, byte[], OutputPart, MultivaluedMap<String, Object>) - Method in class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
 
writeParts(MultipartOutput, OutputStream, byte[]) - Method in class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartFormDataWriter
 
writeParts(MultipartOutput, OutputStream, byte[]) - Method in class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartWriter
 
writeRelated(MultipartRelatedOutput, MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.AbstractMultipartRelatedWriter
 
writeRequestBody(MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.client.ClientRequest
Deprecated.
 
writeRequestBody(OutputStream) - Method in class org.jboss.resteasy.client.jaxrs.internal.ClientInvocation
 
writeResponse(HttpRequest, HttpResponse, Response) - Method in class org.jboss.resteasy.core.SynchronousDispatcher
 
WriterException - Exception in org.jboss.resteasy.spi
Any exception thrown by a MessageBodyWriter chain that is not an instance of a WriterException is caught internally by the Resteasy runtime and wrapped with an instance of WriterException.
WriterException(String, Response) - Constructor for exception org.jboss.resteasy.spi.WriterException
 
WriterException(String, Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.WriterException
 
WriterException(Throwable, Response) - Constructor for exception org.jboss.resteasy.spi.WriterException
 
WriterException(String, Throwable) - Constructor for exception org.jboss.resteasy.spi.WriterException
 
WriterException(Throwable) - Constructor for exception org.jboss.resteasy.spi.WriterException
 
WriterException(String) - Constructor for exception org.jboss.resteasy.spi.WriterException
 
WriterException(int) - Constructor for exception org.jboss.resteasy.spi.WriterException
 
WriterException(String, int) - Constructor for exception org.jboss.resteasy.spi.WriterException
 
WriterException(String, Throwable, int) - Constructor for exception org.jboss.resteasy.spi.WriterException
 
WriterException(Throwable, int) - Constructor for exception org.jboss.resteasy.spi.WriterException
 
WriterInterceptor - Interface in javax.ws.rs.ext
WriterInterceptorContext - Interface in javax.ws.rs.ext
WriterInterceptorRegistry - Class in org.jboss.resteasy.core.interception
 
WriterInterceptorRegistry(ResteasyProviderFactory, LegacyPrecedence) - Constructor for class org.jboss.resteasy.core.interception.WriterInterceptorRegistry
 
WriterInterceptorRegistry.WriterInterceptorFacade - Class in org.jboss.resteasy.core.interception
 
WriterInterceptorRegistry.WriterInterceptorFacade(MessageBodyWriterInterceptor) - Constructor for class org.jboss.resteasy.core.interception.WriterInterceptorRegistry.WriterInterceptorFacade
 
writerInterceptors - Variable in class org.jboss.resteasy.core.AbstractAsynchronousResponse
 
writerInterceptors - Variable in class org.jboss.resteasy.core.ResourceMethodInvoker
 
WriterUtility - Class in org.jboss.resteasy.core.messagebody
Utility for accessing RESTEasy's MessageBodyWrite setup
WriterUtility() - Constructor for class org.jboss.resteasy.core.messagebody.WriterUtility
 
WriterUtility(ResteasyProviderFactory, WriterInterceptor[]) - Constructor for class org.jboss.resteasy.core.messagebody.WriterUtility
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface javax.ws.rs.ext.MessageBodyWriter
Write a type to an HTTP message.
writeTo(MessageBodyWriter) - Method in class org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext
 
writeTo(MessageBodyWriter) - Method in class org.jboss.resteasy.core.interception.ServerWriterInterceptorContext
 
writeTo(Entry, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomEntryProvider
 
writeTo(Feed, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.atom.AtomFeedProvider
 
writeTo(byte[], Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.ByteArrayProvider
 
writeTo(DataSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.DataSourceProvider
FIXME Comment this
writeTo(Object, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.DefaultTextPlain
 
writeTo(Document, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.DocumentProvider
 
writeTo(File, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.FileProvider
 
writeTo(FileRange, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.FileRangeWriter
 
writeTo(MultivaluedMap, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.FormUrlEncodedProvider
 
writeTo(Renderable, Class, Type, Annotation[], MediaType, MultivaluedMap, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.html.HtmlRenderableWriter
 
writeTo(IIOImage, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.IIOImageProvider
 
writeTo(InputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.InputStreamProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.AbstractJAXBProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.CollectionProvider
 
writeTo(JAXBElement<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBElementProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.JAXBXmlTypeProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonCollectionProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.json.JsonMapProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jaxb.MapProvider
 
writeTo(Form, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.JaxrsFormProvider
 
writeTo(JsonArray, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonArrayProvider
 
writeTo(JsonObject, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonObjectProvider
 
writeTo(JsonStructure, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.jsonp.JsonStructureProvider
 
writeTo(List<Object>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.ListMultipartWriter
 
writeTo(Map<String, Object>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MapMultipartFormDataWriter
 
writeTo(MimeMultipart, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MimeMultipartProvider
FIXME Comment this
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormAnnotationWriter
 
writeTo(MultipartFormDataOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartFormDataWriter
 
writeTo(MultipartRelatedOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartRelatedWriter
 
writeTo(MultipartOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.MultipartWriter
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, MultipartRelatedOutput) - Method in class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedJAXBProvider
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedWriter
 
writeTo(InputStream, OutputStream) - Static method in class org.jboss.resteasy.plugins.providers.ProviderHelper
 
writeTo(Reader, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.ReaderProvider
 
writeTo(Serializable, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.SerializableProvider
 
writeTo(Source, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.SourceProvider
 
writeTo(StreamingOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.StreamingOutputProvider
 
writeTo(String, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.StringTextStar
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.plugins.providers.YamlProvider
 
writeTo(EnvelopedOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.security.smime.EnvelopedWriter
 
writeTo(SignedOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.security.smime.MultipartSignedWriter
 
writeTo(SignedOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureTextWriter
 
writeTo(SignedOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.security.smime.PKCS7SignatureWriter
 
writeTo(StringBean, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.jboss.resteasy.test.async.callback.StringBeanEntityProvider
 
WWW_AUTHENTICATE - Static variable in interface javax.ws.rs.core.HttpHeaders
WWW_AUTHENTICATE - Static variable in interface org.jboss.resteasy.util.HttpHeaderNames
 
WWWFORMURLENCODE - Static variable in class Acme.Serve.Serve.ServeConnection
 

X

xhtml(T) - Static method in class javax.ws.rs.client.Entity
Create an "application/xhtml+xml" entity.
xml(T) - Static method in class javax.ws.rs.client.Entity
Create an "application/xml" entity.
XmlData - Class in org.jboss.resteasy.test.async
 
XmlData(String) - Constructor for class org.jboss.resteasy.test.async.XmlData
 
XmlData() - Constructor for class org.jboss.resteasy.test.async.XmlData
 
XmlHeader - Annotation Type in org.jboss.resteasy.annotations.providers.jaxb
Sets an XML header for the returned document.
XmlHeaderProcessor - Class in org.jboss.resteasy.plugins.providers.jaxb
 
XmlHeaderProcessor() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.XmlHeaderProcessor
 
XmlJAXBContextFinder - Class in org.jboss.resteasy.plugins.providers.jaxb
 
XmlJAXBContextFinder() - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.XmlJAXBContextFinder
 
XmlNamespacePrefixMapper - Class in org.jboss.resteasy.plugins.providers.jaxb
A XmlNamespecePrefixMapper.
XmlNamespacePrefixMapper(XmlNs...) - Constructor for class org.jboss.resteasy.plugins.providers.jaxb.XmlNamespacePrefixMapper
Create a new XmlNamespecePrefixMapper.
XmlNsMap - Annotation Type in org.jboss.resteasy.annotations.providers.jaxb.json
A JSONToXml.
XopWithMultipartRelated - Annotation Type in org.jboss.resteasy.annotations.providers.multipart
This annotation can be used to process/produce incoming/outgoing XOP messages (packaged as multipart/related) to/from JAXB annotated objects.
XopWithMultipartRelatedJAXBProvider - Class in org.jboss.resteasy.plugins.providers.multipart
A special JAXB Provider.
XopWithMultipartRelatedJAXBProvider(Providers) - Constructor for class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedJAXBProvider
 
XopWithMultipartRelatedReader - Class in org.jboss.resteasy.plugins.providers.multipart
This provider is for reading xop packages packed as multipart/related.
XopWithMultipartRelatedReader() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedReader
 
XopWithMultipartRelatedWriter - Class in org.jboss.resteasy.plugins.providers.multipart
This provider is for writing xop packages packed as multipart/related.
XopWithMultipartRelatedWriter() - Constructor for class org.jboss.resteasy.plugins.providers.multipart.XopWithMultipartRelatedWriter
 
XSL - Static variable in annotation type org.jboss.resteasy.annotations.providers.jaxb.Stylesheet
 

Y

YamlProvider - Class in org.jboss.resteasy.plugins.providers
Provider for YAML <-> Object marshalling.
YamlProvider() - Constructor for class org.jboss.resteasy.plugins.providers.YamlProvider
 

_

_doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.jboss.resteasy.auth.oauth.OAuthFilter
 
_getConsumer(String) - Method in class org.jboss.resteasy.auth.oauth.OAuthMemoryProvider
 
_readers - Variable in class org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
 
_writers - Variable in class org.jboss.resteasy.plugins.providers.jackson.ResteasyJackson2Provider
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

Copyright © 2015. All Rights Reserved.