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.
-
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
Methods in io.grpc.netty that return InternalChannelz.SecurityModifier and TypeMethodDescriptionstatic InternalChannelz.Security
InternalProtocolNegotiationEvent.getSecurity
(ProtocolNegotiationEvent event) 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.static ProtocolNegotiationEvent
InternalProtocolNegotiationEvent.withSecurity
(ProtocolNegotiationEvent event, InternalChannelz.Security security)