|
Rename Method public setInitialSessionWindow(initialSessionWindow int) : void renamed to public setInitialSessionRecvWindow(initialSessionRecvWindow int) : void in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory |
From |
To |
|
Rename Method public setMaxHeaderTableSize(maxHeaderTableSize int) : void renamed to public setMaxDynamicTableSize(maxDynamicTableSize int) : void in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory |
From |
To |
|
Rename Method public onWindowUpdate(session ISession, stream IStream, frame WindowUpdateFrame) : void renamed to public windowUpdate(session ISession, stream IStream, frame WindowUpdateFrame) : void in class org.eclipse.jetty.http2.BufferingFlowControlStrategy |
From |
To |
|
Rename Method protected getInitialStreamWindow() : int renamed to protected getInitialStreamSendWindow() : int in class org.eclipse.jetty.http2.AbstractFlowControlStrategy |
From |
To |
|
Rename Method public getInitialStreamWindow() : int renamed to public getInitialStreamSendWindow() : int in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory |
From |
To |
|
Rename Method public getInitialSessionWindow() : int renamed to public getInitialSessionRecvWindow() : int in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory |
From |
To |
|
Rename Method public setInitialStreamWindow(initialStreamWindow int) : void renamed to public setInitialStreamSendWindow(initialStreamSendWindow int) : void in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory |
From |
To |
|
Rename Parameter maxHeaderTableSize : int to maxDynamicTableSize : int in method public setMaxDynamicTableSize(maxDynamicTableSize int) : void in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory |
From |
To |
|
Rename Parameter initialStreamWindow : int to initialStreamSendWindow : int in method public AbstractFlowControlStrategy(initialStreamSendWindow int) in class org.eclipse.jetty.http2.AbstractFlowControlStrategy |
From |
To |
|
Rename Parameter initialSessionWindow : int to initialSessionRecvWindow : int in method public setInitialSessionRecvWindow(initialSessionRecvWindow int) : void in class org.eclipse.jetty.http2.client.HTTP2ClientConnectionFactory |
From |
To |
|
Rename Parameter initialStreamWindow : int to initialStreamSendWindow : int in method public SimpleFlowControlStrategy(initialStreamSendWindow int) in class org.eclipse.jetty.http2.SimpleFlowControlStrategy |
From |
To |
|
Rename Parameter initialStreamWindow : int to initialStreamSendWindow : int in method public setInitialStreamSendWindow(initialStreamSendWindow int) : void in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory |
From |
To |
|
Rename Parameter initialStreamWindow : int to initialStreamSendWindow : int in method public BufferingFlowControlStrategy(initialStreamSendWindow int, bufferRatio float) in class org.eclipse.jetty.http2.BufferingFlowControlStrategy |
From |
To |