Uses of Class
io.grpc.InternalChannelz.Security
Packages that use InternalChannelz.Security
Package
Description
The gRPC core public API.
The main transport implementation based on Netty,
for both the client and the server.
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
-
Uses of InternalChannelz.Security in io.grpc
Fields in io.grpc declared as InternalChannelz.SecurityConstructors in io.grpc with parameters of type InternalChannelz.SecurityModifierConstructorDescriptionSocketStats(InternalChannelz.TransportStats data, SocketAddress local, SocketAddress remote, InternalChannelz.SocketOptions socketOptions, InternalChannelz.Security security) Creates an instance. -
Uses of InternalChannelz.Security in io.grpc.netty
Fields in io.grpc.netty declared as InternalChannelz.SecurityModifier and TypeFieldDescriptionprivate final InternalChannelz.SecurityProtocolNegotiationEvent.securityprivate InternalChannelz.SecurityNettyClientHandler.securityInfoprivate InternalChannelz.SecurityNettyServerHandler.securityInfoMethods in io.grpc.netty that return InternalChannelz.SecurityModifier and TypeMethodDescriptionstatic InternalChannelz.SecurityInternalProtocolNegotiationEvent.getSecurity(ProtocolNegotiationEvent event) (package private) InternalChannelz.SecurityProtocolNegotiationEvent.getSecurity()(package private) InternalChannelz.SecurityNettyClientHandler.getSecurityInfo()(package private) InternalChannelz.SecurityNettyServerHandler.getSecurityInfo()Methods in io.grpc.netty with parameters of type InternalChannelz.SecurityModifier and TypeMethodDescriptionvoidGrpcHttp2ConnectionHandler.handleProtocolNegotiationCompleted(Attributes attrs, InternalChannelz.Security securityInfo) Triggered on protocol negotiation completion.voidNettyClientHandler.handleProtocolNegotiationCompleted(Attributes attributes, InternalChannelz.Security securityInfo) voidNettyServerHandler.handleProtocolNegotiationCompleted(Attributes attrs, InternalChannelz.Security securityInfo) static ProtocolNegotiationEventInternalProtocolNegotiationEvent.withSecurity(ProtocolNegotiationEvent event, InternalChannelz.Security security) (package private) ProtocolNegotiationEventProtocolNegotiationEvent.withSecurity(InternalChannelz.Security security) Constructors in io.grpc.netty with parameters of type InternalChannelz.SecurityModifierConstructorDescriptionprivateProtocolNegotiationEvent(Attributes attributes, InternalChannelz.Security security) -
Uses of InternalChannelz.Security in io.grpc.protobuf.services
Methods in io.grpc.protobuf.services with parameters of type InternalChannelz.SecurityModifier and TypeMethodDescription(package private) static SecurityChannelzProtoUtil.toSecurity(InternalChannelz.Security security)