Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.codegist.crest
,
org.codegist.crest.annotate
,
org.codegist.crest.config
,
org.codegist.crest.handler
,
org.codegist.crest.injector
,
org.codegist.crest.interceptor
,
org.codegist.crest.oauth
,
org.codegist.crest.security
,
org.codegist.crest.security.handler
,
org.codegist.crest.security.interceptor
,
org.codegist.crest.serializer
Class Hierarchy
java.lang.
Object
org.codegist.crest.config.
AnnotationDrivenInterfaceConfigFactory
(implements org.codegist.crest.config.
InterfaceConfigFactory
)
org.codegist.crest.serializer.
ArraySerializer
<T> (implements org.codegist.crest.serializer.
Serializer
<T>)
org.codegist.crest.serializer.
BooleanSerializer
(implements org.codegist.crest.serializer.
Serializer
<T>)
org.codegist.crest.interceptor.
CompositeRequestInterceptor
(implements org.codegist.crest.interceptor.
RequestInterceptor
)
org.codegist.crest.config.
ConfigBuilders
org.codegist.crest.config.
ConfigBuilders.InterfaceConfigBuilder
org.codegist.crest.config.
ConfigBuilders.MethodConfigBuilder
org.codegist.crest.config.
ConfigBuilders.ParamConfigBuilder
org.codegist.crest.config.
Configs
org.codegist.crest.
CRestBuilder
org.codegist.crest.serializer.
DateSerializer
(implements org.codegist.crest.serializer.
Serializer
<T>)
org.codegist.crest.
DefaultCRest
(implements org.codegist.crest.
CRest
, org.codegist.common.lang.
Disposable
)
org.codegist.crest.injector.
DefaultInjector
(implements org.codegist.crest.injector.
Injector
<T>)
org.codegist.crest.handler.
DefaultResponseHandler
(implements org.codegist.crest.handler.
ResponseHandler
)
org.codegist.crest.
DefaultRestService
(implements org.codegist.crest.
RestService
)
org.codegist.crest.handler.
DefaultValuesErrorHandler
(implements org.codegist.crest.handler.
ErrorHandler
)
org.codegist.crest.handler.
ErrorDelegatorHandler
(implements org.codegist.crest.handler.
ErrorHandler
)
org.codegist.crest.
HttpClientRestService
(implements org.codegist.common.lang.
Disposable
, org.codegist.crest.
RestService
)
org.codegist.crest.
HttpRequest
org.codegist.crest.
HttpRequest.Builder
org.codegist.crest.
HttpResponse
java.io.
InputStream
(implements java.io.
Closeable
)
org.codegist.common.io.
InputStreamWrapper
org.codegist.crest.
HttpResourceInputStream
org.codegist.crest.handler.
MaxAttemptRetryHandler
(implements org.codegist.crest.handler.
RetryHandler
)
org.codegist.crest.oauth.
OAuthenticatorV10
(implements org.codegist.crest.oauth.
OAuthenticator
)
org.codegist.crest.security.
OAuthentificationManager
(implements org.codegist.crest.security.
AuthentificationManager
)
org.codegist.crest.config.
OverridingInterfaceConfigFactory
(implements org.codegist.crest.config.
InterfaceConfigFactory
)
org.codegist.crest.
Params
org.codegist.crest.config.
PreconfiguredInterfaceConfigFactory
(implements org.codegist.crest.config.
InterfaceConfigFactory
)
org.codegist.crest.config.
PropertiesDrivenInterfaceConfigFactory
(implements org.codegist.crest.config.
InterfaceConfigFactory
)
org.codegist.crest.security.handler.
RefreshAuthentificationRetryHandler
(implements org.codegist.crest.handler.
RetryHandler
)
org.codegist.crest.interceptor.
RequestInterceptorAdapter
(implements org.codegist.crest.interceptor.
RequestInterceptor
)
org.codegist.crest.security.interceptor.
AuthentificationInterceptor
org.codegist.crest.interceptor.
EmptyRequestInterceptor
org.codegist.crest.serializer.
Serializers
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
org.codegist.crest.config.
ConfigFactoryException
java.lang.
RuntimeException
org.codegist.crest.
CRestException
org.codegist.crest.
HttpException
org.codegist.crest.oauth.
OAuthException
org.codegist.crest.oauth.
Token
org.codegist.crest.serializer.
ToStringSerializer
<T> (implements org.codegist.crest.serializer.
Serializer
<T>)
org.codegist.crest.config.
XmlDrivenInterfaceConfigFactory
(implements org.codegist.crest.config.
InterfaceConfigFactory
)
Interface Hierarchy
org.codegist.crest.security.
AuthentificationManager
org.codegist.crest.
CRest
org.codegist.crest.
CRestContext
org.codegist.crest.
CRestProperty
org.codegist.crest.handler.
ErrorHandler
org.codegist.crest.
HttpResource
org.codegist.crest.injector.
Injector
<T>
org.codegist.crest.config.
InterfaceConfig
org.codegist.crest.config.
InterfaceConfigFactory
org.codegist.crest.
InterfaceContext
org.codegist.crest.
ParamContext
<V>
org.codegist.crest.
RequestContext
org.codegist.crest.
ParamContext
<V>
org.codegist.crest.config.
MethodConfig
org.codegist.crest.oauth.
OAuthenticator
org.codegist.crest.config.
ParamConfig
org.codegist.crest.interceptor.
RequestInterceptor
org.codegist.crest.
ResponseContext
org.codegist.crest.handler.
ResponseHandler
org.codegist.crest.
RestService
org.codegist.crest.handler.
RetryHandler
org.codegist.crest.serializer.
Serializer
<T>
org.codegist.crest.config.
StaticParam
Annotation Type Hierarchy
org.codegist.crest.annotate.
ContextPath
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
GlobalInterceptor
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
Encoding
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
Params
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
Destination
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
EndPoint
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
Name
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
Injector
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
SocketTimeout
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
ResponseHandler
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
RequestInterceptor
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
Serializer
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
ConnectionTimeout
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
ErrorHandler
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
HttpMethod
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
Path
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
Param
(implements java.lang.annotation.
Annotation
)
org.codegist.crest.annotate.
RetryHandler
(implements java.lang.annotation.
Annotation
)
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
org.codegist.crest.
HttpMethod
org.codegist.crest.config.
Destination
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.