Deprecated API


Contents
Deprecated Classes
com.sun.grizzly.standalone.DynamicContentAdapter
            
com.sun.grizzly.standalone.MimeType
            
com.sun.grizzly.standalone.StaticResourcesAdapter
            
 

Deprecated Methods
com.sun.grizzly.http.embed.GrizzlyWebServer.addGrizzlyAdapter(GrizzlyAdapter)
          - Use GrizzlyWebServer.addGrizzlyAdapter(com.sun.grizzly.tcp.http11.GrizzlyAdapter, java.lang.String[]) 
com.sun.grizzly.arp.AsyncTask.getProcessorTask()
          - Use AsyncExecutor.getProcessorTask() 
com.sun.grizzly.arp.AsyncProcessorTask.getProcessorTask()
          - Use AsyncExecutor.getProcessorTask() 
com.sun.grizzly.arp.AsyncTask.setProcessorTask(ProcessorTask)
          - Use AsyncExecutor.setProcessorTask(com.sun.grizzly.http.ProcessorTask) 
com.sun.grizzly.arp.AsyncProcessorTask.setProcessorTask(ProcessorTask)
          - Use AsyncExecutor.setProcessorTask(com.sun.grizzly.http.ProcessorTask) 
 

Deprecated Constructors
com.sun.grizzly.http.embed.GrizzlyWebServer(int, int)
          use GrizzlyWebServer.setMaxThreads(int) to set maximum number of threads in a thread pool 
com.sun.grizzly.http.embed.GrizzlyWebServer(int, int, String)
          use GrizzlyWebServer.setMaxThreads(int) to set maximum number of threads in a thread pool 
com.sun.grizzly.http.embed.GrizzlyWebServer(int, int, String, boolean)
          use GrizzlyWebServer.setMaxThreads(int) to set maximum number of threads in a thread pool 
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.