org.glassfish.grizzly.Connection.addCloseListener(Connection.CloseListener)
|
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.OutputSink.canWrite(int)
|
org.glassfish.grizzly.nio.transport.TCPNIOConnection.canWrite(int) |
org.glassfish.grizzly.nio.transport.UDPNIOConnection.canWrite(int) |
org.glassfish.grizzly.http.io.OutputBuffer.canWrite(int)
|
org.glassfish.grizzly.http.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.http.server.NetworkListener.getCompressibleMimeTypes()
use getCompressionConfig().getCompressableMimeTypes()
|
org.glassfish.grizzly.http.server.NetworkListener.getCompression()
use getCompressionConfig().getCompressionMode().name()
|
org.glassfish.grizzly.http.server.NetworkListener.getCompressionMinSize()
use getCompressionConfig().getCompressionMinSize()
|
org.glassfish.grizzly.comet.CometContext.getContextPath()
- use getTopic.
|
org.glassfish.grizzly.http.server.NetworkListener.getNoCompressionUserAgents()
use getCompressionConfig().getNoCompressionUserAgents()
|
org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord.getPushBackHandler() |
org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext.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.websockets.WebSocketApplication.isApplicationRequest(HttpRequestPacket)
|
org.glassfish.grizzly.http.io.OutputBuffer.isAsyncEnabled()
will always return true
|
org.glassfish.grizzly.http.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.OutputSink.notifyCanWrite(WriteHandler, int)
|
org.glassfish.grizzly.nio.transport.TCPNIOConnection.notifyCanWrite(WriteHandler, int) |
org.glassfish.grizzly.nio.transport.UDPNIOConnection.notifyCanWrite(WriteHandler, int) |
org.glassfish.grizzly.http.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.IOEventProcessingHandler.onTerminate(Context)
will never be invoked
|
org.glassfish.grizzly.comet.CometEngine.register(String, int)
|
org.glassfish.grizzly.websockets.WebSocketEngine.register(WebSocketApplication)
|
org.glassfish.grizzly.Connection.removeCloseListener(Connection.CloseListener)
|
org.glassfish.grizzly.http.io.OutputBuffer.setAsyncEnabled(boolean)
OutputBuffer always supports async mode
|
org.glassfish.grizzly.http.io.InputBuffer.setAsyncEnabled(boolean)
InputBuffer always supports async mode
|
org.glassfish.grizzly.http.server.NetworkListener.setCompressibleMimeTypes(String)
use getCompressionConfig().setCompressableMimeTypes(Set<String>)
|
org.glassfish.grizzly.http.server.NetworkListener.setCompression(String)
use getCompressionConfig().setCompressionMode(mode)
|
org.glassfish.grizzly.http.server.NetworkListener.setCompressionMinSize(int)
use getCompressionConfig().setCompressionMinSize(int)
|
org.glassfish.grizzly.http.server.NetworkListener.setNoCompressionUserAgents(String)
use getCompressionConfig().setNoCompressionUserAgents(Set<String>)
|
org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext.setPushBackHandler(PushBackHandler) |
org.glassfish.grizzly.http.io.InputBuffer.skip(long, boolean)
|
org.glassfish.grizzly.AbstractTransport.stop() |
org.glassfish.grizzly.Transport.stop()
|
org.glassfish.grizzly.http.server.HttpServer.stop()
|
org.glassfish.grizzly.http.server.NetworkListener.stop()
|
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.StandaloneProcessor.write(Connection, Object, Object, CompletionHandler, PushBackHandler) |
org.glassfish.grizzly.filterchain.DefaultFilterChain.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.Writeable.write(L, M, CompletionHandler>, PushBackHandler)
push back logic is deprecated
|
org.glassfish.grizzly.Writeable.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) |