com.tinkerpop.rexster.protocol.filter
Class RexProMessageFilter

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

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


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

Constructor Detail

RexProMessageFilter

public RexProMessageFilter()
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

handleWrite

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


Copyright © 2009-2012. All Rights Reserved.