@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) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
decode(org.jboss.netty.channel.ChannelHandlerContext ctx,
org.jboss.netty.channel.Channel channel,
Object msg) |
public RestEasyHttpRequestDecoder(SynchronousDispatcher dispatcher, String servletMappingPrefix, RestEasyHttpRequestDecoder.Protocol protocol, boolean isKeepAlive)
Copyright © 2021 JBoss by Red Hat. All rights reserved.