Uses of Record Class
pt.unl.fct.di.novasys.babel2.protocols.discovery.messages.ChannelInfo
Packages that use ChannelInfo
Package
Description
Network probe and answer messages exchanged during local network node discovery.
Binary wire serializers for local network discovery protocol messages and structures.
-
Uses of ChannelInfo in pt.unl.fct.di.novasys.babel2.protocols.discovery.messages
Methods in pt.unl.fct.di.novasys.babel2.protocols.discovery.messages that return types with arguments of type ChannelInfoModifier and TypeMethodDescriptionBabelNodeAnswer.openChannels()Returns the value of theopenChannelsrecord component.Constructor parameters in pt.unl.fct.di.novasys.babel2.protocols.discovery.messages with type arguments of type ChannelInfoModifierConstructorDescriptionBabelNodeAnswer(BabelNode node, List<ChannelInfo> openChannels) Creates an instance of aBabelNodeAnswerrecord class. -
Uses of ChannelInfo in pt.unl.fct.di.novasys.babel2.protocols.discovery.serializers
Classes in pt.unl.fct.di.novasys.babel2.protocols.discovery.serializers that implement interfaces with type arguments of type ChannelInfoMethods in pt.unl.fct.di.novasys.babel2.protocols.discovery.serializers that return ChannelInfoModifier and TypeMethodDescriptionChannelInfoSerializer.deserialize(io.netty.buffer.ByteBuf in, NodeStore store) Methods in pt.unl.fct.di.novasys.babel2.protocols.discovery.serializers that return types with arguments of type ChannelInfoMethods in pt.unl.fct.di.novasys.babel2.protocols.discovery.serializers with parameters of type ChannelInfoModifier and TypeMethodDescriptionintChannelInfoSerializer.getEstimateSize(ChannelInfo object, NodeStore store) voidChannelInfoSerializer.serialize(ChannelInfo object, io.netty.buffer.ByteBuf out, NodeStore store)