RemoteEndpointImplpublic interface RemoteEndpoint
| Modifier and Type | Method | 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
|
org.atmosphere.cpr.AtmosphereResource |
resource() |
The underlying
AtmosphereResource in case the AtmosphereRequest or AtmosphereResource
is needed |
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()
PushEndpointString 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()
org.atmosphere.cpr.AtmosphereResource resource()
AtmosphereResource in case the AtmosphereRequest or AtmosphereResource
is neededAtmosphereResourceCopyright © 2018. All rights reserved.