Uses of Interface
eu.cloudnetservice.driver.network.NetworkComponent
Packages that use NetworkComponent
Package
Description
-
Uses of NetworkComponent in eu.cloudnetservice.driver.network
Subinterfaces of NetworkComponent in eu.cloudnetservice.driver.networkModifier and TypeInterfaceDescriptioninterfaceRepresents a network component which can be connected to any network server.interfaceRepresents a network component which can accept connection from other network components within the network. -
Uses of NetworkComponent in eu.cloudnetservice.driver.network.rpc
Methods in eu.cloudnetservice.driver.network.rpc with parameters of type NetworkComponentModifier and TypeMethodDescriptionRPCSender.Builder.targetComponent(@NonNull NetworkComponent networkComponent) Sets the network component to use for obtaining the network channel to send RPCs using this sender to. -
Uses of NetworkComponent in eu.cloudnetservice.driver.network.rpc.factory
Methods in eu.cloudnetservice.driver.network.rpc.factory with parameters of type NetworkComponentModifier and TypeMethodDescriptionRPCImplementationBuilder.targetComponent(@NonNull NetworkComponent networkComponent) Sets the network component to use for obtaining the network channel to send RPCs to.