31a3d466af9d23bff3596cb600f8ee4445c0b20c
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Method | 1 | ||
| Rename Method package upgrade(request HttpServerRequestImpl, nettyReq HttpRequest) : ServerWebSocket renamed to package createWebSocket(request HttpServerRequestImpl) : ServerWebSocketImpl in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
| Change Parameter Type | 1 | ||
| Change Parameter Type connectRunnable : Supplier<String> to handshaker : Function<ServerWebSocketImpl,String> in method public ServerWebSocketImpl(vertx VertxInternal, uri String, path String, query String, headers MultiMap, conn Http1xConnectionBase, supportsContinuation boolean, handshaker Function<ServerWebSocketImpl,String>, maxWebSocketFrameSize int, maxWebSocketMessageSize int) in class io.vertx.core.http.impl.ServerWebSocketImpl | From | To | |
| Move Method | 3 | ||
| Move Method package sendError(err CharSequence, status HttpResponseStatus, ch Channel) : void from class io.vertx.core.http.impl.HttpServerImpl to package sendError(ch Channel, status HttpResponseStatus, err CharSequence) : void from class io.vertx.core.http.impl.HttpUtils | From | To | |
| Move Method package createHandshaker(conn Http1xServerConnection, request HttpRequest) : WebSocketServerHandshaker from class io.vertx.core.http.impl.Http1xServerHandler to private createHandshaker(request HttpRequest) : WebSocketServerHandshaker from class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
| Move Method package getWebSocketLocation(pipeline ChannelPipeline, req HttpRequest) : String from class io.vertx.core.http.impl.HttpServerImpl to package getWebSocketLocation(req HttpRequest, ssl boolean) : String from class io.vertx.core.http.impl.HttpUtils | From | To | |
| Change Return Type | 1 | ||
| Change Return Type ServerWebSocket to ServerWebSocketImpl in method package createWebSocket(request HttpServerRequestImpl) : ServerWebSocketImpl in class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
| Move Attribute | 1 | ||
| Move Attribute private closeFrameSent : boolean from class io.vertx.core.http.impl.HttpServerImpl.ServerHandlerWithWebSockets to private closeFrameSent : boolean from class io.vertx.core.http.impl.Http1xServerConnection | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute connect : Supplier<String> to handshaker : Function<ServerWebSocketImpl,String> in class io.vertx.core.http.impl.ServerWebSocketImpl | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type connect : Supplier<String> to handshaker : Function<ServerWebSocketImpl,String> in class io.vertx.core.http.impl.ServerWebSocketImpl | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter connectRunnable : Supplier<String> to handshaker : Function<ServerWebSocketImpl,String> in method public ServerWebSocketImpl(vertx VertxInternal, uri String, path String, query String, headers MultiMap, conn Http1xConnectionBase, supportsContinuation boolean, handshaker Function<ServerWebSocketImpl,String>, maxWebSocketFrameSize int, maxWebSocketMessageSize int) in class io.vertx.core.http.impl.ServerWebSocketImpl | From | To |