org.mortbay.jetty.asyncblazeds
Class AsyncSessionFilter

java.lang.Object
  extended by flex.messaging.endpoints.amf.AMFFilter
      extended by org.mortbay.jetty.asyncblazeds.AsyncSessionFilter

public class AsyncSessionFilter
extends flex.messaging.endpoints.amf.AMFFilter

This filter detects whether a request URL is decorated with a ;jessionid token in the event that the client does not support cookies. In that case, an AppendToGatewayUrl header with jsessionid as its value is added to the response message.


Field Summary
 
Fields inherited from class flex.messaging.endpoints.amf.AMFFilter
next
 
Constructor Summary
AsyncSessionFilter()
           
 
Method Summary
 void invoke(flex.messaging.io.amf.ActionContext context)
           
 
Methods inherited from class flex.messaging.endpoints.amf.AMFFilter
getNext, setNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncSessionFilter

public AsyncSessionFilter()
Method Detail

invoke

public void invoke(flex.messaging.io.amf.ActionContext context)
            throws java.io.IOException
Specified by:
invoke in class flex.messaging.endpoints.amf.AMFFilter
Throws:
java.io.IOException


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.