|
Change Parameter Type boltLogging : BoltMessageLogging to encryptionRequired : boolean in method public ProtocolHandshaker(handlerFactory BoltProtocolPipelineInstallerFactory, boltChannel BoltChannel, logging LogProvider, encryptionRequired boolean, encrypted boolean) in class org.neo4j.bolt.transport.pipeline.ProtocolHandshaker |
From |
To |
|
Change Parameter Type protocolVersion : int to protocolVersion : long in method private testHandlerCreation(protocolVersion long) : void in class org.neo4j.bolt.transport.DefaultBoltProtocolPipelineInstallerFactoryTest |
From |
To |
|
Change Parameter Type channelHandlerContext : ChannelHandlerContext to rawChannel : Channel in method private BoltChannel(connector String, rawChannel Channel, messageLogger BoltMessageLogger) in class org.neo4j.bolt.BoltChannel |
From |
To |
|
Change Parameter Type handlerFactory : BoltProtocolHandlerFactory to handlerFactory : BoltProtocolPipelineInstallerFactory in method public SocketTransport(connector String, address ListenSocketAddress, sslCtx SslContext, encryptionRequired boolean, logging LogProvider, boltLogging BoltMessageLogging, throttleGroup TransportThrottleGroup, handlerFactory BoltProtocolPipelineInstallerFactory) in class org.neo4j.bolt.transport.SocketTransport |
From |
To |
|
Change Parameter Type handshake : BoltHandshakeProtocolHandler to boltChannel : BoltChannel in method public ProtocolHandshaker(handlerFactory BoltProtocolPipelineInstallerFactory, boltChannel BoltChannel, logging LogProvider, encryptionRequired boolean, encrypted boolean) in class org.neo4j.bolt.transport.pipeline.ProtocolHandshaker |
From |
To |
|
Change Parameter Type connector : String to handlerFactory : BoltProtocolPipelineInstallerFactory in method public ProtocolHandshaker(handlerFactory BoltProtocolPipelineInstallerFactory, boltChannel BoltChannel, logging LogProvider, encryptionRequired boolean, encrypted boolean) in class org.neo4j.bolt.transport.pipeline.ProtocolHandshaker |
From |
To |
|
Change Parameter Type handlerFactory : BoltProtocolHandlerFactory to handlerFactory : BoltProtocolPipelineInstallerFactory in method private createConnectors(config Config, sslPolicyFactory SslPolicyLoader, logService LogService, log Log, boltLogging BoltMessageLogging, throttleGroup TransportThrottleGroup, handlerFactory BoltProtocolPipelineInstallerFactory) : Map<BoltConnector,ProtocolInitializer> in class org.neo4j.bolt.BoltKernelExtension |
From |
To |
|
Change Parameter Type handlerFactory : BoltProtocolHandlerFactory to handlerFactory : BoltProtocolPipelineInstallerFactory in method package TransportSelectionHandler(connector String, sslCtx SslContext, encryptionRequired boolean, isEncrypted boolean, logging LogProvider, handlerFactory BoltProtocolPipelineInstallerFactory, boltLogging BoltMessageLogging) in class org.neo4j.bolt.transport.TransportSelectionHandler |
From |
To |
|
Change Parameter Type channelHandlerContext : ChannelHandlerContext to rawChannel : Channel in method public open(connector String, rawChannel Channel, messageLogger BoltMessageLogger) : BoltChannel in class org.neo4j.bolt.BoltChannel |
From |
To |
|
Change Variable Type factory : BoltProtocolHandlerFactory to factory : BoltProtocolPipelineInstallerFactory in method public shouldCreateNothingForUnknownProtocolVersion() : void in class org.neo4j.bolt.transport.DefaultBoltProtocolPipelineInstallerFactoryTest |
From |
To |
|
Change Variable Type protocol : BoltMessagingProtocolHandlerImpl to protocol : DefaultBoltProtocolPipelineInstaller in method private testPermutation(unfragmented byte[], fragments ByteBuf[]) : void in class org.neo4j.bolt.v1.transport.socket.FragmentedMessageDeliveryTest |
From |
To |
|
Change Variable Type handler : BoltMessagingProtocolHandler to handler : BoltProtocolPipelineInstaller in method private testHandlerCreation(protocolVersion long) : void in class org.neo4j.bolt.transport.DefaultBoltProtocolPipelineInstallerFactoryTest |
From |
To |
|
Change Variable Type handlerFactory : BoltProtocolHandlerFactory to handlerFactory : BoltProtocolPipelineInstallerFactory in method public newInstance(context KernelContext, dependencies Dependencies) : Lifecycle in class org.neo4j.bolt.BoltKernelExtension |
From |
To |
|
Change Variable Type factory : BoltProtocolHandlerFactory to factory : BoltProtocolPipelineInstallerFactory in method private testHandlerCreation(protocolVersion long) : void in class org.neo4j.bolt.transport.DefaultBoltProtocolPipelineInstallerFactoryTest |
From |
To |
|
Change Variable Type handler : BoltMessagingProtocolHandler to handler : BoltProtocolPipelineInstaller in method public shouldCreateNothingForUnknownProtocolVersion() : void in class org.neo4j.bolt.transport.DefaultBoltProtocolPipelineInstallerFactoryTest |
From |
To |
|
Change Variable Type ch : Channel to channel : EmbeddedChannel in method private newBoltChannel(rawChannel EmbeddedChannel) : BoltChannel in class org.neo4j.bolt.v1.transport.socket.FragmentedMessageDeliveryTest |
From |
To |
|
Change Return Type int to long in method public version() : long in class org.neo4j.bolt.v1.messaging.Neo4jPackV1 |
From |
To |
|
Change Return Type BoltMessagingProtocolHandler to BoltProtocolPipelineInstaller in method private newProtocolPipelineInstaller(channel BoltChannel, neo4jPack Neo4jPack) : BoltProtocolPipelineInstaller in class org.neo4j.bolt.transport.DefaultBoltProtocolPipelineInstallerFactory |
From |
To |
|
Change Return Type BoltMessagingProtocolHandler to BoltProtocolPipelineInstaller in method public create(protocolVersion long, channel BoltChannel) : BoltProtocolPipelineInstaller in class org.neo4j.bolt.transport.BoltProtocolPipelineInstallerFactory |
From |
To |
|
Change Return Type int to long in method public version() : long in class org.neo4j.bolt.v1.messaging.Neo4jPack |
From |
To |
|
Change Return Type int to long in method public version() : long in class org.neo4j.bolt.v2.messaging.Neo4jPackV2 |
From |
To |
|
Change Return Type BoltProtocolHandlerFactory to BoltProtocolPipelineInstallerFactory in method private createHandlerFactory(connectionFactory BoltConnectionFactory, throttleGroup TransportThrottleGroup, logService LogService) : BoltProtocolPipelineInstallerFactory in class org.neo4j.bolt.BoltKernelExtension |
From |
To |
|
Change Return Type int to long in method public version() : long in class org.neo4j.bolt.transport.BoltProtocolPipelineInstaller |
From |
To |
|
Change Return Type BoltMessagingProtocolHandler to BoltProtocolPipelineInstaller in method public create(protocolVersion long, channel BoltChannel) : BoltProtocolPipelineInstaller in class org.neo4j.bolt.transport.DefaultBoltProtocolPipelineInstallerFactory |
From |
To |
|
Change Attribute Type protocol : BoltMessagingProtocolHandler to protocol : BoltProtocolPipelineInstaller in class org.neo4j.bolt.transport.pipeline.ProtocolHandshaker |
From |
To |
|
Change Attribute Type channelHandlerContext : ChannelHandlerContext to rawChannel : Channel in class org.neo4j.bolt.BoltChannel |
From |
To |
|
Change Attribute Type handlerFactory : BoltProtocolHandlerFactory to handlerFactory : BoltProtocolPipelineInstallerFactory in class org.neo4j.bolt.transport.SocketTransport |
From |
To |
|
Change Attribute Type channel : Channel to channel : EmbeddedChannel in class org.neo4j.bolt.runtime.BoltConnectionReadLimiterTest |
From |
To |
|
Change Attribute Type channelHandlerContext : ChannelHandlerContext to channel : Channel in class org.neo4j.bolt.BoltChannelTest |
From |
To |
|
Change Attribute Type VERSION : int to VERSION : long in class org.neo4j.bolt.v2.messaging.Neo4jPackV2 |
From |
To |
|
Change Attribute Type connector : String to handlerFactory : BoltProtocolPipelineInstallerFactory in class org.neo4j.bolt.transport.pipeline.ProtocolHandshaker |
From |
To |
|
Change Attribute Type handlerFactory : BoltProtocolHandlerFactory to handlerFactory : BoltProtocolPipelineInstallerFactory in class org.neo4j.bolt.transport.TransportSelectionHandler |
From |
To |
|
Change Attribute Type channel : Channel to channel : EmbeddedChannel in class org.neo4j.bolt.runtime.SynchronousBoltConnection |
From |
To |
|
Change Attribute Type VERSION : int to VERSION : long in class org.neo4j.bolt.v1.messaging.Neo4jPackV1 |
From |
To |
|
Change Attribute Type boltLogging : BoltMessageLogging to encryptionRequired : boolean in class org.neo4j.bolt.transport.pipeline.ProtocolHandshaker |
From |
To |
|
Rename Parameter handshake : BoltHandshakeProtocolHandler to boltChannel : BoltChannel in method public ProtocolHandshaker(handlerFactory BoltProtocolPipelineInstallerFactory, boltChannel BoltChannel, logging LogProvider, encryptionRequired boolean, encrypted boolean) in class org.neo4j.bolt.transport.pipeline.ProtocolHandshaker |
From |
To |
|
Rename Parameter connector : String to handlerFactory : BoltProtocolPipelineInstallerFactory in method public ProtocolHandshaker(handlerFactory BoltProtocolPipelineInstallerFactory, boltChannel BoltChannel, logging LogProvider, encryptionRequired boolean, encrypted boolean) in class org.neo4j.bolt.transport.pipeline.ProtocolHandshaker |
From |
To |
|
Rename Parameter boltLogging : BoltMessageLogging to encryptionRequired : boolean in method public ProtocolHandshaker(handlerFactory BoltProtocolPipelineInstallerFactory, boltChannel BoltChannel, logging LogProvider, encryptionRequired boolean, encrypted boolean) in class org.neo4j.bolt.transport.pipeline.ProtocolHandshaker |
From |
To |
|
Rename Parameter channelHandlerContext : ChannelHandlerContext to rawChannel : Channel in method public open(connector String, rawChannel Channel, messageLogger BoltMessageLogger) : BoltChannel in class org.neo4j.bolt.BoltChannel |
From |
To |
|
Rename Parameter channelHandlerContext : ChannelHandlerContext to rawChannel : Channel in method private BoltChannel(connector String, rawChannel Channel, messageLogger BoltMessageLogger) in class org.neo4j.bolt.BoltChannel |
From |
To |