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.netty.client
Classes in eu.cloudnetservice.driver.network.netty.client that implement NetworkComponentModifier and TypeClassDescriptionclassThe default implementation of a network client, using the netty network client implementations. -
Uses of NetworkComponent in eu.cloudnetservice.driver.network.netty.server
Classes in eu.cloudnetservice.driver.network.netty.server that implement NetworkComponentModifier and TypeClassDescriptionclassThe default netty based implementation of the network server. -
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.defaults.generation
Methods in eu.cloudnetservice.driver.network.rpc.defaults.generation with parameters of type NetworkComponentModifier and TypeMethodDescriptionDefaultRPCImplementationBuilder.targetComponent(@NonNull NetworkComponent networkComponent) Sets the network component to use for obtaining the network channel to send RPCs to. -
Uses of NetworkComponent in eu.cloudnetservice.driver.network.rpc.defaults.sender
Methods in eu.cloudnetservice.driver.network.rpc.defaults.sender with parameters of type NetworkComponentModifier and TypeMethodDescriptionDefaultRPCSenderBuilder.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.