Uses of Interface
com.yahoo.messagebus.network.Network
Packages that use Network
Package
Description
This package contains the main API of the message bus.
This package declares the API of the network layer required by the message bus.
This package contains an RPC implementation of the Network interface declared in the com.yahoo.messagebus.network package.
This package contains all classes and interfaces that concern routing over message bus.
-
Uses of Network in com.yahoo.messagebus
Methods in com.yahoo.messagebus that return NetworkModifier and TypeMethodDescriptionNetworkMessageBus.getNetwork()Returns the network of this as a NetworkConstructors in com.yahoo.messagebus with parameters of type NetworkModifierConstructorDescriptionMessageBus(Network net, MessageBusParams params) Constructs an instance of message bus.MessageBus(Network net, List<Protocol> protocols) Convenience constructor that proxiesMessageBus(Network, MessageBusParams)by adding the given protocols to a defaultMessageBusParamsobject.NetworkMessageBus(Network network, MessageBus messageBus) SendProxy(MessageBus mbus, Network net, Resender resender) Constructs a new instance of this class to maintain sending of a single message. -
Uses of Network in com.yahoo.messagebus.network
Methods in com.yahoo.messagebus.network that return NetworkMethods in com.yahoo.messagebus.network with parameters of type NetworkModifier and TypeMethodDescriptionstatic NetworkMultiplexerReturns a network multiplexer with a singleNetworkOwner, which shuts down when this owner detaches.static NetworkMultiplexerReturns a network multiplexer which will be shared between severalNetworkOwners, and will shut down when all these have detached, andNetworkMultiplexer.disown()has been called, in any order. -
Uses of Network in com.yahoo.messagebus.network.local
Classes in com.yahoo.messagebus.network.local that implement Network -
Uses of Network in com.yahoo.messagebus.network.rpc
Classes in com.yahoo.messagebus.network.rpc that implement NetworkModifier and TypeClassDescriptionclassAn RPC implementation of the Network interface. -
Uses of Network in com.yahoo.messagebus.routing
Constructors in com.yahoo.messagebus.routing with parameters of type NetworkModifierConstructorDescriptionRoutingNode(MessageBus mbus, Network net, Resender resender, ReplyHandler handler, Message msg) Constructs a new instance of this class.