33343536373839404142
switch (version) { case SPDY.V2: return new FlowControlStrategy.None(); case SPDY.V3: return new SPDYv3FlowControlStrategy(); default: throw new IllegalStateException(); } }