Uses of Class
io.grpc.InternalChannelz.Security
-
Packages that use InternalChannelz.Security Package Description io.grpc The gRPC core public API.io.grpc.netty The main transport implementation based on Netty, for both the client and the server.io.grpc.protobuf.services 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.Security Modifier and Type Field Description InternalChannelz.SecurityInternalChannelz.SocketStats. securityConstructors in io.grpc with parameters of type InternalChannelz.Security Constructor Description SocketStats(InternalChannelz.TransportStats data, java.net.SocketAddress local, java.net.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.Security Modifier and Type Field Description private InternalChannelz.SecurityProtocolNegotiationEvent. securityprivate InternalChannelz.SecurityNettyClientHandler. securityInfoprivate InternalChannelz.SecurityNettyServerHandler. securityInfoMethods in io.grpc.netty that return InternalChannelz.Security Modifier and Type Method Description static 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.Security Modifier and Type Method Description voidGrpcHttp2ConnectionHandler. 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.Security Constructor Description 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.Security Modifier and Type Method Description (package private) static SecurityChannelzProtoUtil. toSecurity(InternalChannelz.Security security)
-