Deprecated API


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

Deprecated Methods
com.sun.grizzly.http.embed.GrizzlyWebServer.addGrizzlyAdapter(GrizzlyAdapter)
          - Use GrizzlyWebServer.addGrizzlyAdapter(GrizzlyAdapter, String[]) 
com.sun.grizzly.http.SelectorThread.getPortLowLevel()
          - uses SelectorThread.getPort() instead 
com.sun.grizzly.arp.AsyncTask.getProcessorTask()
          - Use AsyncExecutor.getProcessorTask() 
com.sun.grizzly.arp.AsyncProcessorTask.getProcessorTask()
          - Use AsyncExecutor.getProcessorTask() 
com.sun.grizzly.http.SelectorThread.getSelector()
          To get the right Selector, please request context associated SelectorHandler: SelectorHandler.getSelector() 
com.sun.grizzly.http.SelectorThread.getSelector(int)
          This method is not safe when a machine with multiple listeners are bound to different addresses using the same port. Use SelectorThread.getSelector(java.net.InetAddress, int). 
com.sun.grizzly.http.SelectorThread.getSelectorHandler()
          use SelectorHandler, which is usually provided by the current Context. 
com.sun.grizzly.http.StatsThreadPool.injectToStringAttributes(StringBuilder)
            
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.arp.AsyncProtocolFilter(Class, int)
          use AsyncProtocolFilter.AsyncProtocolFilter(Class, java.net.InetAddress, int) 
com.sun.grizzly.http.DefaultProtocolFilter(Class, int)
          call DefaultProtocolFilter.DefaultProtocolFilter(Class, java.net.InetAddress, int) 
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 
com.sun.grizzly.ssl.SSLAsyncProtocolFilter(Class, int, SSLImplementation)
          Use com.sun.grizzly.ssl.SSLAsyncProtocolFilter#AsyncProtocolFilter(Class, java.net.InetAddress, int) 
com.sun.grizzly.ssl.SSLDefaultProtocolFilter(Class, int, SSLImplementation)
          Use com.sun.grizzly.ssl.SSLDefaultProtocolFilter#DefaultProtocolFilter(Class, java.net.InetAddress, int) 
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.