bf4588230624d49d3903a678eeef6749776f3af1
Files Diff
- Added: 1
- Removed: 2
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Class | 1 | ||
Rename Class org.rapidoid.http.handler.AbstractAsyncHttpHandler renamed to org.rapidoid.http.handler.AbstractDecoratingHttpHandler | From | To | |
Extract Method | 1 | ||
Extract Method public writeResponse(ctx Channel, isKeepAlive boolean, code int, contentTypeHeader MediaType, content byte[]) : void extracted from public write200(ctx Channel, isKeepAlive boolean, contentTypeHeader MediaType, content byte[]) : void in class org.rapidoid.http.impl.HttpIO | From | To |