public final class SpdySession3 extends SpdySession
SpdySession.BidirectionalBuilder, SpdySession.StreamBuilder, SpdySession.UnidirectionalBuilder
Constructor and Description |
---|
SpdySession3(Connection<?> connection,
boolean isServer,
SpdyHandlerFilter handlerFilter) |
Modifier and Type | Method and Description |
---|---|
SpdyVersion |
getVersion() |
protected SessionOutputSink |
newOutputSink() |
protected void |
sendWindowUpdate(int delta) |
bind, get, getAvailablePeerConnectionWindowSize, getConnection, getDeflaterCompressionLevel, getLocalConnectionWindowSize, getLocalMaxConcurrentStreams, getLocalStreamWindowSize, getMemoryManager, getNewClientStreamLock, getNextLocalStreamId, getOutputSink, getPeerMaxConcurrentStreams, getPeerStreamWindowSize, getStream, getStreamBuilder, goAway, isServer, newStream, openStream, setDeflaterCompressionLevel, setLocalConnectionWindowSize, setLocalMaxConcurrentStreams, setLocalStreamWindowSize
public SpdySession3(Connection<?> connection, boolean isServer, SpdyHandlerFilter handlerFilter)
public SpdyVersion getVersion()
getVersion
in class SpdySession
protected SessionOutputSink newOutputSink()
newOutputSink
in class SpdySession
protected void sendWindowUpdate(int delta)
sendWindowUpdate
in class SpdySession
Copyright © 2015 Oracle Corporation. All rights reserved.