org.jboss.resteasy.plugins.server.netty
@ChannelHandler.Sharable public class RestEasyHttpRequestDecoder extends org.jboss.netty.handler.codec.oneone.OneToOneDecoder
OneToOneDecoder
is responsible for decode HttpRequest
to NettyHttpRequest
's
This implementation is ChannelHandler.Sharable
Modifier and Type | Class and Description |
---|---|
static class |
RestEasyHttpRequestDecoder.Protocol |
Constructor and Description |
---|
RestEasyHttpRequestDecoder(SynchronousDispatcher dispatcher,
String servletMappingPrefix,
RestEasyHttpRequestDecoder.Protocol protocol) |
public RestEasyHttpRequestDecoder(SynchronousDispatcher dispatcher, String servletMappingPrefix, RestEasyHttpRequestDecoder.Protocol protocol)
Copyright © 2016. All Rights Reserved.