Package org.glassfish.grizzly.spdy.v31
Class SpdySession31
java.lang.Object
org.glassfish.grizzly.spdy.SpdySession
org.glassfish.grizzly.spdy.v31.SpdySession31
SPDY session version spdy/3.1
- 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
ConstructorsConstructorDescriptionSpdySession31(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
-
SpdySession31
public SpdySession31(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
-