public class AtmosphereServerHttpExchange
extends AbstractServerHttpExchange
ServerHttpExchange for Atmosphere 2.| Constructor and Description |
|---|
AtmosphereServerHttpExchange(AtmosphereResource resource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose() |
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 |
readBody() |
<T> T |
unwrap(Class<T> clazz)
AtmosphereResource is available. |
String |
uri() |
public AtmosphereServerHttpExchange(AtmosphereResource resource)
public String uri()
public String method()
protected void readBody()
protected void doWrite(ByteBuffer byteBuffer)
protected void doSetStatus(HttpStatus status)
protected void doWrite(String data)
protected void doClose()
public <T> T unwrap(Class<T> clazz)
AtmosphereResource is available.Copyright 2014, The Vibe Project