b69b8dfe504943b20f86b56233dc791a8081712e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method private process() : void renamed to private releaseBuffer(buffer ByteBuffer) : void in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP | From | To | |
Extract Method | 5 | ||
Extract Method protected newHttpReceiver() : HttpReceiverOverHTTP extracted from public HttpChannelOverHTTP(connection HttpConnectionOverHTTP) in class org.eclipse.jetty.client.http.HttpChannelOverHTTP | From | To | |
Extract Method protected newHttpSender() : HttpSenderOverHTTP extracted from public HttpChannelOverHTTP(connection HttpConnectionOverHTTP) in class org.eclipse.jetty.client.http.HttpChannelOverHTTP | From | To | |
Extract Method private acquireBuffer() : ByteBuffer extracted from public receive() : void in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP | From | To | |
Extract Method private process(buffer ByteBuffer) : void extracted from public content(buffer ByteBuffer) : boolean in class org.eclipse.jetty.client.http.HttpReceiverOverHTTP | From | To | |
Extract Method protected newHttpChannel() : HttpChannelOverHTTP extracted from public HttpConnectionOverHTTP(endPoint EndPoint, destination HttpDestination) in class org.eclipse.jetty.client.http.HttpConnectionOverHTTP | From | To |