所有类 接口概要 类概要 枚举概要 异常错误概要 注释类型概要
| 类 |
说明 |
| AbstractApacheHttpClientFactory |
apache http client factory implements.
|
| AbstractAssert |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Assertion utility class that assists in validating arguments.
|
| AbstractDelayTask |
Abstract task which can delay and merge.
|
| AbstractExecuteTask |
Abstract task which should be executed immediately.
|
| AbstractFileResolvingResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Abstract base class for resources which resolve URLs into File references,
such as UrlResource or ClassPathResource.
|
| AbstractFileResolvingResource.VfsResourceDelegate |
Inner delegate class, avoiding a hard JBoss VFS API dependency at runtime.
|
| AbstractHttpClientFactory |
AbstractHttpClientFactory Let the creator only specify the http client config.
|
| AbstractNacosRestTemplate |
For NacosRestTemplate and NacosAsyncRestTemplate, provide initialization and register of response converter.
|
| AbstractNacosTaskExecuteEngine<T extends NacosTask> |
Abstract nacos task execute engine.
|
| AbstractObjectUtils |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Miscellaneous object utility methods.
|
| AbstractResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Convenience base class for Resource implementations,
pre-implementing typical behavior.
|
| AbstractResponseHandler<T> |
Abstract response handler.
|
| AntPathMatcher |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
PathMatcher implementation for Ant-style path patterns.
|
| AntPathMatcher.AntPathStringMatcher |
Tests whether or not a string matches against a pattern via a Pattern.
|
| AntPathMatcher.AntPatternComparator |
|
| AntPathMatcher.AntPatternComparator.PatternInfo |
Value class that holds information about the pattern, e.g. number of
occurrences of "*", "**", and "{" pattern elements.
|
| AntPathMatcher.PathSeparatorPatternCache |
A simple cache for patterns that depend on the configured path separator.
|
| ArrayUtils |
Array utils.
|
| AsyncHttpClientRequest |
Represents a client-side Async HTTP request.
|
| AutoExpireCache<K,V> |
A wrapper that automatically expires the cache.
|
| Base64 |
Provides Base64 encoding and decoding as defined by RFC 2045.
|
| BaseHttpMethod |
Base http method.
|
| BaseHttpMethod.HttpDeleteWithEntity |
delete Large implemented.
|
| BaseHttpMethod.HttpGetWithEntity |
get Large implemented.
|
| BeanResponseHandler<T> |
bean response handler,
Mainly converter response type as bean type.
|
| Beta |
Means a class is in beta version.
|
| ByteArrayResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for a given byte array.
|
| ByteUtils |
ByteUtils.
|
| Cache<K,V> |
Cache method collection definition.
|
| CacheBuilder<K,V> |
Cache builder.
|
| CacheItemProperties |
Cache item's own attributes.
|
| Callback<T> |
Http callback.
|
| ClassPathResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for class path resources.
|
| ClassReader |
Copy from ASM, with less modifications
A parser to make a visit a ClassFile structure, as defined in the Java
Virtual Machine Specification (JVMS).
|
| ClassUtils |
Utils for Class.
|
| Closeable |
An interface is used to define the resource's close and shutdown, such as IO Connection and ThreadPool.
|
| CollectionUtils |
Copy from org.apache.commons.collections.
|
| ConcurrentHashSet<E> |
Concurrent Hash Set implement by ConcurrentHashMap.
|
| Connection |
connection on client side.
|
| ConnectionAlreadyClosedException |
connection already closed exception.
|
| ConnectionBusyException |
connection is busy exception.
|
| ConnectionEventListener |
connection event listener of client side.
|
| ConnectionType |
ConnectionType.
|
| ContextResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Extended interface for a resource that is loaded from an enclosing
'context', e.g. from a javax.servlet.ServletContext but also
from plain classpath paths or relative file system paths (specified
without an explicit prefix, hence applying relative to the local
ResourceLoader's context).
|
| ConvertUtils |
Value Convert Utils.
|
| DateFormatUtils |
Date and time formatting utilities.
|
| DefaultAsyncHttpClientRequest |
|
| DefaultClientHttpResponse |
|
| DefaultGrpcClientConfig |
Default grpc client config.
|
| DefaultGrpcClientConfig.Builder |
|
| DefaultHttpClientFactory |
default http client factory.
|
| DefaultHttpClientRequest |
HttpClientRequest implementation that uses apache http client to execute streaming requests.
|
| DefaultPackageScan |
Scan all appropriate Class object through the package name.
|
| DefaultPublisher |
The default event publisher implementation.
|
| DefaultResourceLoader |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Default implementation of the ResourceLoader interface.
|
| DefaultResourceLoader.ClassPathContextResource |
ClassPathResource that explicitly expresses a context-relative path
through implementing the ContextResource interface.
|
| DefaultSharePublisher |
The default share event publisher implementation for slow event.
|
| DeregisterInstanceReason |
The reasons of deregister instance.
|
| DeregisterInstanceTraceEvent |
Naming deregister instance trace event.
|
| DeregisterServiceTraceEvent |
Naming deregister service trace event.
|
| Event |
An abstract class for event.
|
| EventPublisher |
Event publisher.
|
| EventPublisherFactory |
Event publisher factory.
|
| ExceptionUtil |
Common methods for exception.
|
| ExecutorFactory |
Unified thread pool creation factory, and actively create thread pool resources by ThreadPoolManager for unified life
cycle management ExecutorFactory.Managed.
|
| ExecutorFactory.Managed |
|
| FileSystemResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for java.io.File and
java.nio.file.Path handles with a file system target.
|
| FileUrlResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Subclass of UrlResource which assumes file resolution, to the degree
of implementing the WritableResource interface for it.
|
| GrpcClient |
gRPC Client.
|
| GrpcClientConfig |
GrpcCleint config.
|
| GrpcClusterClient |
gRPC client for cluster.
|
| GrpcConnection |
gRPC connection.
|
| GrpcConstants |
GrpcConsts.
|
| GrpcConstants.GRpcConfigLabel |
|
| GrpcSdkClient |
gRPC client for sdk.
|
| GrpcUtils |
gRPC utils, use to parse request and response.
|
| GrpcUtils.PlainRequest |
|
| Header |
Http header.
|
| HealthCheckType |
The types of health check.
|
| HealthStateChangeTraceEvent |
Naming instance health state change trace event.
|
| HttpClientBeanHolder |
Create a rest template to ensure that each custom client config and rest template are in one-to-one correspondence.
|
| HttpClientConfig |
http client config build.
|
| HttpClientConfig.HttpClientConfigBuilder |
|
| HttpClientFactory |
http Client Factory.
|
| HttpClientRequest |
Represents a client-side HTTP request.
|
| HttpClientRequestInterceptor |
Intercepts client-side HTTP requests.
|
| HttpClientResponse |
Represents a client-side HTTP response.
|
| HttpHeaderConsts |
Nacos header constants.
|
| HttpMethod |
Http method constants.
|
| HttpRestResult<T> |
Http RestResult.
|
| HttpUtils |
Http utils.
|
| InetAddressValidator |
ipv4 ipv6 check util.
|
| InputStreamResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for a given InputStream.
|
| InputStreamSource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Simple interface for objects that are sources for an InputStream.
|
| InterceptingHttpClientRequest |
Wrap http client request and perform corresponding interception.
|
| InternetAddressUtil |
ip tool.
|
| IoUtils |
IO related tool methods.
|
| IResultCode |
已过时。 |
| JacksonUtils |
Json utils implement by Jackson.
|
| JdkHttpClientRequest |
JDK http client request implement.
|
| JdkHttpClientResponse |
JDk http client response implement.
|
| JustForTest |
Just for test.
|
| LoggerUtils |
Logger utils.
|
| LruCache<K,V> |
A wrapper that lru cache.
|
| MapUtil |
Map utils.
|
| MD5Utils |
MD5 util.
|
| MediaType |
Http Media type.
|
| NacosAsyncRestTemplate |
Nacos async rest template.
|
| NacosDelayTaskExecuteEngine |
Nacos delay task execute engine.
|
| NacosExecuteTaskExecuteEngine |
Nacos execute task execute engine.
|
| NacosRestTemplate |
Nacos rest template Interface specifying a basic set of RESTful operations.
|
| NacosServiceLoader |
Nacos SPI Service Loader.
|
| NacosTask |
Nacos task.
|
| NacosTaskExecuteEngine<T extends NacosTask> |
Nacos task execute engine.
|
| NacosTaskProcessor |
Task processor.
|
| NamespaceUtil |
namespace(tenant) util.
|
| NameThreadFactory |
Name thread factory.
|
| NamingTraceEvent |
Naming trace event.
|
| NestedExceptionUtils |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Helper class for implementing exception classes which are capable of
holding nested exceptions.
|
| NestedIoException |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Subclass of IOException that properly handles a root cause,
exposing the root cause just like NestedChecked/RuntimeException does.
|
| NotifyCenter |
Unified Event Notify Center.
|
| NotThreadSafe |
Annotation that marks a method as not thread safe.
|
| NumberUtils |
Number utils.
|
| Observable |
Observable utils.
|
| Observer |
Obeserver.
|
| PackageScan |
Scan all appropriate Class object through the package name.
|
| Pair<A,B> |
Pair.
|
| PathMatcher |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Strategy interface for String-based path matching.
|
| PathMatchingResourcePatternResolver |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
A ResourcePatternResolver implementation that is able to resolve a
specified resource location path into one or more matching Resources.
|
| PathMatchingResourcePatternResolver.PatternVirtualFileVisitor |
VFS visitor for path matching purposes.
|
| PathMatchingResourcePatternResolver.VfsResourceMatchingDelegate |
Inner delegate class, avoiding a hard JBoss VFS API dependency at runtime.
|
| PathResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for Path handles,
performing all operations and transformations via the Path API.
|
| PayloadPackageProvider |
package provider.
|
| PayloadRegistry |
payload regitry,Define basic scan behavior request and response.
|
| Preconditions |
Check precondition, throws an IllegalArgumentException If the conditions are not met.
|
| PropertyUtils |
A convenient tool to get property or env value.
|
| ProtocolResolver |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
A resolution strategy for protocol-specific resource handles.
|
| PushServiceTraceEvent |
Naming push service trace event.
|
| Query |
Http Query object.
|
| RandomUtils |
Random utils.
|
| ReflectUtils |
reflect utils.
|
| RegisterInstanceTraceEvent |
Naming register instance trace event.
|
| RegisterServiceTraceEvent |
Naming deregister service trace event.
|
| RemoteException |
super exception in remote module.
|
| RequestHandler |
Request handler.
|
| RequestHttpEntity |
Represents an HTTP request , consisting of headers and body.
|
| RequestUrlConstants |
Nacos request url constants.
|
| Resource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Interface for a resource descriptor that abstracts from the actual
type of underlying resource, such as a file or class path resource.
|
| ResourceLoader |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Strategy interface for loading resources (e.g., class path or file system
resources).
|
| ResourcePatternResolver |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Strategy interface for resolving a location pattern (for example,
an Ant-style path pattern) into Resource objects.
|
| ResourceUtils |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Utility methods for resolving resource locations to files in the
file system.
|
| ResourceUtils |
resource util.
|
| ResponseHandler<T> |
Response Handler abstract interface,
the actual processing of the response conversion is done by a concrete implementation class.
|
| ResponseHandler |
Response handler.
|
| ResponseHandlerType |
Response Handler Type.
|
| RestResult<T> |
Rest result.
|
| RestResult.ResResultBuilder<T> |
|
| RestResultResponseHandler<T> |
RestResult response handler, Mainly converter response type as RestResult type.
|
| RestResultUtils |
Rest result utils.
|
| RpcClient |
abstract remote client to connect to server.
|
| RpcClient.ServerInfo |
|
| RpcClientConfig |
RpcClientConfig.
|
| RpcClientFactory |
RpcClientFactory.to support multi client for different modules of usage.
|
| RpcClientStatus |
status of rpc client.
|
| SelfHostnameVerifier |
A HostnameVerifier verify ipv4 and localhost.
|
| SelfTrustManager |
A TrustManager tool returns the specified TrustManager.
|
| ServerConfigChangeEvent |
Server configuration changed event.
|
| ServerListFactory |
server list factory . use to inner client to connecte and switch servers.
|
| ServerRequestHandler |
ServerRequestHandler, to process the request from server side.
|
| ServiceLoaderException |
Nacos service loader exception.
|
| ShardedEventPublisher |
Sharded event publisher.
|
| SimpleCache<K,V> |
Simple implementation of Cache.
|
| SlowEvent |
This event share one event-queue.
|
| SmartSubscriber |
Subscribers to multiple events can be listened to.
|
| StringResponseHandler |
string response handler, Mainly converter response type as string type.
|
| StringUtils |
string util.
|
| Subscriber<T extends Event> |
An abstract subscriber class for subscriber interface.
|
| SubscribeServiceTraceEvent |
Naming subscribe service trace event.
|
| Symbol |
Copy from ASM, with less modifications
An entry of the constant pool, of the BootstrapMethods attribute, or of the (ASM specific) type
table of a class.
|
| SynchronizedCache<K,V> |
A wrapper that thread-safe cache.
|
| TaskExecuteWorker |
Nacos execute task execute worker.
|
| ThreadFactoryBuilder |
build thread factory.
|
| ThreadPoolManager |
// TODO Access Metric.
|
| ThreadUtils |
Thread utils.
|
| TlsFileWatcher |
Certificate file update monitoring
|
| TlsFileWatcher.FileChangeListener |
|
| TlsHelper |
Utils for build SSLContext.
|
| TlsSystemConfig |
tls system config.
|
| TopnCounterMetricsContainer |
container for top n counter metrics, increment and remove cost O(1) time.
|
| TraceEvent |
Trace event.
|
| TraceEventPublisher |
Event publisher for trace event.
|
| TraceEventPublisherFactory |
event publisher factory for trace event.
|
| TypeUtils |
type utils.
|
| TypeUtils.ParameterizedTypeImpl |
ParameterizedType implementation class.
|
| UnsubscribeServiceTraceEvent |
Naming unsubscribe service trace event.
|
| UrlResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Resource implementation for java.net.URL locators.
|
| UuidUtils |
UUID utils.
|
| VersionUtils |
Version utils.
|
| VfsPatternUtils |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Artificial class used for accessing the VfsUtils methods
without exposing them to the entire world.
|
| VfsResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
JBoss VFS based Resource implementation.
|
| VfsUtils |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Utility for detecting and accessing JBoss VFS in the classpath.
|
| WritableResource |
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Extended interface for a resource that supports writing to it.
|