public abstract class AbstractTransport extends Object implements Transport
| Modifier and Type | Field and Description |
|---|---|
static String |
POST_MESSAGE_RECEIVED |
static String |
SESSION_KEY |
| Constructor and Description |
|---|
AbstractTransport() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
decodePostData(String contentType,
String data) |
void |
destroy() |
protected String |
extractSessionId(org.atmosphere.cpr.AtmosphereRequest request) |
static String |
extractString(Reader reader)
Used to extract POST body from the request
|
protected boolean |
isDisconnectRequest(org.atmosphere.cpr.AtmosphereRequest request)
Check if there is a disconnect message in the POST Body
|
public static final String SESSION_KEY
public static final String POST_MESSAGE_RECEIVED
protected String extractSessionId(org.atmosphere.cpr.AtmosphereRequest request)
public static String extractString(Reader reader)
reader - protected boolean isDisconnectRequest(org.atmosphere.cpr.AtmosphereRequest request)
request - Copyright © 2015. All Rights Reserved.