public interface RemoteEndpoint
Modifier and Type | Method and Description |
---|---|
String |
address()
Return the remote client IP
|
String |
body()
Return a String representation of the request's body
|
Map<String,String> |
headersMap()
Return the HTTP Headers
|
boolean |
isOpen()
Is the underlying connection to the Browser still open.
|
String |
path()
The path matching the associated
PushEndpoint |
String |
pathSegments(int position)
Return the
path() 's segment value at the specified position, or null if there is no value at that position |
Map<String,String[]> |
queryStrings()
Return the HTTP Query String
|
Status |
status()
The current
Status |
org.atmosphere.cpr.AtmosphereResource.TRANSPORT |
transport()
Return the underlying Atmosphere's Transport used.
|
String |
uri()
Return the request URI
|
Map<String,String[]> queryStrings()
org.atmosphere.cpr.AtmosphereResource.TRANSPORT transport()
String path()
PushEndpoint
String uri()
String body()
String address()
String pathSegments(int position)
path()
's segment value at the specified position, or null if there is no value at that positionposition
- the path segmentboolean isOpen()
Copyright © 2015. All rights reserved.