org.glassfish.grizzly.web.arp
Class AsyncWebFilterConfig

java.lang.Object
  extended by org.glassfish.grizzly.web.WebFilterConfig
      extended by org.glassfish.grizzly.web.arp.AsyncWebFilterConfig

public class AsyncWebFilterConfig
extends WebFilterConfig

Author:
oleksiys

Field Summary
protected  AsyncHandler asyncHandler
          When the asynchronous mode is enabled, the execution of this object will be delegated to the AsyncHandler
protected  boolean isAsyncEnabled
           
 
Fields inherited from class org.glassfish.grizzly.web.WebFilterConfig
adapter, compressableMimeTypes, compression, compressionMinSize, defaultResponseType, disableUploadTimeout, displayConfiguration, fileCache, forcedRequestType, interceptor, isAsyncHttpWriteEnabled, isBufferResponse, isMonitoringEnabled, keepAliveThreadCount, keepAliveTimeoutInSeconds, maxHttpHeaderSize, maxKeepAliveRequests, maxPostSize, memoryManager, noCompressionUserAgents, requestBufferSize, restrictedUserAgents, rootFolder, scheduledThreadPool, SERVER_NAME, serverName, transactionTimeout, uploadTimeout, workerThreadPool
 
Constructor Summary
AsyncWebFilterConfig()
           
 
Method Summary
 AsyncHandler getAsyncHandler()
          Return the AsyncHandler used when asynchronous execution is enabled.
 boolean isAsyncEnabled()
           
 void setAsyncEnabled(boolean isAsyncEnabled)
           
 void setAsyncHandler(AsyncHandler asyncHandler)
          Set the AsyncHandler used when asynchronous execution is enabled.
 
Methods inherited from class org.glassfish.grizzly.web.WebFilterConfig
getAdapter, getClassLoader, getCompressableMimeTypes, getCompression, getCompressionMinSize, getDefaultResponseType, getFileCache, getForcedRequestType, getInterceptor, getKeepAliveTimeoutInSeconds, getMaxHttpHeaderSize, getMaxKeepAliveRequests, getMaxPostSize, getMemoryManager, getNoCompressionUserAgents, getProperties, getRequestBufferSize, getRestrictedUserAgents, getRootFolder, getScheduledThreadPool, getServerName, getTransactionTimeout, getUploadTimeout, getWebAppRootPath, getWorkerThreadPool, initializeCompression, initializeProcessorTask, isAsyncHttpWriteEnabled, isBufferResponse, isDisableUploadTimeout, isDisplayConfiguration, isEnableNioLogging, isMonitoringEnabled, isUseChunking, setAdapter, setAsyncHttpWriteEnabled, setBufferResponse, setClassLoader, setCompressableMimeTypes, setCompression, setCompressionMinSize, setDefaultResponseType, setDisableUploadTimeout, setDisplayConfiguration, setEnableNioLogging, setFileCache, setForcedRequestType, setInterceptor, setKeepAliveTimeoutInSeconds, setMaxHttpHeaderSize, setMaxKeepAliveRequests, setMaxPostSize, setMemoryManager, setMonitoringEnabled, setNoCompressionUserAgents, setRequestBufferSize, setRestrictedUserAgents, setRootFolder, setScheduledThreadPool, setServerName, setTransactionTimeout, setUploadTimeout, setUseChunking, setWebAppRootPath, setWorkerThreadPool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isAsyncEnabled

protected boolean isAsyncEnabled

asyncHandler

protected AsyncHandler asyncHandler
When the asynchronous mode is enabled, the execution of this object will be delegated to the AsyncHandler

Constructor Detail

AsyncWebFilterConfig

public AsyncWebFilterConfig()
Method Detail

isAsyncEnabled

public boolean isAsyncEnabled()

setAsyncEnabled

public void setAsyncEnabled(boolean isAsyncEnabled)

setAsyncHandler

public void setAsyncHandler(AsyncHandler asyncHandler)
Set the AsyncHandler used when asynchronous execution is enabled.


getAsyncHandler

public AsyncHandler getAsyncHandler()
Return the AsyncHandler used when asynchronous execution is enabled.



Copyright © 2009 SUN Microsystems. All Rights Reserved.