|
Move And Rename Method public handlePotentialSpdyConnection(connection StreamConnection, listener ClientCallback<ClientConnection>, bufferPool ByteBufferPool, options OptionMap, spdyFailedListener ChannelListener<SslConnection>) : void from class io.undertow.client.spdy.SpdyClientProvider to public runAlpn(connection SslConnection, fallback ChannelListener<SslConnection>, failedListener ClientCallback<ClientConnection>, details ALPNClientSelector.ALPNProtocol...) : void from class io.undertow.client.JettyALPNClientProvider |
From |
To |
|
Move And Rename Method public handlePotentialHttp2Connection(connection StreamConnection, listener ClientCallback<ClientConnection>, bufferPool ByteBufferPool, options OptionMap, http2FailedListener ChannelListener<SslConnection>, uri URI) : void from class io.undertow.client.http2.Http2ClientProvider to public runAlpn(connection SslConnection, fallback ChannelListener<SslConnection>, failedListener ClientCallback<ClientConnection>, details ALPNClientSelector.ALPNProtocol...) : void from class io.undertow.client.JettyALPNClientProvider |
From |
To |
|
Move Attribute private ALPN_PUT_METHOD : Method from class io.undertow.client.http2.Http2ClientProvider to private ALPN_PUT_METHOD : Method from class io.undertow.client.JettyALPNClientProvider |
From |
To |
|
Move Attribute private undertowOptions : OptionMap from class io.undertow.server.protocol.http.AlpnOpenListener to private undertowOptions : OptionMap from class io.undertow.server.protocol.http.JDK9AlpnOpenListener |
From |
To |
|
Move Attribute private PROTOCOL_KEY : String from class io.undertow.server.protocol.http.AlpnOpenListener to private PROTOCOL_KEY : String from class io.undertow.server.protocol.http.JettyAlpnOpenListener |
From |
To |
|
Move Attribute private statisticsEnabled : boolean from class io.undertow.server.protocol.http.AlpnOpenListener to private statisticsEnabled : boolean from class io.undertow.server.protocol.http.JettyAlpnOpenListener |
From |
To |
|
Move Attribute private PROTOCOL_KEY : String from class io.undertow.client.http2.Http2ClientProvider to private PROTOCOL_KEY : String from class io.undertow.client.JettyALPNClientProvider |
From |
To |
|
Move Attribute private ALPN_PUT_METHOD : Method from class io.undertow.client.spdy.SpdyClientProvider to private ALPN_PUT_METHOD : Method from class io.undertow.client.JettyALPNClientProvider |
From |
To |
|
Move Attribute private listeners : Map<String,ListenerEntry> from class io.undertow.server.protocol.http.AlpnOpenListener to private listeners : Map<String,ListenerEntry> from class io.undertow.server.protocol.http.JettyAlpnOpenListener |
From |
To |
|
Move Attribute private PROTOCOL_KEY : String from class io.undertow.client.spdy.SpdyClientProvider to private PROTOCOL_KEY : String from class io.undertow.client.JettyALPNClientProvider |
From |
To |
|
Move Attribute private listeners : Map<String,ListenerEntry> from class io.undertow.server.protocol.http.AlpnOpenListener to private listeners : Map<String,ListenerEntry> from class io.undertow.server.protocol.http.JDK9AlpnOpenListener |
From |
To |
|
Move Attribute private rootHandler : HttpHandler from class io.undertow.server.protocol.http.AlpnOpenListener to private rootHandler : HttpHandler from class io.undertow.server.protocol.http.JettyAlpnOpenListener |
From |
To |
|
Move Attribute private bufferPool : ByteBufferPool from class io.undertow.server.protocol.http.AlpnOpenListener to private bufferPool : ByteBufferPool from class io.undertow.server.protocol.http.JettyAlpnOpenListener |
From |
To |
|
Move Attribute private bufferPool : ByteBufferPool from class io.undertow.server.protocol.http.AlpnOpenListener to private bufferPool : ByteBufferPool from class io.undertow.server.protocol.http.JDK9AlpnOpenListener |
From |
To |
|
Move Attribute private rootHandler : HttpHandler from class io.undertow.server.protocol.http.AlpnOpenListener to private rootHandler : HttpHandler from class io.undertow.server.protocol.http.JDK9AlpnOpenListener |
From |
To |
|
Move Attribute private fallbackProtocol : String from class io.undertow.server.protocol.http.AlpnOpenListener to private fallbackProtocol : String from class io.undertow.server.protocol.http.JDK9AlpnOpenListener |
From |
To |
|
Move Attribute private undertowOptions : OptionMap from class io.undertow.server.protocol.http.AlpnOpenListener to private undertowOptions : OptionMap from class io.undertow.server.protocol.http.JettyAlpnOpenListener |
From |
To |
|
Move Attribute private statisticsEnabled : boolean from class io.undertow.server.protocol.http.AlpnOpenListener to private statisticsEnabled : boolean from class io.undertow.server.protocol.http.JDK9AlpnOpenListener |
From |
To |
|
Move Attribute private fallbackProtocol : String from class io.undertow.server.protocol.http.AlpnOpenListener to private fallbackProtocol : String from class io.undertow.server.protocol.http.JettyAlpnOpenListener |
From |
To |
|
Rename Parameter spdyFailedListener : ChannelListener<SslConnection> to fallback : ChannelListener<SslConnection> in method public runAlpn(connection SslConnection, fallback ChannelListener<SslConnection>, failedListener ClientCallback<ClientConnection>, details ALPNClientSelector.ALPNProtocol...) : void in class io.undertow.client.JettyALPNClientProvider |
From |
To |
|
Rename Parameter listener : ClientCallback<ClientConnection> to failedListener : ClientCallback<ClientConnection> in method public runAlpn(connection SslConnection, fallback ChannelListener<SslConnection>, failedListener ClientCallback<ClientConnection>, details ALPNClientSelector.ALPNProtocol...) : void in class io.undertow.client.JettyALPNClientProvider |
From |
To |
|
Rename Parameter http2FailedListener : ChannelListener<SslConnection> to fallback : ChannelListener<SslConnection> in method public runAlpn(connection SslConnection, fallback ChannelListener<SslConnection>, failedListener ClientCallback<ClientConnection>, details ALPNClientSelector.ALPNProtocol...) : void in class io.undertow.client.JettyALPNClientProvider |
From |
To |