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 TypeParameterMatcher
SimpleChannelInboundHandler.matcher
private final TypeParameterMatcher
SimpleUserEventChannelHandler.matcher
-
Uses of TypeParameterMatcher in io.netty.handler.codec
Fields in io.netty.handler.codec declared as TypeParameterMatcherModifier and TypeFieldDescriptionprivate final TypeParameterMatcher
MessageToMessageCodec.inboundMsgMatcher
private final TypeParameterMatcher
MessageToByteEncoder.matcher
private final TypeParameterMatcher
MessageToMessageDecoder.matcher
private final TypeParameterMatcher
MessageToMessageEncoder.matcher
private final TypeParameterMatcher
ByteToMessageCodec.outboundMsgMatcher
private final TypeParameterMatcher
MessageToMessageCodec.outboundMsgMatcher
-
Uses of TypeParameterMatcher in io.netty.resolver
Fields in io.netty.resolver declared as TypeParameterMatcherModifier and TypeFieldDescriptionprivate final TypeParameterMatcher
AbstractAddressResolver.matcher
-
Uses of TypeParameterMatcher in io.netty.util.internal
Subclasses of TypeParameterMatcher in io.netty.util.internalModifier and TypeClassDescriptionfinal class
private static final class
Fields in io.netty.util.internal declared as TypeParameterMatcherModifier and TypeFieldDescriptionprivate static final TypeParameterMatcher
TypeParameterMatcher.NOOP
Fields in io.netty.util.internal with type parameters of type TypeParameterMatcherModifier and TypeFieldDescriptionprivate Map
<Class<?>, Map<String, TypeParameterMatcher>> InternalThreadLocalMap.typeParameterMatcherFindCache
private Map
<Class<?>, TypeParameterMatcher> InternalThreadLocalMap.typeParameterMatcherGetCache
Methods 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()