Uses of Record Class
eu.cloudnetservice.driver.ComponentInfo
Packages that use ComponentInfo
Package
Description
-
Uses of ComponentInfo in eu.cloudnetservice.driver.network.netty.client
Constructors in eu.cloudnetservice.driver.network.netty.client with parameters of type ComponentInfoModifierConstructorDescriptionNettyNetworkClient(@NonNull ComponentInfo componentInfo, @NonNull Callable<NetworkChannelHandler> handlerFactory) Constructs a new netty network client instance.NettyNetworkClient(@NonNull ComponentInfo componentInfo, @NonNull Callable<NetworkChannelHandler> handlerFactory, @Nullable SSLConfiguration sslConfiguration) Constructs a new netty network client instance. -
Uses of ComponentInfo in eu.cloudnetservice.driver.network.netty.server
Constructors in eu.cloudnetservice.driver.network.netty.server with parameters of type ComponentInfoModifierConstructorDescriptionNettyNetworkServer(@NonNull ComponentInfo componentInfo, @NonNull Callable<NetworkChannelHandler> handlerFactory) Constructs a new netty network server instance.NettyNetworkServer(@NonNull ComponentInfo componentInfo, @NonNull Callable<NetworkChannelHandler> handlerFactory, @Nullable SSLConfiguration sslConfiguration) Constructs a new netty network server instance. -
Uses of ComponentInfo in eu.cloudnetservice.driver.template.defaults
Fields in eu.cloudnetservice.driver.template.defaults declared as ComponentInfoConstructors in eu.cloudnetservice.driver.template.defaults with parameters of type ComponentInfoModifierConstructorDescriptionRemoteTemplateStorage(@NonNull String name, @NonNull ComponentInfo componentInfo, @NonNull NetworkClient networkClient) Constructs a new remote template storage instance.