Package io.grpc.netty
Class InternalProtocolNegotiationEvent
java.lang.Object
io.grpc.netty.InternalProtocolNegotiationEvent
Internal accessor for
ProtocolNegotiationEvent
.-
Method Summary
Modifier and TypeMethodDescriptionstatic Attributes
static ProtocolNegotiationEvent
static InternalChannelz.Security
static ProtocolNegotiationEvent
withAttributes
(ProtocolNegotiationEvent event, Attributes attributes) static ProtocolNegotiationEvent
withSecurity
(ProtocolNegotiationEvent event, InternalChannelz.Security security)
-
Method Details
-
getDefault
-
withAttributes
public static ProtocolNegotiationEvent withAttributes(ProtocolNegotiationEvent event, Attributes attributes) -
withSecurity
public static ProtocolNegotiationEvent withSecurity(ProtocolNegotiationEvent event, @Nullable InternalChannelz.Security security) -
getAttributes
-
getSecurity
-