com.tinkerpop.rexster.protocol.filter
Class SessionFilter

java.lang.Object
  extended by org.glassfish.grizzly.filterchain.BaseFilter
      extended by com.tinkerpop.rexster.protocol.filter.SessionFilter
All Implemented Interfaces:
org.glassfish.grizzly.filterchain.Filter

public class SessionFilter
extends org.glassfish.grizzly.filterchain.BaseFilter


Constructor Summary
SessionFilter(RexsterApplication rexsterApplication)
           
 
Method Summary
 org.glassfish.grizzly.filterchain.NextAction handleRead(org.glassfish.grizzly.filterchain.FilterChainContext ctx)
           
 
Methods inherited from class org.glassfish.grizzly.filterchain.BaseFilter
createContext, exceptionOccurred, getFilterChain, getIndex, handleAccept, handleClose, handleConnect, handleEvent, handleWrite, onAdded, onFilterChainChanged, onRemoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionFilter

public SessionFilter(RexsterApplication rexsterApplication)
Method Detail

handleRead

public org.glassfish.grizzly.filterchain.NextAction handleRead(org.glassfish.grizzly.filterchain.FilterChainContext ctx)
                                                        throws IOException
Specified by:
handleRead in interface org.glassfish.grizzly.filterchain.Filter
Overrides:
handleRead in class org.glassfish.grizzly.filterchain.BaseFilter
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.