Uses of Enum Class
dev.relism.flash.http.HopByHopHeaders.Protocol
Packages that use HopByHopHeaders.Protocol
-
Uses of HopByHopHeaders.Protocol in dev.relism.flash.http
Methods in dev.relism.flash.http that return HopByHopHeaders.ProtocolModifier and TypeMethodDescriptionstatic HopByHopHeaders.ProtocolReturns the enum constant of this class with the specified name.static HopByHopHeaders.Protocol[]HopByHopHeaders.Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.relism.flash.http with parameters of type HopByHopHeaders.ProtocolModifier and TypeMethodDescriptionstatic booleanHopByHopHeaders.shouldForward(HeaderView source, dev.relism.fpr.core.ByteView name, dev.relism.fpr.core.ByteView value, HopByHopHeaders.Protocol sourceProtocol, HopByHopHeaders.Protocol targetProtocol) Returns whether a field may be copied to a new downstream connection.