Uses of Class
org.jboss.resteasy.plugins.server.netty.RestEasyHttpRequestDecoder.Protocol
-
Packages that use RestEasyHttpRequestDecoder.Protocol Package Description org.jboss.resteasy.plugins.server.netty -
-
Uses of RestEasyHttpRequestDecoder.Protocol in org.jboss.resteasy.plugins.server.netty
Methods in org.jboss.resteasy.plugins.server.netty that return RestEasyHttpRequestDecoder.Protocol Modifier and Type Method Description static RestEasyHttpRequestDecoder.Protocol
RestEasyHttpRequestDecoder.Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static RestEasyHttpRequestDecoder.Protocol[]
RestEasyHttpRequestDecoder.Protocol. values()
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.Protocol Constructor Description RestEasyHttpRequestDecoder(SynchronousDispatcher dispatcher, String servletMappingPrefix, RestEasyHttpRequestDecoder.Protocol protocol)
-