org.granite.context
Class AMFContextImpl

java.lang.Object
  extended by org.granite.context.AMFContext
      extended by org.granite.context.AMFContextImpl

public class AMFContextImpl
extends AMFContext

Author:
Franck WOLFF

Constructor Summary
AMFContextImpl()
           
 
Method Summary
 AMF0Message getAMF0Request()
           
 AMF0Message getAmf0Response()
           
 Message getRequest()
           
 void setAmf0Request(AMF0Message amf0Request)
           
 void setAmf0Response(AMF0Message amf0Response)
           
 void setCurrentAmf3Message(Message currentAmf3Message)
           
 
Methods inherited from class org.granite.context.AMFContext
getChannelId, getCustomResponseHeaders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AMFContextImpl

public AMFContextImpl()
Method Detail

getAMF0Request

public AMF0Message getAMF0Request()

setAmf0Request

public void setAmf0Request(AMF0Message amf0Request)

getAmf0Response

public AMF0Message getAmf0Response()

setAmf0Response

public void setAmf0Response(AMF0Message amf0Response)

getRequest

public Message getRequest()
Specified by:
getRequest in class AMFContext

setCurrentAmf3Message

public void setCurrentAmf3Message(Message currentAmf3Message)