org.glassfish.grizzly.filterchain
Class FilterChainContext.TransportContext

java.lang.Object
  extended by org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
Enclosing class:
FilterChainContext

public static final class FilterChainContext.TransportContext
extends java.lang.Object


Constructor Summary
FilterChainContext.TransportContext()
           
 
Method Summary
 void configureBlocking(boolean isBlocking)
           
 CompletionHandler getCompletionHandler()
           
 FutureImpl getFuture()
           
 MessageCloner getMessageCloner()
           
 boolean isBlocking()
           
 void setCompletionHandler(CompletionHandler completionHandler)
           
 void setFuture(FutureImpl future)
           
 void setMessageCloner(MessageCloner cloner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterChainContext.TransportContext

public FilterChainContext.TransportContext()
Method Detail

configureBlocking

public void configureBlocking(boolean isBlocking)

isBlocking

public boolean isBlocking()

getCompletionHandler

public CompletionHandler getCompletionHandler()

setCompletionHandler

public void setCompletionHandler(CompletionHandler completionHandler)

getMessageCloner

public MessageCloner getMessageCloner()

setMessageCloner

public void setMessageCloner(MessageCloner cloner)

getFuture

public FutureImpl getFuture()

setFuture

public void setFuture(FutureImpl future)


Copyright © 2011 Oracle Corpration. All Rights Reserved.