org.glassfish.grizzly.http.server.Request.asyncInput()
will always return true
|
org.glassfish.grizzly.http.server.Response.cancel()
|
org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.canWrite(Connection, int) |
org.glassfish.grizzly.asyncqueue.AsyncQueueWriter.canWrite(Connection, int)
|
org.glassfish.grizzly.http.server.io.NIOOutputSink.canWrite(int)
|
org.glassfish.grizzly.http.server.io.OutputBuffer.canWrite(int)
|
org.glassfish.grizzly.http.server.io.OutputBuffer.canWriteChar(int) |
org.glassfish.grizzly.http.util.B2CConverterBlocking.convert(ByteChunk, CharChunk) |
org.glassfish.grizzly.attributes.AttributeBuilder.createAttribute(String, NullaryFunction)
|
org.glassfish.grizzly.http.server.util.ClassLoaderUtil.createClassloader(File, ClassLoader)
removal candidate, never used
|
org.glassfish.grizzly.websockets.WebSocketApplication.createSocket(ProtocolHandler, WebSocketListener...)
|
org.glassfish.grizzly.comet.CometContext.getContextPath()
- use getTopic.
|
org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext.getPushBackHandler() |
org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord.getPushBackHandler() |
org.glassfish.grizzly.servlet.WebappContext.getServlet(String) |
org.glassfish.grizzly.servlet.WebappContext.getServletNames() |
org.glassfish.grizzly.servlet.WebappContext.getServlets() |
org.glassfish.grizzly.filterchain.FilterChainContext.getSuspendingStopAction()
|
org.glassfish.grizzly.comet.CometEngine.interrupt(CometHandler, boolean)
use the CometContext version
|
org.glassfish.grizzly.comet.CometEngine.interrupt0(CometHandler, boolean)
use the CometContext version
|
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.servlet.WebappContext.log(Exception, String) |
org.glassfish.grizzly.http.server.Response.SuspendedContextImpl.markCancelled() |
org.glassfish.grizzly.GrizzlyFuture.markForRecycle(boolean) |
org.glassfish.grizzly.http.server.io.NIOOutputSink.notifyCanWrite(WriteHandler, int)
|
org.glassfish.grizzly.http.server.io.OutputBuffer.notifyCanWrite(WriteHandler, int)
|
org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.notifyWritePossible(Connection, WriteHandler, int) |
org.glassfish.grizzly.asyncqueue.AsyncQueueWriter.notifyWritePossible(Connection, WriteHandler, int)
the size parameter will be ignored, use {@link #notifyWritePossible(org.glassfish.grizzly.Connection, org.glassfish.grizzly.WriteHandler) instead.
|
org.glassfish.grizzly.asyncqueue.TaskQueue.notifyWritePossible(WriteHandler, int) |
org.glassfish.grizzly.IOEventProcessingHandler.onTerminate(Context)
will never be invoked
|
org.glassfish.grizzly.http.Protocol.parseDataChunk(DataChunk)
|
org.glassfish.grizzly.comet.CometEngine.register(String, int)
|
org.glassfish.grizzly.websockets.WebSocketEngine.register(String, WebSocketApplication)
|
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.filterchain.FilterChainContext.TransportContext.setPushBackHandler(PushBackHandler) |
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
|
org.glassfish.grizzly.comet.CometEngine.unregister(String) |
org.glassfish.grizzly.Writer.write(Connection, L, WritableMessage, CompletionHandler>, PushBackHandler)
push back logic is deprecated
|
org.glassfish.grizzly.Processor.write(Connection, Object, Object, CompletionHandler, PushBackHandler) |
org.glassfish.grizzly.filterchain.DefaultFilterChain.write(Connection, Object, Object, CompletionHandler, PushBackHandler) |
org.glassfish.grizzly.StandaloneProcessor.write(Connection, Object, Object, CompletionHandler, PushBackHandler) |
org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(Connection, SocketAddress, WritableMessage, CompletionHandler>, PushBackHandler) |
org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter.write(Connection, SocketAddress, WritableMessage, CompletionHandler>, PushBackHandler) |
org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(Connection, SocketAddress, WritableMessage, CompletionHandler>, PushBackHandler, MessageCloner) |
org.glassfish.grizzly.asyncqueue.AsyncQueueWriter.write(Connection, SocketAddress, WritableMessage, CompletionHandler>, PushBackHandler, MessageCloner)
push back logic is deprecated
|
org.glassfish.grizzly.Writable.write(L, M, CompletionHandler>, PushBackHandler)
push back logic is deprecated
|
org.glassfish.grizzly.Writable.write(M, CompletionHandler>, PushBackHandler)
push back logic is deprecated
|
org.glassfish.grizzly.nio.NIOConnection.write(M, CompletionHandler>, PushBackHandler) |
org.glassfish.grizzly.filterchain.FilterChainContext.write(Object, Object, CompletionHandler, PushBackHandler) |
org.glassfish.grizzly.filterchain.FilterChainContext.write(Object, Object, CompletionHandler, PushBackHandler, boolean) |
org.glassfish.grizzly.filterchain.FilterChainContext.write(Object, Object, CompletionHandler, PushBackHandler, MessageCloner) |
org.glassfish.grizzly.filterchain.FilterChainContext.write(Object, Object, CompletionHandler, PushBackHandler, MessageCloner, boolean) |
org.glassfish.grizzly.nio.NIOConnection.write(SocketAddress, M, CompletionHandler>, PushBackHandler) |