org.atmosphere.wasync.impl
Class AtmosphereRequest

java.lang.Object
  extended by org.atmosphere.wasync.impl.DefaultRequest<AtmosphereRequest.AtmosphereRequestBuilder>
      extended by org.atmosphere.wasync.impl.AtmosphereRequest
All Implemented Interfaces:
Request

public class AtmosphereRequest
extends DefaultRequest<AtmosphereRequest.AtmosphereRequestBuilder>


Nested Class Summary
static class AtmosphereRequest.AtmosphereRequestBuilder
           
static class AtmosphereRequest.CACHE
           
 
Nested classes/interfaces inherited from interface org.atmosphere.wasync.Request
Request.METHOD, Request.TRANSPORT
 
Field Summary
 
Fields inherited from class org.atmosphere.wasync.impl.DefaultRequest
builder
 
Constructor Summary
protected AtmosphereRequest(AtmosphereRequest.AtmosphereRequestBuilder builder)
           
 
Method Summary
 AtmosphereRequest.CACHE getCacheType()
           
 String getTrackMessageLengthDelimiter()
           
 boolean isTrackMessageLength()
           
 
Methods inherited from class org.atmosphere.wasync.impl.DefaultRequest
decoders, encoders, functionResolver, headers, method, queryString, transport, uri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtmosphereRequest

protected AtmosphereRequest(AtmosphereRequest.AtmosphereRequestBuilder builder)
Method Detail

getCacheType

public AtmosphereRequest.CACHE getCacheType()

isTrackMessageLength

public boolean isTrackMessageLength()

getTrackMessageLengthDelimiter

public String getTrackMessageLengthDelimiter()


Copyright © 2013. All Rights Reserved.