Package | Description |
---|---|
org.eclipse.jetty.spdy | |
org.eclipse.jetty.spdy.client | |
org.eclipse.jetty.spdy.server |
Modifier and Type | Class and Description |
---|---|
static class |
FlowControlStrategy.None |
class |
SPDYv3FlowControlStrategy |
Constructor and Description |
---|
StandardSession(short version,
ByteBufferPool bufferPool,
Scheduler scheduler,
Controller controller,
EndPoint endPoint,
IdleListener idleListener,
int initialStreamId,
SessionFrameListener listener,
Generator generator,
FlowControlStrategy flowControlStrategy) |
Modifier and Type | Method and Description |
---|---|
protected FlowControlStrategy |
SPDYClient.newFlowControlStrategy() |
static FlowControlStrategy |
FlowControlStrategyFactory.newFlowControlStrategy(short version) |
Modifier and Type | Method and Description |
---|---|
protected FlowControlStrategy |
SPDYServerConnectionFactory.newFlowControlStrategy(short version) |
Copyright © 1995-2015 Webtide. All Rights Reserved.