Toggle navigation
Home
org.kaaproject.kaa.common.bootstrap.gen.ChannelType to org.kaaproject.kaa.client.channel.TransportId
No. of Instances - 35
No. of Commits - 2
No. of Projects - {'kaa'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
lastServers.get(channel.getType())
to
lastServers.get(channel.getTransportId())
newServer.getChannelType()
to
newServer.getTransportId()
currentServer.getChannelType()
to
currentServer.getTransportId()
ChannelType.KAATCP
to
operationsChannel.getTransportId()
ChannelType.BOOTSTRAP
to
bootstrapChannel.getTransportId()
currentServer.getChannelType()
to
currentServer.getTransportId()
bootststrapServers.get(TransportIdConstants.HTTP).get(0)
to
bootststrapServers.get(TransportIdConstants.HTTP_TRANSPORT_ID).get(0)
bootststrapServers.get(TransportIdConstants.HTTP).get(1)
to
bootststrapServers.get(TransportIdConstants.HTTP_TRANSPORT_ID).get(1)
Rename Variable
type
to
key
type
to
key
type
to
transportId
getType
to
getTransportId
getType
to
getTransportId
Other
new DefaultOperationTcpChannel(kaaClientState,channelManager)
to
operationsChannel
new DefaultBootstrapChannel(this,kaaClientState)
to
bootstrapChannel
Cascading Type Change (Different)
ChannelType
to
TransportIdConstants
ChannelType
to
TransportIdConstants
ChannelType
to
TransportIdConstants
ChannelType
to
TransportIdConstants