org.mockserver.proxy.http.relay
Class BasicHttpDecoder

java.lang.Object
  extended by org.mockserver.proxy.http.relay.BasicHttpDecoder

public class BasicHttpDecoder
extends Object

Author:
jamesdbloom

Field Summary
protected static org.slf4j.Logger logger
           
 
Constructor Summary
BasicHttpDecoder(io.netty.buffer.ByteBuf byteBuf)
           
 
Method Summary
 Integer getContentLength()
           
 int getContentStart()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.slf4j.Logger logger
Constructor Detail

BasicHttpDecoder

public BasicHttpDecoder(io.netty.buffer.ByteBuf byteBuf)
Method Detail

getContentLength

public Integer getContentLength()

getContentStart

public int getContentStart()


Copyright © 2014. All rights reserved.