public abstract class BaseHttpServerTransport extends BaseServerTransport
| Modifier and Type | Field and Description |
|---|---|
protected org.atmosphere.vibe.platform.http.ServerHttpExchange |
http |
protected String |
id |
protected Map<String,String> |
params |
closeActions, errorActions, textActions| Constructor and Description |
|---|
BaseHttpServerTransport(org.atmosphere.vibe.platform.http.ServerHttpExchange http) |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatQuery(Map<String,String> params)
For internal use only.
|
void |
handleText(String text) |
String |
id() |
static Map<String,String> |
parseQuery(String uri)
For internal use only.
|
<T> T |
unwrap(Class<T> clazz)
ServerHttpExchange is available. |
String |
uri()
A URI used to connect.
|
close, closeAction, doClose, doSend, errorAction, send, textActionprotected final String id
protected final org.atmosphere.vibe.platform.http.ServerHttpExchange http
public BaseHttpServerTransport(org.atmosphere.vibe.platform.http.ServerHttpExchange http)
public String id()
public String uri()
ServerTransportURI or
something like that.public void handleText(String text)
public <T> T unwrap(Class<T> clazz)
ServerHttpExchange is available.Copyright 2014, The Vibe Project