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.Security
InternalChannelz.SocketStats. security
Constructors 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.Security
ProtocolNegotiationEvent. security
private InternalChannelz.Security
NettyClientHandler. securityInfo
private InternalChannelz.Security
NettyServerHandler. securityInfo
Methods in io.grpc.netty that return InternalChannelz.Security Modifier and Type Method Description static 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.Security Modifier and Type Method Description void
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.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 Security
ChannelzProtoUtil. toSecurity(InternalChannelz.Security security)
-