Uses of Enum
org.jboss.resteasy.plugins.server.netty.RestEasyHttpRequestDecoder.Protocol
Packages that use RestEasyHttpRequestDecoder.Protocol
-
Uses of RestEasyHttpRequestDecoder.Protocol in org.jboss.resteasy.plugins.server.netty
Subclasses with type arguments of type RestEasyHttpRequestDecoder.Protocol in org.jboss.resteasy.plugins.server.nettyMethods in org.jboss.resteasy.plugins.server.netty that return RestEasyHttpRequestDecoder.ProtocolModifier and TypeMethodDescriptionDeprecated.Returns the enum constant of this type with the specified name.static RestEasyHttpRequestDecoder.Protocol[]
RestEasyHttpRequestDecoder.Protocol.values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jboss.resteasy.plugins.server.netty with parameters of type RestEasyHttpRequestDecoder.ProtocolModifierConstructorDescriptionRestEasyHttpRequestDecoder
(SynchronousDispatcher dispatcher, String servletMappingPrefix, RestEasyHttpRequestDecoder.Protocol protocol) Deprecated.