JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Deprecated API
Contents
Methods
Deprecated Methods
Method
Description
org.glassfish.grizzly.spdy.SpdyStream.canWrite
(int)
org.glassfish.grizzly.spdy.SpdyStream.close
(CompletionHandler<Closeable>)
please use
SpdyStream.close()
with the following
GrizzlyFuture.addCompletionHandler(org.glassfish.grizzly.CompletionHandler)
call
org.glassfish.grizzly.spdy.SpdyStream.notifyCanWrite
(WriteHandler, int)
SpdyStream.close()with the followingGrizzlyFuture.addCompletionHandler(org.glassfish.grizzly.CompletionHandler)call