| org.glassfish.grizzly.http.server.Request.asyncInput()
will always return true
|
| org.glassfish.grizzly.http.server.Response.cancel()
|
| org.glassfish.grizzly.http.server.io.OutputBuffer.canWrite(int)
|
| org.glassfish.grizzly.http.server.io.NIOOutputSink.canWrite(int)
|
| 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.InputBuffer.isAsyncEnabled()
will always return true
|
| org.glassfish.grizzly.http.server.io.OutputBuffer.isAsyncEnabled()
will always return true
|
| org.glassfish.grizzly.http.server.Response.SuspendedContextImpl.markCancelled() |
| org.glassfish.grizzly.http.server.io.OutputBuffer.notifyCanWrite(WriteHandler, int)
|
| org.glassfish.grizzly.http.server.io.NIOOutputSink.notifyCanWrite(WriteHandler, int)
|
| org.glassfish.grizzly.http.server.io.InputBuffer.setAsyncEnabled(boolean)
InputBuffer always supports async mode
|
| org.glassfish.grizzly.http.server.io.OutputBuffer.setAsyncEnabled(boolean)
OutputBuffer always supports async mode
|
| org.glassfish.grizzly.http.server.io.InputBuffer.skip(long, boolean)
|
| org.glassfish.grizzly.http.server.Response.suspend(long, TimeUnit)
timeout parameters don't make any sense without CompletionHandler
|