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 ProtocolNegotiationEvent
private final InternalChannelz.Security
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ProtocolNegotiationEvent
(Attributes attributes, InternalChannelz.Security security) -
Method Summary
Modifier and TypeMethodDescriptionboolean
(package private) Attributes
(package private) InternalChannelz.Security
int
hashCode()
This method is not efficient and is intended for testing.toString()
(package private) ProtocolNegotiationEvent
withAttributes
(Attributes attributes) (package private) ProtocolNegotiationEvent
withSecurity
(InternalChannelz.Security security)
-
Field Details
-
DEFAULT
-
attributes
-
security
-
-
Constructor Details
-
ProtocolNegotiationEvent
private ProtocolNegotiationEvent(Attributes attributes, @Nullable InternalChannelz.Security security)
-
-
Method Details