Uses of Class
io.netty.util.internal.TypeParameterMatcher
Packages that use TypeParameterMatcher
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Extensible decoder and its common implementations which deal with the
packet fragmentation and reassembly issue found in a stream-based transport
such as TCP/IP.
Resolves an arbitrary string that represents the name of an endpoint into an address.
Internal-use-only utilities which is not allowed to be used
outside Netty.
-
Uses of TypeParameterMatcher in io.netty.channel
Fields in io.netty.channel declared as TypeParameterMatcherModifier and TypeFieldDescriptionprivate final TypeParameterMatcherSimpleChannelInboundHandler.matcherprivate final TypeParameterMatcherSimpleUserEventChannelHandler.matcher -
Uses of TypeParameterMatcher in io.netty.handler.codec
Fields in io.netty.handler.codec declared as TypeParameterMatcherModifier and TypeFieldDescriptionprivate final TypeParameterMatcherMessageToMessageCodec.inboundMsgMatcherprivate final TypeParameterMatcherMessageToByteEncoder.matcherprivate final TypeParameterMatcherMessageToMessageDecoder.matcherprivate final TypeParameterMatcherMessageToMessageEncoder.matcherprivate final TypeParameterMatcherByteToMessageCodec.outboundMsgMatcherprivate final TypeParameterMatcherMessageToMessageCodec.outboundMsgMatcher -
Uses of TypeParameterMatcher in io.netty.resolver
Fields in io.netty.resolver declared as TypeParameterMatcherModifier and TypeFieldDescriptionprivate final TypeParameterMatcherAbstractAddressResolver.matcher -
Uses of TypeParameterMatcher in io.netty.util.internal
Subclasses of TypeParameterMatcher in io.netty.util.internalModifier and TypeClassDescriptionfinal classprivate static final classFields in io.netty.util.internal declared as TypeParameterMatcherModifier and TypeFieldDescriptionprivate static final TypeParameterMatcherTypeParameterMatcher.NOOPFields in io.netty.util.internal with type parameters of type TypeParameterMatcherModifier and TypeFieldDescriptionprivate Map<Class<?>, Map<String, TypeParameterMatcher>> InternalThreadLocalMap.typeParameterMatcherFindCacheprivate Map<Class<?>, TypeParameterMatcher> InternalThreadLocalMap.typeParameterMatcherGetCacheMethods in io.netty.util.internal that return TypeParameterMatcherMethods in io.netty.util.internal that return types with arguments of type TypeParameterMatcherModifier and TypeMethodDescriptionInternalThreadLocalMap.typeParameterMatcherFindCache()InternalThreadLocalMap.typeParameterMatcherGetCache()