Deprecated API


Contents
Deprecated Interfaces
org.glassfish.grizzly.http.server.io.ReadHandler
          please use ReadHandler 
org.glassfish.grizzly.http.server.io.WriteHandler
          please use WriteHandler 
 

Deprecated Methods
org.glassfish.grizzly.http.server.Request.asyncInput()
          will always return true 
org.glassfish.grizzly.http.server.Response.cancel()
          pls. use Response.resume() 
org.glassfish.grizzly.http.server.io.OutputBuffer.canWrite(int)
          the length parameter will be ignored. Please use OutputBuffer.canWrite(). 
org.glassfish.grizzly.http.server.io.NIOOutputSink.canWrite(int)
          the length parameter will be ignored. Pls. use NIOOutputSink.canWrite(). 
org.glassfish.grizzly.http.server.io.OutputBuffer.canWriteChar(int)
           
org.glassfish.grizzly.http.server.util.ClassLoaderUtil.createClassloader(File, ClassLoader)
          removal candidate, never used 
org.glassfish.grizzly.http.server.io.OutputBuffer.isAsyncEnabled()
          will always return true 
org.glassfish.grizzly.http.server.io.InputBuffer.isAsyncEnabled()
          will always return true 
org.glassfish.grizzly.http.server.Response.SuspendedContextImpl.markCancelled()
            
org.glassfish.grizzly.http.server.io.OutputBuffer.notifyCanWrite(WriteHandler, int)
          the length parameter will be ignored. Please use OutputBuffer.notifyCanWrite(org.glassfish.grizzly.WriteHandler). 
org.glassfish.grizzly.http.server.io.NIOOutputSink.notifyCanWrite(WriteHandler, int)
          the length parameter will be ignored. Pls. use NIOOutputSink.notifyCanWrite(org.glassfish.grizzly.WriteHandler). 
org.glassfish.grizzly.http.server.io.OutputBuffer.setAsyncEnabled(boolean)
          OutputBuffer always supports async mode 
org.glassfish.grizzly.http.server.io.InputBuffer.setAsyncEnabled(boolean)
          InputBuffer always supports async mode 
org.glassfish.grizzly.http.server.io.InputBuffer.skip(long, boolean)
          pls. use InputBuffer.skip(long), the block parameter will be ignored 
org.glassfish.grizzly.http.server.Response.suspend(long, TimeUnit)
          timeout parameters don't make any sense without CompletionHandler 
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.