Package io.grpc.netty
Class ProtocolNegotiationEvent
java.lang.Object
io.grpc.netty.ProtocolNegotiationEvent
Represents a completion of a protocol negotiation stage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Attributes(package private) static final ProtocolNegotiationEventprivate final InternalChannelz.Security -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateProtocolNegotiationEvent(Attributes attributes, InternalChannelz.Security security) -
Method Summary
Modifier and TypeMethodDescriptionboolean(package private) Attributes(package private) InternalChannelz.SecurityinthashCode()This method is not efficient and is intended for testing.toString()(package private) ProtocolNegotiationEventwithAttributes(Attributes attributes) (package private) ProtocolNegotiationEventwithSecurity(InternalChannelz.Security security)
-
Field Details
-
DEFAULT
-
attributes
-
security
-
-
Constructor Details
-
ProtocolNegotiationEvent
private ProtocolNegotiationEvent(Attributes attributes, @Nullable InternalChannelz.Security security)
-
-
Method Details