Package io.deephaven.server.netty
Class DeprecatedCommunityComponentFactory
java.lang.Object
io.deephaven.server.runner.ComponentFactoryBase<DeprecatedCommunityComponentFactory.CommunityComponent>
io.deephaven.server.netty.DeprecatedCommunityComponentFactory
@Deprecated
public final class DeprecatedCommunityComponentFactory
extends ComponentFactoryBase<DeprecatedCommunityComponentFactory.CommunityComponent>
Deprecated.
see io.deephaven.server.jetty.CommunityComponentFactory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated.static interfaceDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(Configuration configuration, PrintStream out, PrintStream err) Deprecated.Constructs a component according to theconfiguration, invokingDeephavenApiServerComponent.Builder.withOut(PrintStream)withoutandDeephavenApiServerComponent.Builder.withErr(PrintStream)witherr.Methods inherited from class io.deephaven.server.runner.ComponentFactoryBase
build
-
Constructor Details
-
DeprecatedCommunityComponentFactory
public DeprecatedCommunityComponentFactory()Deprecated.
-
-
Method Details
-
build
public DeprecatedCommunityComponentFactory.CommunityComponent build(Configuration configuration, PrintStream out, PrintStream err) Deprecated.Description copied from class:ComponentFactoryBaseConstructs a component according to theconfiguration, invokingDeephavenApiServerComponent.Builder.withOut(PrintStream)withoutandDeephavenApiServerComponent.Builder.withErr(PrintStream)witherr.- Specified by:
buildin classComponentFactoryBase<DeprecatedCommunityComponentFactory.CommunityComponent>- Parameters:
configuration- the configurationout- the outerr- the err- Returns:
- the component
-