| Constructor and Description |
|---|
Request(Object id,
String path) |
Request(Object id,
String path,
boolean head) |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayQueue |
getBody() |
HashMap<String,List<String>> |
getHeaders() |
Object |
getId() |
String |
getPath() |
boolean |
isHead() |
void |
setBody(ByteArrayQueue body) |
public Object getId()
public String getPath()
public boolean isHead()
public ByteArrayQueue getBody()
public void setBody(ByteArrayQueue body)
Copyright © 2019. All rights reserved.