c3332e7d2e3ed3b94cbcceed9bb11d02cf5018d7
Files Diff
- Added: 2
- Removed: 0
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 1 | ||
Push Down Method public isDispatchIO() : boolean from class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory to public isAcceptable(protocol String, tlsProtocol String, tlsCipher String) : boolean from class org.eclipse.jetty.http2.server.HTTP2CServerConnectionFactory | From | To | |
Pull Up Method | 2 | ||
Pull Up Method protected newServerParser(byteBufferPool ByteBufferPool, listener ServerParser.Listener) : ServerParser from class org.eclipse.jetty.http2.server.HTTP2ServerConnectionFactory to protected newServerParser(connector Connector, listener ServerParser.Listener) : ServerParser from class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory | From | To | |
Pull Up Method protected newServerParser(byteBufferPool ByteBufferPool, listener ServerParser.Listener) : ServerParser from class org.eclipse.jetty.http2.server.RawHTTP2ServerConnectionFactory to protected newServerParser(connector Connector, listener ServerParser.Listener) : ServerParser from class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type byteBufferPool : ByteBufferPool to connector : Connector in method protected newServerParser(connector Connector, listener ServerParser.Listener) : ServerParser in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory | From | To | |
Extract Attribute | 1 | ||
Extract Attribute private producer : HTTP2Producer in class org.eclipse.jetty.http2.HTTP2Connection | From | To | |
Rename Attribute | 1 | ||
Rename Attribute _expect : boolean to _unknownExpectation : boolean in class org.eclipse.jetty.server.HttpChannelOverHttp | From | To | |
Change Variable Type | 1 | ||
Change Variable Type handler : HttpParser.RequestHandler<ByteBuffer> to handler : HttpParser.RequestHandler in method public testHTTP2Preface() : void in class org.eclipse.jetty.http.HttpParserTest | From | To | |
Rename Parameter | 2 | ||
Rename Parameter byteBufferPool : ByteBufferPool to connector : Connector in method protected newServerParser(connector Connector, listener ServerParser.Listener) : ServerParser in class org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory | From | To |