53330761a137299cd3e9cacdbcc385403b461e45
Files Diff
- Added: 9
- Removed: 3
- Renamed: 0
- Modified: 20
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| org.eclipse.jetty.websocket:websocket-client:9.2.10.v20150310 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Method | 1 | ||
| Move And Rename Method public init() : void from class org.neo4j.ndp.transport.socket.SocketTransport to public start() : void from class org.neo4j.ndp.transport.socket.NettyServer | From | To | |
| Move Method | 2 | ||
| Move Method public start() : void from class org.neo4j.ndp.transport.socket.SocketTransport to public start() : void from class org.neo4j.ndp.transport.socket.NettyServer | From | To | |
| Move Method public stop() : void from class org.neo4j.ndp.transport.socket.SocketTransport to public stop() : void from class org.neo4j.ndp.transport.socket.NettyServer | From | To | |
| Inline Method | 2 | ||
| Inline Method private collectChunk(data ByteBuf, chunkSize int) : void inlined to public handle(channelContext ChannelHandlerContext, data ByteBuf) : void in class org.neo4j.ndp.transport.socket.SocketProtocolV1 | From | To | |
| Rename Variable | 2 | ||
| Rename Variable address : HostnamePort to webSocketAddress : HostnamePort in method public newKernelExtension(dependencies Dependencies) : Lifecycle in class org.neo4j.ext.NDPKernelExtension | From | To | |
| Rename Variable env : Sessions to sessions : Sessions in method public newKernelExtension(dependencies Dependencies) : Lifecycle in class org.neo4j.ext.NDPKernelExtension | From | To | |
| Change Return Type | 2 | ||
| Change Return Type NDPConn to Connection in method public send(rawBytes byte[]) : Connection in class org.neo4j.ndp.transport.socket.client.SocketConnection | From | To | |
| Change Return Type NDPConn to Connection in method public connect(address HostnamePort) : Connection in class org.neo4j.ndp.transport.socket.client.SocketConnection | From | To | |
| Move Attribute | 2 | ||
| Move Attribute private workerGroup : EventLoopGroup from class org.neo4j.ndp.transport.socket.SocketTransport to private workerGroup : EventLoopGroup from class org.neo4j.ndp.transport.socket.NettyServer | From | To | |
| Move Attribute private bossGroup : EventLoopGroup from class org.neo4j.ndp.transport.socket.SocketTransport to private bossGroup : EventLoopGroup from class org.neo4j.ndp.transport.socket.NettyServer | From | To | |
| Extract Class | 1 | ||
| Extract Class org.neo4j.ndp.transport.socket.NettyServer from class org.neo4j.ndp.transport.socket.SocketTransport | From | To | |
| Move And Rename Class | 1 | ||
| Move And Rename Class org.neo4j.ndp.transport.socket.integration.NDPConn moved and renamed to org.neo4j.ndp.transport.socket.client.SocketConnection | From | To | |
| Rename Attribute | 4 | ||
| Rename Attribute ndp_address : Setting<HostnamePort> to ndp_ws_address : Setting<HostnamePort> in class org.neo4j.ext.NDPKernelExtension.Settings | From | To | |
| Rename Attribute currentHeader : byte[] to state : State in class org.neo4j.ndp.transport.socket.SocketProtocolV1 | From | To | |
| Rename Attribute availableProtocols : PrimitiveLongObjectMap<Factory<SocketProtocol>> to protocolVersions : PrimitiveLongObjectMap<Factory<SocketProtocol>> in class org.neo4j.ndp.transport.socket.SocketTransport | From | To | |
| Rename Attribute ndp_address : Setting<HostnamePort> to ndp_socket_address : Setting<HostnamePort> in class org.neo4j.ext.NDPKernelExtension.Settings | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type currentHeader : byte[] to state : State in class org.neo4j.ndp.transport.socket.SocketProtocolV1 | From | To | |
| Extract Method | 2 | ||
| Extract Method private handleHeader(channelContext ChannelHandlerContext) : void extracted from public handle(channelContext ChannelHandlerContext, data ByteBuf) : void in class org.neo4j.ndp.transport.socket.SocketProtocolV1 | From | To |