public class NettyKontraktorHttpRequest extends Object implements org.nustaq.kontraktor.remoting.http.KontraktorHttpRequest
| Constructor and Description |
|---|
NettyKontraktorHttpRequest(io.netty.handler.codec.http.FullHttpRequest req) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(ByteBuffer buffer,
int bytesread) |
String |
getAccept() |
String |
getPath(int i) |
CharSequence |
getText() |
boolean |
isComplete() |
boolean |
isGET() |
boolean |
isPOST() |
public NettyKontraktorHttpRequest(io.netty.handler.codec.http.FullHttpRequest req)
public boolean isGET()
isGET in interface org.nustaq.kontraktor.remoting.http.KontraktorHttpRequestpublic String getPath(int i)
getPath in interface org.nustaq.kontraktor.remoting.http.KontraktorHttpRequestpublic boolean isPOST()
isPOST in interface org.nustaq.kontraktor.remoting.http.KontraktorHttpRequestpublic CharSequence getText()
getText in interface org.nustaq.kontraktor.remoting.http.KontraktorHttpRequestpublic String getAccept()
getAccept in interface org.nustaq.kontraktor.remoting.http.KontraktorHttpRequestpublic void append(ByteBuffer buffer, int bytesread)
append in interface org.nustaq.kontraktor.remoting.http.KontraktorHttpRequestpublic boolean isComplete()
isComplete in interface org.nustaq.kontraktor.remoting.http.KontraktorHttpRequestCopyright © 2014. All rights reserved.