Serialized Form
-
Package org.jboss.resteasy.api.validation
-
Class org.jboss.resteasy.api.validation.ResteasyConstraintViolation extends java.lang.Object implements Serializable
- serialVersionUID:
- -5441628046215135260L
-
Serialized Fields
-
constraintType
ConstraintType.Type constraintType
-
message
java.lang.String message
-
path
java.lang.String path
-
value
java.lang.String value
-
-
-
Package org.jboss.resteasy.client
-
Class org.jboss.resteasy.client.ClientResponseFailure extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 7491381058971118249L
-
Serialized Fields
-
response
ClientResponse response
Deprecated.
-
-
-
Package org.jboss.resteasy.client.cache
-
Class org.jboss.resteasy.client.cache.BrowserCache.Header extends java.lang.Object implements Serializable
- serialVersionUID:
- 4145981086454860081L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.String value
-
-
Class org.jboss.resteasy.client.cache.CacheEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -1922521972113619372L
-
Serialized Fields
-
cached
byte[] cached
Deprecated. -
expires
int expires
Deprecated. -
extendedProperties
java.util.Map extendedProperties
Deprecated. -
headers
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> headers
Deprecated. -
key
java.lang.String key
Deprecated. -
mediaType
java.lang.String mediaType
Deprecated. -
timestamp
long timestamp
Deprecated. -
validationHeaders
BrowserCache.Header[] validationHeaders
Deprecated.
-
-
-
Package org.jboss.resteasy.client.exception
-
Class org.jboss.resteasy.client.exception.ResteasyAuthChallengeException extends ResteasyAuthenticationException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyAuthenticationException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyCircularRedirectException extends ResteasyRedirectException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyClientException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyClientProtocolException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyConnectionClosedException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyConnectionPoolTimeoutException extends ResteasyConnectTimeoutException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyConnectTimeoutException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyCookieRestrictionViolationException extends ResteasyMalformedCookieException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyCredentialsNotAvailableException extends ResteasyAuthenticationException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyHttpContentTooLargeException extends ResteasyHttpException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyHttpException extends ResteasyClientException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyHttpHostConnectException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyHttpRecoverableException extends ResteasyHttpException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyInvalidCredentialsException extends ResteasyAuthenticationException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyInvalidRedirectLocationException extends ResteasyRedirectException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyIOException extends ResteasyClientException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyMalformedChallengeException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyMalformedChunkCodingException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyMalformedCookieException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyMethodNotSupportedException extends ResteasyHttpException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyNoHttpResponseException extends ResteasyIOException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyNonRepeatableRequestException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyNTLMEngineException extends ResteasyAuthenticationException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyProtocolException extends ResteasyHttpException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyRedirectException extends ResteasyNonRepeatableRequestException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyTunnelRefusedException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyUnsupportedHttpVersionException extends ResteasyProtocolException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
Class org.jboss.resteasy.client.exception.ResteasyURIException extends ResteasyHttpException implements Serializable
- serialVersionUID:
- -5711578608757689465L
-
-
Package org.jboss.resteasy.client.jaxrs.cache
-
Class org.jboss.resteasy.client.jaxrs.cache.BrowserCache.Header extends java.lang.Object implements Serializable
- serialVersionUID:
- 4145981086454860081L
-
Serialized Fields
-
name
java.lang.String name
-
value
java.lang.String value
-
-
Class org.jboss.resteasy.client.jaxrs.cache.CacheEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -1922521972113619372L
-
Serialized Fields
-
cached
byte[] cached
-
expires
int expires
-
extendedProperties
java.util.Map extendedProperties
-
headers
javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String> headers
-
key
java.lang.String key
-
mediaType
java.lang.String mediaType
-
timestamp
long timestamp
-
validationHeaders
BrowserCache.Header[] validationHeaders
-
-
-
Package org.jboss.resteasy.client.jaxrs.i18n
-
Class org.jboss.resteasy.client.jaxrs.i18n.LogMessages_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.client.jaxrs.i18n.Messages_$bundle extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
-
Package org.jboss.resteasy.core
-
Class org.jboss.resteasy.core.ExceptionAdapter extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 6628087350457915908L
-
Serialized Fields
-
originalException
java.lang.Exception originalException
-
stackTrace
java.lang.String stackTrace
-
-
Class org.jboss.resteasy.core.Headers extends CaseInsensitiveMap<V> implements Serializable
-
Class org.jboss.resteasy.core.NoMessageBodyWriterFoundFailure extends LoggableFailure implements Serializable
-
-
Package org.jboss.resteasy.core.request
-
Class org.jboss.resteasy.core.request.QualityValue extends java.lang.Number implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
WEIGHT
int WEIGHT
-
-
-
Package org.jboss.resteasy.plugins.delegates
-
Class org.jboss.resteasy.plugins.delegates.ServerCookie extends java.lang.Object implements Serializable
-
-
Package org.jboss.resteasy.plugins.providers
-
Class org.jboss.resteasy.plugins.providers.FileRangeException extends javax.ws.rs.WebApplicationException implements Serializable
-
-
Package org.jboss.resteasy.plugins.providers.atom.app
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppAccept extends AppCommonAttributes implements Serializable
- serialVersionUID:
- 8792589507058023990L
-
Serialized Fields
-
content
java.lang.String content
-
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppCategories extends AppCommonAttributes implements Serializable
- serialVersionUID:
- 7978145545675525082L
-
Serialized Fields
-
category
java.util.List<Category> category
-
fixed
java.lang.Boolean fixed
-
href
java.lang.String href
-
scheme
java.lang.String scheme
-
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppCollection extends AppCommonAttributes implements Serializable
- serialVersionUID:
- 3466473348035916400L
-
Serialized Fields
-
accept
java.util.List<AppAccept> accept
-
any
java.util.List<java.lang.Object> any
-
categories
java.util.List<AppCategories> categories
-
href
java.lang.String href
-
title
java.lang.String title
-
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppCommonAttributes extends java.lang.Object implements Serializable
- serialVersionUID:
- -6132753912772236190L
-
Serialized Fields
-
base
java.lang.String base
-
lang
java.lang.String lang
-
otherAttributes
java.util.Map<javax.xml.namespace.QName,java.lang.String> otherAttributes
-
space
java.lang.String space
-
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppService extends AppCommonAttributes implements Serializable
- serialVersionUID:
- 1090747778031855442L
-
Serialized Fields
-
workspace
java.util.List<AppWorkspace> workspace
-
-
Class org.jboss.resteasy.plugins.providers.atom.app.AppWorkspace extends AppCommonAttributes implements Serializable
- serialVersionUID:
- -2595744438212041512L
-
Serialized Fields
-
any
java.util.List<java.lang.Object> any
-
collection
java.util.List<AppCollection> collection
-
title
java.lang.String title
-
-
-
Package org.jboss.resteasy.plugins.providers.jaxb
-
Class org.jboss.resteasy.plugins.providers.jaxb.JAXBMarshalException extends WriterException implements Serializable
-
Class org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalException extends ReaderException implements Serializable
-
-
Package org.jboss.resteasy.plugins.providers.jaxb.i18n
-
Class org.jboss.resteasy.plugins.providers.jaxb.i18n.LogMessages_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.plugins.providers.jaxb.i18n.Messages_$bundle extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
-
Package org.jboss.resteasy.plugins.providers.resteasy_atom.i18n
-
Class org.jboss.resteasy.plugins.providers.resteasy_atom.i18n.Messages_$bundle extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
-
Package org.jboss.resteasy.plugins.providers.validation
-
Class org.jboss.resteasy.plugins.providers.validation.ViolationsContainer extends java.lang.Object implements Serializable
- serialVersionUID:
- -7895854137980651539L
-
Serialized Fields
-
classViolations
java.util.List<ResteasyConstraintViolation> classViolations
-
exception
java.lang.Exception exception
-
fieldViolations
java.util.List<ResteasyConstraintViolation> fieldViolations
-
parameterViolations
java.util.List<ResteasyConstraintViolation> parameterViolations
-
propertyViolations
java.util.List<ResteasyConstraintViolation> propertyViolations
-
returnValueViolations
java.util.List<ResteasyConstraintViolation> returnValueViolations
-
target
java.lang.Object target
-
-
-
Package org.jboss.resteasy.plugins.server.servlet
-
Class org.jboss.resteasy.plugins.server.servlet.HttpServlet30Dispatcher extends HttpServletDispatcher implements Serializable
-
Serialized Fields
-
asyncCancelScheduler
java.util.concurrent.ScheduledExecutorService asyncCancelScheduler
-
-
-
Class org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
servletContainerDispatcher
ServletContainerDispatcher servletContainerDispatcher
-
-
-
-
Package org.jboss.resteasy.resteasy_jaxrs.i18n
-
Class org.jboss.resteasy.resteasy_jaxrs.i18n.LogMessages_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.resteasy.resteasy_jaxrs.i18n.Messages_$bundle extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
-
Package org.jboss.resteasy.specimpl
-
Class org.jboss.resteasy.specimpl.MultivaluedMapImpl extends java.util.HashMap<K,java.util.List<V>> implements Serializable
-
Class org.jboss.resteasy.specimpl.MultivaluedTreeMap extends java.lang.Object implements Serializable
-
-
Package org.jboss.resteasy.spi
-
Class org.jboss.resteasy.spi.ApplicationException extends java.lang.RuntimeException implements Serializable
-
Class org.jboss.resteasy.spi.BadRequestException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.DefaultOptionsMethodException extends Failure implements Serializable
-
Class org.jboss.resteasy.spi.Failure extends java.lang.RuntimeException implements Serializable
-
Serialized Fields
-
errorCode
int errorCode
-
loggable
boolean loggable
-
response
javax.ws.rs.core.Response response
-
-
-
Class org.jboss.resteasy.spi.ForbiddenException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.InternalServerErrorException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.LoggableFailure extends Failure implements Serializable
-
Class org.jboss.resteasy.spi.MethodNotAllowedException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.NoLogWebApplicationException extends javax.ws.rs.WebApplicationException implements Serializable
-
Class org.jboss.resteasy.spi.NotAcceptableException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.NotFoundException extends Failure implements Serializable
-
Class org.jboss.resteasy.spi.NotImplementedYetException extends java.lang.RuntimeException implements Serializable
-
Class org.jboss.resteasy.spi.ReaderException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.UnauthorizedException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.UnhandledException extends java.lang.RuntimeException implements Serializable
-
Class org.jboss.resteasy.spi.UnsupportedMediaTypeException extends LoggableFailure implements Serializable
-
Class org.jboss.resteasy.spi.WriterException extends LoggableFailure implements Serializable
-
-
Package org.jboss.resteasy.util
-
Class org.jboss.resteasy.util.CaseInsensitiveMap extends MultivaluedTreeMap<java.lang.String,V> implements Serializable
-
Class org.jboss.resteasy.util.DateUtil.DateParseException extends java.lang.RuntimeException implements Serializable
-