af0b6284e527d84f6fbb5838a7e2b47602670a1e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method protected connectToServer(request HttpServletRequest, host String, port int, promise Promise<SocketChannel>) : void extracted from protected handleConnect(baseRequest Request, request HttpServletRequest, response HttpServletResponse, serverAddress String) : void in class org.eclipse.jetty.proxy.ConnectHandler | From | To | |
Extract Method protected newDownstreamConnection(endPoint EndPoint, context ConcurrentMap<String,Object>) : DownstreamConnection extracted from protected newDownstreamConnection(endPoint EndPoint, context ConcurrentMap<String,Object>, buffer ByteBuffer) : DownstreamConnection in class org.eclipse.jetty.proxy.ConnectHandler | From | To | |
Extract And Move Method | 2 | ||
Extract And Move Method protected write(endPoint EndPoint, buffer ByteBuffer, callback Callback, context ConcurrentMap<String,Object>) : void extracted from protected write(endPoint EndPoint, buffer ByteBuffer, callback Callback) : void in class org.eclipse.jetty.proxy.ConnectHandler.UpstreamConnection & moved to class org.eclipse.jetty.proxy.ConnectHandler | From | To | |
Extract And Move Method protected write(endPoint EndPoint, buffer ByteBuffer, callback Callback, context ConcurrentMap<String,Object>) : void extracted from protected write(endPoint EndPoint, buffer ByteBuffer, callback Callback) : void in class org.eclipse.jetty.proxy.ConnectHandler.DownstreamConnection & moved to class org.eclipse.jetty.proxy.ConnectHandler | From | To |