public interface KontraktorHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
append(ByteBuffer buffer,
int bytesread) |
String |
getAccept() |
default String |
getFullPath() |
String |
getPath(int i) |
CharSequence |
getText() |
boolean |
isComplete() |
boolean |
isGET() |
boolean |
isPOST() |
boolean isGET()
String getPath(int i)
boolean isPOST()
CharSequence getText()
String getAccept()
void append(ByteBuffer buffer, int bytesread)
boolean isComplete()
default String getFullPath()
Copyright © 2014. All rights reserved.