| Package | Description |
|---|---|
| org.atmosphere.wasync.impl | |
| org.atmosphere.wasync.serial |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereRequest.AtmosphereRequestBuilder |
AtmosphereRequest.AtmosphereRequestBuilder.cache(AtmosphereRequest.CACHE c)
Set the
AtmosphereRequest.CACHE used by the server side implementation of Atmosphere. |
AtmosphereRequest.AtmosphereRequestBuilder |
AtmosphereRequest.AtmosphereRequestBuilder.enableProtocol(boolean enableProtocol)
Set to true to enable the Atmosphere Protocol.
|
AtmosphereRequest.AtmosphereRequestBuilder |
AtmosphereClient.newRequestBuilder()
Return a
RequestBuilder |
AtmosphereRequest.AtmosphereRequestBuilder |
AtmosphereClient.newRequestBuilder(Class<AtmosphereRequest.AtmosphereRequestBuilder> clazz)
Create a new
RequestBuilder based on the class' implementation. |
AtmosphereRequest.AtmosphereRequestBuilder |
AtmosphereRequest.AtmosphereRequestBuilder.paddingSize(int paddingSize)
Set the size of the padding bytes or String send by Atmosphere's PaddingAtmosphereInterceptor
|
AtmosphereRequest.AtmosphereRequestBuilder |
AtmosphereRequest.AtmosphereRequestBuilder.trackMessageLength(boolean trackMessageLength)
Turn on/off tracking message.
|
AtmosphereRequest.AtmosphereRequestBuilder |
AtmosphereRequest.AtmosphereRequestBuilder.trackMessageLengthDelimiter(String trackMessageLengthDelimiter)
Set the tracking delimiter.
|
AtmosphereRequest.AtmosphereRequestBuilder |
AtmosphereRequest.AtmosphereRequestBuilder.transport(Request.TRANSPORT t)
The
Request.TRANSPORT to use. |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereRequest.AtmosphereRequestBuilder |
AtmosphereClient.newRequestBuilder(Class<AtmosphereRequest.AtmosphereRequestBuilder> clazz)
Create a new
RequestBuilder based on the class' implementation. |
| Constructor and Description |
|---|
AtmosphereRequest(AtmosphereRequest.AtmosphereRequestBuilder builder) |
| Modifier and Type | Class and Description |
|---|---|
static class |
SerializedClient.SerializedRequestBuilder |
Copyright © 2016. All Rights Reserved.