All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description Authenticator AuthMechanism Authorizer BaseAccount Base concrete Account implementationBasePrincipal Base concrete Principal implmentationBsonInterceptor Specialized Interceptor interface for services implementing BsonServiceBsonRequest ServiceRequest implementation backed by BsonValueBsonResponse ServiceResponse implementation backed by BsonValueBsonService Specialized Service interface that uses BsonRequest and BsonResponseBufferedExchange<T> A buffered exchage stores content in a PooledByteBuffer This makes possibile using it in proxied requests.BuffersUtils ByteArrayInterceptor ByteArrayProxyRequest ByteArrayProxyResponse ByteArrayRequest ByteArrayResponse ByteArrayService Cache<K,V> Cache.EXPIRE_POLICY CacheFactory ChannelReader CheckersUtils ClientSessionImpl ConfigurablePlugin Configuration Utility class to help dealing with the configuration file.ConfigurationException ConfigurationKeys ConfigurationScope Defines the scope of the configuration to inject via @OnInit ALL injects the whole configuration OWN injects the configuration of the plugins identified by its nameExchange<T> The root class in the exchange hierarchy.ExchangeKeys ExchangeKeys.DOC_ID_TYPE ExchangeKeys.EAGER_CURSOR_ALLOCATION_POLICY ExchangeKeys.ETAG_CHECK_POLICY ExchangeKeys.HAL_MODE ExchangeKeys.METHOD ExchangeKeys.REPRESENTATION_FORMAT ExchangeKeys.TYPE ExchangeTypeResolver<R extends Request<?>,S extends Response<?>> Abstract class to get the response and request implementation classes at runtimeFileConfigurablePlugin An helper class that simplifies getting the Plugin args from a configuration file.GuavaCache<K,V> GuavaLoadingCache<K,V> HandlingPlugin<R extends Request<?>,S extends Response<?>> Parent interface of handling plugins: Service and ProxyHttpStatus Constants enumerating the HTTP status codes.IllegalQueryParamenterException Initializer InitPoint Defines the execution time point of an InitializerInjectConfiguration Plugin annotation that sets a method to get the configuration's properties as a MapInjectMongoClient Plugin annotation that sets a method to get the initialized MongoClient from mongo service.InjectPluginsRegistry Plugin annotation that sets a method to get the PluginRegistryInterceptor<R extends Request<?>,S extends Response<?>> Interceptors allow to snoop and modify requests and responses at different stages of the request lifecycle as defined by the interceptPoint parameter of the annotation RegisterPlugin.InterceptPoint Defines the intercept point of an InterceptorInvalidMetadataException JsonInterceptor JsonProxyRequest JsonProxyResponse JsonRequest JsonResponse JsonService Specialized Service interface that uses JsonRequest and JsonResponseJsonUnflattener JsonUnflattenerprovides a static#unflatten(String)method to unflatten any flattened JSON string back to nested one.JsonUtils LambdaUtils LoadingCache<K,V> Minify Minify.java is written by Charles Bihis (www.whoischarles.com) and is adapted from JSMin.java written by John Reilly (www.inconspicuous.org) which is itself a translation of jsmin.c written by Douglas Crockford (www.crockford.com).Minify.Action Minify.UnterminatedCommentException Exception to be thrown when an unterminated comment appears in the input.Minify.UnterminatedRegExpLiteralException Exception to be thrown when an unterminated regular expression literal appears in the input.Minify.UnterminatedStringLiteralException Exception to be thrown when an unterminated string literal appears in the input.MongoInterceptor Specialized Interceptor interface for MongoServiceMongoRequest Request implementation used by MongoService and backed by BsonValue that provides simplified methods to deal with headers and query parameters specific to mongo requestsMongoResponse Response implementation used by MongoService and backed by BsonValue that provides simplify methods to deal mongo responseOperationResult PipelinedHandler base class to implement a PipelinedHandlerPipelinedWrappingHandler wraps a HttpHandler into a PipelinedHttpHandlerPipelineInfo Stores information about the pipeline that handles the request.PipelineInfo.PIPELINE_TYPE Plugin PluginRecord<T extends Plugin> PluginsRegistry PluginUtils ProxyInterceptor ProxyRequest<T> Base class for Request implementation that can be used in proxied requests.ProxyResponse<T> Base class for Response implementation that can be used in proxied requests.PwdCredentialAccount Account implementation that holds PasswordCredentialQueryStringRebuilder rebuild the query string from the exchange.getQueryParameters() that might have been updated by request interceptors.RegisterPlugin Annotation to register a PluginRepresentationUtils Request<T> The root class for implementing a Request providing the implementation for common methodsResponse<T> The root class for implementing a Response providing the implementation for common methodsService<R extends ServiceRequest<?>,S extends ServiceResponse<?>> Interface to implement servicesServiceRequest<T> Base class for Request implementations that can be used in service requests.ServiceResponse<T> Base class for Response implementations that can be used in service requests.TokenManager Interface for token managersUnsupportedDocumentIdException URLUtils Version