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.Security
ProtocolNegotiationEvent.security
private InternalChannelz.Security
NettyClientHandler.securityInfo
private InternalChannelz.Security
NettyServerHandler.securityInfo
Methods in io.grpc.netty that return InternalChannelz.SecurityModifier and TypeMethodDescriptionstatic InternalChannelz.Security
InternalProtocolNegotiationEvent.getSecurity
(ProtocolNegotiationEvent event) (package private) InternalChannelz.Security
ProtocolNegotiationEvent.getSecurity()
(package private) InternalChannelz.Security
NettyClientHandler.getSecurityInfo()
(package private) InternalChannelz.Security
NettyServerHandler.getSecurityInfo()
Methods in io.grpc.netty with parameters of type InternalChannelz.SecurityModifier and TypeMethodDescriptionvoid
GrpcHttp2ConnectionHandler.handleProtocolNegotiationCompleted
(Attributes attrs, InternalChannelz.Security securityInfo) Triggered on protocol negotiation completion.void
NettyClientHandler.handleProtocolNegotiationCompleted
(Attributes attributes, InternalChannelz.Security securityInfo) void
NettyServerHandler.handleProtocolNegotiationCompleted
(Attributes attrs, InternalChannelz.Security securityInfo) static ProtocolNegotiationEvent
InternalProtocolNegotiationEvent.withSecurity
(ProtocolNegotiationEvent event, InternalChannelz.Security security) (package private) ProtocolNegotiationEvent
ProtocolNegotiationEvent.withSecurity
(InternalChannelz.Security security) Constructors in io.grpc.netty with parameters of type InternalChannelz.SecurityModifierConstructorDescriptionprivate
ProtocolNegotiationEvent
(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 Security
ChannelzProtoUtil.toSecurity
(InternalChannelz.Security security)