org.granite.context
Class AMFContext

java.lang.Object
  extended by org.granite.context.AMFContext
Direct Known Subclasses:
AMFContextImpl

public abstract class AMFContext
extends Object

Author:
Franck WOLFF

Constructor Summary
AMFContext()
           
 
Method Summary
 String getChannelId()
           
 Map<String,Object> getCustomResponseHeaders()
           
abstract  Message getRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMFContext

public AMFContext()
Method Detail

getRequest

public abstract Message getRequest()

getChannelId

public String getChannelId()

getCustomResponseHeaders

public Map<String,Object> getCustomResponseHeaders()