11f52fc973f21d6a262f61b979aac0ef941ab55c
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public websocketStreamAbs(url String, headers MultiMap, version WebsocketVersion, subProtocols String) : WebSocketStream renamed to public webSocketAbs(url String, headers MultiMap, version WebsocketVersion, subProtocols List<String>, handler Handler<AsyncResult<WebSocket>>) : void in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
Change Parameter Type | 3 | ||
Change Parameter Type subProtocols : String to subProtocols : List<String> in method public webSocketAbs(url String, headers MultiMap, version WebsocketVersion, subProtocols List<String>, handler Handler<AsyncResult<WebSocket>>) : void in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
Change Parameter Type subProtocols : String to subProtocols : List<String> in method package toWebSocket(requestURI String, headers MultiMap, vers WebsocketVersion, subProtocols List<String>, maxWebSocketFrameSize int, wsHandler Handler<AsyncResult<WebSocket>>) : void in class io.vertx.core.http.impl.Http1xClientConnection | From | To | |
Change Parameter Type wsProvider : Function<HttpClient,ReadStream<WebSocket>> to wsProvider : BiConsumer<HttpClient,Handler<AsyncResult<WebSocket>>> in method private testTLS(clientCert Cert<?>, clientTrust Trust<?>, serverCert Cert<?>, serverTrust Trust<?>, requireClientAuth boolean, serverUsesCrl boolean, clientTrustAll boolean, clientUsesCrl boolean, shouldPass boolean, clientSsl boolean, serverSsl boolean, sni boolean, enabledCipherSuites String[], wsProvider BiConsumer<HttpClient,Handler<AsyncResult<WebSocket>>>) : void in class io.vertx.core.http.WebSocketTest | From | To | |
Change Return Type | 1 | ||
Change Return Type WebSocketStream to void in method public webSocketAbs(url String, headers MultiMap, version WebsocketVersion, subProtocols List<String>, handler Handler<AsyncResult<WebSocket>>) : void in class io.vertx.core.http.impl.HttpClientImpl | From | To | |
Move Attribute | 2 | ||
Move Attribute package headers : MultiMap from class io.vertx.core.http.impl.HttpClientImpl.WebSocketStream to private headers : MultiMap from class io.vertx.core.http.RequestOptions | From | To | |
Move Attribute private handshaker : WebSocketClientHandshaker from class io.vertx.core.http.impl.Http1xClientConnection to private handshaker : WebSocketClientHandshaker from class io.vertx.core.http.impl.WebSocketHandshakeInboundHandler | From | To | |
Change Variable Type | 4 | ||
Change Variable Type options : RequestOptions to options : WebSocketConnectOptions in method public testSSLClientRequestOptionsSetSSL() : void in class io.vertx.core.http.WebSocketTest | From | To | |
Change Variable Type options : RequestOptions to options : WebSocketConnectOptions in method public testSSLClientRequestOptionsSetClear() : void in class io.vertx.core.http.WebSocketTest | From | To | |
Change Variable Type options : RequestOptions to options : WebSocketConnectOptions in method public testClearClientRequestOptionsSetSSL() : void in class io.vertx.core.http.WebSocketTest | From | To | |
Change Variable Type options : RequestOptions to options : WebSocketConnectOptions in method public testClearClientRequestOptionsSetClear() : void in class io.vertx.core.http.WebSocketTest | From | To | |
Extract Method | 1 | ||
Extract Method private fillQueue(ws WebSocketBase, onFull Handler<Void>) : void extracted from public testDrainServerWebSocket() : void in class io.vertx.core.http.WebSocketTest | From | To |