com.tinkerpop.rexster.protocol.filter
Class ScriptFilter

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

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


Constructor Summary
ScriptFilter()
           
 
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

ScriptFilter

public ScriptFilter()
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.