@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,
boolean isKeepAlive) |
public RestEasyHttpRequestDecoder(SynchronousDispatcher dispatcher, String servletMappingPrefix, RestEasyHttpRequestDecoder.Protocol protocol, boolean isKeepAlive)
Copyright © 2015 JBoss by Red Hat. All rights reserved.