Uses of Class
org.atmosphere.wasync.impl.AtmosphereRequest.AtmosphereRequestBuilder

Packages that use AtmosphereRequest.AtmosphereRequestBuilder
org.atmosphere.wasync.impl   
org.atmosphere.wasync.serial   
 

Uses of AtmosphereRequest.AtmosphereRequestBuilder in org.atmosphere.wasync.impl
 

Methods in org.atmosphere.wasync.impl that return AtmosphereRequest.AtmosphereRequestBuilder
 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(java.lang.Class<AtmosphereRequest.AtmosphereRequestBuilder> clazz)
          Create a new RequestBuilder based on the class' implementation.
 AtmosphereRequest.AtmosphereRequestBuilder AtmosphereRequest.AtmosphereRequestBuilder.trackMessageLength(boolean trackMessageLength)
          Turn on/off tracking message.
 AtmosphereRequest.AtmosphereRequestBuilder AtmosphereRequest.AtmosphereRequestBuilder.trackMessageLengthDelimiter(java.lang.String trackMessageLengthDelimiter)
          Set the tracking delimiter.
 AtmosphereRequest.AtmosphereRequestBuilder AtmosphereRequest.AtmosphereRequestBuilder.transport(Request.TRANSPORT t)
          The Request.TRANSPORT to use.
 

Method parameters in org.atmosphere.wasync.impl with type arguments of type AtmosphereRequest.AtmosphereRequestBuilder
 AtmosphereRequest.AtmosphereRequestBuilder AtmosphereClient.newRequestBuilder(java.lang.Class<AtmosphereRequest.AtmosphereRequestBuilder> clazz)
          Create a new RequestBuilder based on the class' implementation.
 

Constructors in org.atmosphere.wasync.impl with parameters of type AtmosphereRequest.AtmosphereRequestBuilder
AtmosphereRequest(AtmosphereRequest.AtmosphereRequestBuilder builder)
           
 

Uses of AtmosphereRequest.AtmosphereRequestBuilder in org.atmosphere.wasync.serial
 

Subclasses of AtmosphereRequest.AtmosphereRequestBuilder in org.atmosphere.wasync.serial
static class SerializedClient.SerializedRequestBuilder
           
 



Copyright © 2014. All Rights Reserved.