|
Change Parameter Type sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method private RestServerEndpointConfiguration(restAddress String, restBindAddress String, restBindPort int, sslHandlerFactory SSLHandlerFactory, uploadDir Path, maxContentLength int, responseHeaders Map<String,String>) in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration |
From |
To |
|
Change Parameter Type sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method public RedirectingSslHandler(confRedirectHost String, redirectBaseUrl CompletableFuture<String>, sslHandlerFactory SSLHandlerFactory) in class org.apache.flink.runtime.net.RedirectingSslHandler |
From |
To |
|
Change Parameter Type serverSSLFactory : SSLEngineFactory to serverSSLFactory : SSLHandlerFactory in method public WebFrontendBootstrap(router Router, log Logger, directory File, serverSSLFactory SSLHandlerFactory, configuredAddress String, configuredPort int, config Configuration) in class org.apache.flink.runtime.webmonitor.utils.WebFrontendBootstrap |
From |
To |
|
Change Parameter Type sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method private RestClientConfiguration(sslHandlerFactory SSLHandlerFactory, connectionTimeout long, idlenessTimeout long, maxContentLength int) in class org.apache.flink.runtime.rest.RestClientConfiguration |
From |
To |
|
Rename Variable sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method public RestClient(configuration RestClientConfiguration, executor Executor) in class org.apache.flink.runtime.rest.RestClient |
From |
To |
|
Rename Variable sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method public fromConfiguration(config Configuration) : RestClientConfiguration in class org.apache.flink.runtime.rest.RestClientConfiguration |
From |
To |
|
Rename Variable sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method package init(protocol NettyProtocol, nettyBufferPool NettyBufferPool) : void in class org.apache.flink.runtime.io.network.netty.NettyServer |
From |
To |
|
Rename Variable sslEngine : SSLEngine to sslHandler : SslHandler in method public initChannel(channel SocketChannel) : void in class org.apache.flink.runtime.io.network.netty.NettyClient.connect.handler |
From |
To |
|
Rename Variable sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method public fromConfiguration(config Configuration) : RestServerEndpointConfiguration in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration |
From |
To |
|
Change Return Type SSLEngineFactory to SSLHandlerFactory in method public createRestClientSSLEngineFactory(config Configuration) : SSLHandlerFactory in class org.apache.flink.runtime.net.SSLUtils |
From |
To |
|
Change Return Type SSLEngineFactory to SSLHandlerFactory in method public createClientSSLEngineFactory() : SSLHandlerFactory in class org.apache.flink.runtime.io.network.netty.NettyConfig |
From |
To |
|
Change Return Type SSLEngineFactory to SSLHandlerFactory in method public createInternalServerSSLEngineFactory(config Configuration) : SSLHandlerFactory in class org.apache.flink.runtime.net.SSLUtils |
From |
To |
|
Change Return Type SSLEngineFactory to SSLHandlerFactory in method public createRestServerSSLEngineFactory(config Configuration) : SSLHandlerFactory in class org.apache.flink.runtime.net.SSLUtils |
From |
To |
|
Change Return Type SSLEngineFactory to SSLHandlerFactory in method public getSslHandlerFactory() : SSLHandlerFactory in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration |
From |
To |
|
Change Return Type SSLEngineFactory to SSLHandlerFactory in method public getSslHandlerFactory() : SSLHandlerFactory in class org.apache.flink.runtime.rest.RestClientConfiguration |
From |
To |
|
Change Return Type SSLEngineFactory to SSLHandlerFactory in method public createServerSSLEngineFactory() : SSLHandlerFactory in class org.apache.flink.runtime.io.network.netty.NettyConfig |
From |
To |
|
Change Return Type SSLEngineFactory to SSLHandlerFactory in method public createInternalClientSSLEngineFactory(config Configuration) : SSLHandlerFactory in class org.apache.flink.runtime.net.SSLUtils |
From |
To |
|
Change Variable Type sslFactory : SSLEngineFactory to sslFactory : SSLHandlerFactory in method public MesosArtifactServer(prefix String, serverHostname String, configuredPort int, config Configuration) in class org.apache.flink.mesos.util.MesosArtifactServer |
From |
To |
|
Change Variable Type sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method public fromConfiguration(config Configuration) : RestClientConfiguration in class org.apache.flink.runtime.rest.RestClientConfiguration |
From |
To |
|
Change Variable Type ssl : SSLEngineFactory to ssl : SSLHandlerFactory in method public testRESTServerSSL() : void in class org.apache.flink.runtime.net.SSLUtilsTest |
From |
To |
|
Change Variable Type sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method package init(protocol NettyProtocol, nettyBufferPool NettyBufferPool) : void in class org.apache.flink.runtime.io.network.netty.NettyServer |
From |
To |
|
Change Variable Type sslFactory : SSLEngineFactory to sslFactory : SSLHandlerFactory in method public WebRuntimeMonitor(config Configuration, leaderRetrievalService LeaderRetrievalService, jobManagerRetriever LeaderGatewayRetriever<JobManagerGateway>, queryServiceRetriever MetricQueryServiceRetriever, timeout Time, scheduledExecutor ScheduledExecutor) in class org.apache.flink.runtime.webmonitor.WebRuntimeMonitor |
From |
To |
|
Change Variable Type sslEngine : SSLEngine to sslHandler : SslHandler in method public initChannel(channel SocketChannel) : void in class org.apache.flink.runtime.io.network.netty.NettyClient.connect.handler |
From |
To |
|
Change Variable Type sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method public fromConfiguration(config Configuration) : RestServerEndpointConfiguration in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration |
From |
To |
|
Change Variable Type sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method public RestClient(configuration RestClientConfiguration, executor Executor) in class org.apache.flink.runtime.rest.RestClient |
From |
To |
|
Change Variable Type ssl : SSLEngineFactory to ssl : SSLHandlerFactory in method public testRESTClientSSL() : void in class org.apache.flink.runtime.net.SSLUtilsTest |
From |
To |
|
Change Attribute Type sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in class org.apache.flink.runtime.rest.RestClientConfiguration |
From |
To |
|
Change Attribute Type clientSSLFactory : SSLEngineFactory to clientSSLFactory : SSLHandlerFactory in class org.apache.flink.runtime.io.network.netty.NettyClient |
From |
To |
|
Change Attribute Type serverSSLFactory : SSLEngineFactory to serverSSLFactory : SSLHandlerFactory in class org.apache.flink.runtime.webmonitor.history.HistoryServer |
From |
To |
|
Change Attribute Type sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in class org.apache.flink.runtime.net.RedirectingSslHandler |
From |
To |
|
Change Attribute Type sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in class org.apache.flink.runtime.rest.RestServerEndpoint |
From |
To |
|
Change Attribute Type sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration |
From |
To |
|
Rename Parameter sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method public RedirectingSslHandler(confRedirectHost String, redirectBaseUrl CompletableFuture<String>, sslHandlerFactory SSLHandlerFactory) in class org.apache.flink.runtime.net.RedirectingSslHandler |
From |
To |
|
Rename Parameter sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method private RestServerEndpointConfiguration(restAddress String, restBindAddress String, restBindPort int, sslHandlerFactory SSLHandlerFactory, uploadDir Path, maxContentLength int, responseHeaders Map<String,String>) in class org.apache.flink.runtime.rest.RestServerEndpointConfiguration |
From |
To |
|
Rename Parameter sslEngineFactory : SSLEngineFactory to sslHandlerFactory : SSLHandlerFactory in method private RestClientConfiguration(sslHandlerFactory SSLHandlerFactory, connectionTimeout long, idlenessTimeout long, maxContentLength int) in class org.apache.flink.runtime.rest.RestClientConfiguration |
From |
To |