Package org.glassfish.grizzly.spdy.v3
Class SpdySession3
java.lang.Object
org.glassfish.grizzly.spdy.SpdySession
org.glassfish.grizzly.spdy.v3.SpdySession3
SPDY session version spdy/3
- Author:
- Alexey Stashok
-
Nested Class Summary
Nested classes/interfaces inherited from class org.glassfish.grizzly.spdy.SpdySession
SpdySession.BidirectionalBuilder, SpdySession.StreamBuilder, SpdySession.UnidirectionalBuilder -
Constructor Summary
ConstructorsConstructorDescriptionSpdySession3(org.glassfish.grizzly.Connection<?> connection, boolean isServer, SpdyHandlerFilter handlerFilter) -
Method Summary
Modifier and TypeMethodDescriptionprotected SessionOutputSinkprotected voidsendWindowUpdate(int delta) Methods inherited from class org.glassfish.grizzly.spdy.SpdySession
bind, get, getAvailablePeerConnectionWindowSize, getConnection, getDeflaterCompressionLevel, getLocalConnectionWindowSize, getLocalMaxConcurrentStreams, getLocalStreamWindowSize, getMemoryManager, getNewClientStreamLock, getNextLocalStreamId, getOutputSink, getPeerMaxConcurrentStreams, getPeerStreamWindowSize, getStream, getStreamBuilder, goAway, isServer, newStream, openStream, setDeflaterCompressionLevel, setLocalConnectionWindowSize, setLocalMaxConcurrentStreams, setLocalStreamWindowSize
-
Constructor Details
-
SpdySession3
public SpdySession3(org.glassfish.grizzly.Connection<?> connection, boolean isServer, SpdyHandlerFilter handlerFilter)
-
-
Method Details
-
getVersion
- Specified by:
getVersionin classSpdySession
-
newOutputSink
- Specified by:
newOutputSinkin classSpdySession
-
sendWindowUpdate
protected void sendWindowUpdate(int delta) - Specified by:
sendWindowUpdatein classSpdySession
-