public class VertxServerHttpExchange
extends AbstractServerHttpExchange
ServerHttpExchange for Vert.x 2.| Constructor and Description |
|---|
VertxServerHttpExchange(HttpServerRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doEnd() |
protected void |
doSetHeader(String name,
String value) |
protected void |
doSetStatus(HttpStatus status) |
protected void |
doWrite(ByteBuffer byteBuffer) |
protected void |
doWrite(String data) |
Set<String> |
headerNames() |
List<String> |
headers(String name) |
String |
method() |
protected void |
readAsBinary() |
protected void |
readAsText() |
<T> T |
unwrap(Class<T> clazz)
HttpServerRequest is available. |
String |
uri() |
public VertxServerHttpExchange(HttpServerRequest request)
public String uri()
public String method()
protected void readAsText()
protected void readAsBinary()
protected void doSetStatus(HttpStatus status)
protected void doWrite(ByteBuffer byteBuffer)
protected void doWrite(String data)
protected void doEnd()
public <T> T unwrap(Class<T> clazz)
HttpServerRequest is available.Copyright 2014, The Vibe Project