Uses of Class
com.yahoo.messagebus.network.rpc.RPCNetwork
Packages that use RPCNetwork
Package
Description
This package contains the main API of the message bus.
This package contains an RPC implementation of the Network interface declared in the com.yahoo.messagebus.network package.
This package contains utility classes for the unit tests in the com.yahoo.messagebus.network.rpc package.
-
Uses of RPCNetwork in com.yahoo.messagebus
Methods in com.yahoo.messagebus that return RPCNetworkModifier and TypeMethodDescriptionRPCMessageBus.getRPCNetwork()Returns the network of this as a RPCNetwork -
Uses of RPCNetwork in com.yahoo.messagebus.network.rpc
Constructors in com.yahoo.messagebus.network.rpc with parameters of type RPCNetworkModifierConstructorDescriptionprotectedRPCSend(RPCNetwork net) protectedRPCSendV2(RPCNetwork net) -
Uses of RPCNetwork in com.yahoo.messagebus.network.rpc.test
Fields in com.yahoo.messagebus.network.rpc.test declared as RPCNetwork