82df707da29bd9ca4c53e16fed991c0dc89ff938
Files Diff
- Added: 4
- Removed: 1
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Attribute | 1 | ||
Move Attribute private config : EndpointConfig from class io.undertow.websockets.jsr.WebSocketSessionRemoteEndpoint to private config : EndpointConfig from class io.undertow.websockets.jsr.UndertowSession | From | To | |
Extract Variable | 2 | ||
Extract Variable connectionBuilder : WebSocketClient.ConnectionBuilder in method private connectToServerInternal(endpointInstance Endpoint, ssl XnioSsl, cec ConfiguredClientEndpoint, path URI) : Session from class io.undertow.websockets.jsr.ServerWebSocketContainer | From | To | |
Extract Variable connectionBuilder : WebSocketClient.ConnectionBuilder in method public connectToServer(endpointInstance Endpoint, config ClientEndpointConfig, path URI) : Session from class io.undertow.websockets.jsr.ServerWebSocketContainer | From | To | |
Extract Method | 1 | ||
Extract Method private setupWebSocketChannel(webSocketChannel WebSocketChannel) : void extracted from public UndertowSession(webSocketChannel WebSocketChannel, requestUri URI, pathParameters Map<String,String>, requestParameterMap Map<String,List<String>>, handler EndpointSessionHandler, user Principal, endpoint InstanceHandle<Endpoint>, config EndpointConfig, queryString String, encoding Encoding, openSessions Set<Session>, subProtocol String, extensions List<Extension>) in class io.undertow.websockets.jsr.UndertowSession | From | To |