Hierarchy For All Packages
Package Hierarchies:- org.infinispan.rest,
- org.infinispan.rest.authentication,
- org.infinispan.rest.authentication.impl,
- org.infinispan.rest.cachemanager,
- org.infinispan.rest.cachemanager.exceptions,
- org.infinispan.rest.configuration,
- org.infinispan.rest.framework,
- org.infinispan.rest.framework.impl,
- org.infinispan.rest.logging,
- org.infinispan.rest.operations,
- org.infinispan.rest.operations.exceptions,
- org.infinispan.rest.operations.mediatypes,
- org.infinispan.rest.resources
Class Hierarchy
- java.lang.Object
- org.infinispan.server.core.AbstractProtocolServer<C> (implements org.infinispan.server.core.ProtocolServer<C>)
- org.infinispan.rest.RestServer
- org.infinispan.server.core.configuration.AbstractProtocolServerConfigurationChildBuilder<T,S> (implements org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder<T,S>)
- org.infinispan.rest.configuration.AuthenticationConfigurationBuilder (implements org.infinispan.commons.configuration.Builder<T>)
- org.infinispan.rest.configuration.AuthenticationConfiguration (implements org.infinispan.commons.configuration.ConfigurationInfo)
- org.infinispan.rest.resources.BaseCacheResource
- org.infinispan.rest.resources.CacheResourceV2 (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.rest.resources.ProtobufResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.rest.authentication.impl.BasicAuthenticator (implements org.infinispan.rest.authentication.Authenticator)
- org.infinispan.rest.ByteBufContentSource (implements org.infinispan.rest.framework.ContentSource)
- org.infinispan.rest.CacheControl
- org.infinispan.rest.resources.CacheManagerResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.rest.operations.CacheOperationsHelper
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
- org.infinispan.rest.ALPNHandler
- io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
- org.infinispan.rest.CorsHandler
- io.netty.channel.SimpleChannelInboundHandler<I>
- org.infinispan.rest.BaseHttpRequestHandler
- org.infinispan.rest.RestRequestHandler
- org.infinispan.rest.BaseHttpRequestHandler
- io.netty.handler.ssl.ApplicationProtocolNegotiationHandler
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- org.infinispan.rest.operations.mediatypes.Charset
- org.infinispan.rest.authentication.impl.ClientCertAuthenticator (implements org.infinispan.rest.authentication.Authenticator)
- org.infinispan.rest.resources.ClusterResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.rest.configuration.CorsConfiguration (implements org.infinispan.commons.configuration.ConfigurationInfo)
- org.infinispan.rest.configuration.CorsConfigurationBuilder (implements org.infinispan.commons.configuration.Builder<T>)
- org.infinispan.rest.configuration.CorsRuleConfiguration (implements org.infinispan.commons.configuration.ConfigurationInfo)
- org.infinispan.rest.configuration.CorsRuleConfigurationBuilder (implements org.infinispan.commons.configuration.Builder<T>)
- org.infinispan.rest.resources.CounterResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.rest.DateUtils
- org.jboss.logging.DelegatingBasicLogger (implements org.jboss.logging.BasicLogger, java.io.Serializable)
- org.infinispan.rest.logging.Log_$logger (implements org.jboss.logging.BasicLogger, org.infinispan.rest.logging.Log, java.io.Serializable)
- java.io.InputStream (implements java.io.Closeable)
- org.infinispan.rest.CacheEntryInputStream
- org.infinispan.rest.CacheKeyInputStream
- org.infinispan.rest.InvocationHelper
- org.infinispan.rest.framework.impl.InvocationImpl (implements org.infinispan.rest.framework.Invocation)
- org.infinispan.rest.framework.impl.InvocationImpl.Builder
- org.infinispan.rest.framework.impl.Invocations (implements java.lang.Iterable<T>)
- org.infinispan.rest.framework.impl.Invocations.Builder
- org.infinispan.rest.resources.LoggingResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.rest.framework.impl.LookupResultImpl (implements org.infinispan.rest.framework.LookupResult)
- org.infinispan.rest.logging.Messages_$bundle (implements org.infinispan.rest.logging.Messages, java.io.Serializable)
- org.infinispan.rest.resources.MetricsResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.server.core.transport.NettyChannelInitializer<A> (implements org.infinispan.server.core.transport.NettyInitializer)
- org.infinispan.rest.RestChannelInitializer
- org.infinispan.rest.NettyRestRequest (implements org.infinispan.rest.framework.RestRequest)
- org.infinispan.rest.NettyRestResponse (implements org.infinispan.rest.framework.RestResponse)
- org.infinispan.rest.NettyRestResponse.Builder (implements org.infinispan.rest.framework.impl.RestResponseBuilder<B>)
- org.infinispan.server.core.configuration.ProtocolServerConfiguration (implements org.infinispan.commons.configuration.ConfigurationInfo)
- org.infinispan.rest.configuration.RestServerConfiguration
- org.infinispan.server.core.configuration.ProtocolServerConfigurationBuilder<T,S> (implements org.infinispan.commons.configuration.Builder<T>, org.infinispan.server.core.configuration.ProtocolServerConfigurationChildBuilder<T,S>)
- org.infinispan.rest.configuration.RestServerConfigurationBuilder (implements org.infinispan.commons.configuration.Builder<T>)
- org.infinispan.rest.resources.RedirectResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.rest.framework.impl.ResourceManagerImpl (implements org.infinispan.rest.framework.ResourceManager)
- org.infinispan.rest.logging.RestAccessLoggingHandler
- org.infinispan.rest.cachemanager.RestCacheManager<V>
- org.infinispan.rest.framework.impl.RestDispatcherImpl (implements org.infinispan.rest.framework.RestDispatcher)
- org.infinispan.rest.resources.SearchAdminResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.rest.resources.SecurityResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.rest.resources.ServerResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.rest.ServerRestBlockHoundIntegration (implements reactor.blockhound.integration.BlockHoundIntegration)
- org.infinispan.rest.framework.impl.SimpleRestResponse (implements org.infinispan.rest.framework.RestResponse)
- org.infinispan.rest.framework.impl.SimpleRestResponse.Builder (implements org.infinispan.rest.framework.impl.RestResponseBuilder<B>)
- org.infinispan.rest.resources.StaticContentResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.rest.resources.TasksResource (implements org.infinispan.rest.framework.ResourceHandler)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.infinispan.commons.CacheException
- org.infinispan.rest.cachemanager.exceptions.CacheNotFoundException
- org.infinispan.rest.cachemanager.exceptions.CacheUnavailableException
- org.infinispan.rest.framework.RegistrationException
- org.infinispan.rest.RestResponseException
- org.infinispan.rest.operations.exceptions.InvalidFlagException
- org.infinispan.rest.operations.exceptions.MalformedRequest
- org.infinispan.rest.operations.exceptions.NoCacheFoundException
- org.infinispan.rest.operations.exceptions.NoDataFoundException
- org.infinispan.rest.operations.exceptions.NoKeyException
- org.infinispan.rest.operations.exceptions.NotAllowedException
- org.infinispan.rest.operations.exceptions.ResourceNotFoundException
- org.infinispan.rest.operations.exceptions.ServerInternalException
- org.infinispan.rest.operations.exceptions.ServiceUnavailableException
- org.infinispan.rest.operations.exceptions.UnacceptableDataFormatException
- org.infinispan.rest.operations.exceptions.WrongDateFormatException
- org.infinispan.commons.CacheException
- java.lang.RuntimeException
- java.lang.Exception
- org.infinispan.rest.resources.XSiteResource (implements org.infinispan.rest.framework.ResourceHandler)
- org.infinispan.server.core.AbstractProtocolServer<C> (implements org.infinispan.server.core.ProtocolServer<C>)
Interface Hierarchy
- java.lang.AutoCloseable
- java.io.Closeable
- org.infinispan.rest.authentication.Authenticator
- java.io.Closeable
- org.jboss.logging.BasicLogger
- org.infinispan.rest.logging.Log
- org.infinispan.rest.framework.ContentSource
- org.infinispan.rest.framework.Invocation
- org.infinispan.rest.JSONConstants
- org.infinispan.rest.framework.LookupResult
- org.infinispan.rest.logging.Messages
- org.infinispan.rest.framework.ResourceHandler
- org.infinispan.rest.framework.ResourceManager
- org.infinispan.rest.framework.RestDispatcher
- org.infinispan.rest.framework.RestRequest
- org.infinispan.rest.framework.impl.RestRequestBuilder<B>
- org.infinispan.rest.framework.RestResponse
- org.infinispan.rest.framework.impl.RestResponseBuilder<B>
- org.infinispan.rest.authentication.SecurityDomain
- org.infinispan.rest.resources.StaticContentResource.ResourceResolver
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- org.infinispan.rest.configuration.ExtendedHeaders
- org.infinispan.rest.framework.LookupResult.Status
- org.infinispan.rest.framework.Method
- org.infinispan.rest.RequestHeader
- org.infinispan.rest.ResponseHeader
- org.infinispan.rest.ResponseWriter
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)