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
Modifier and TypeClassDescriptionstatic interface
Deprecated.static interface
Deprecated. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(Configuration configuration, PrintStream out, PrintStream err) Deprecated.Constructs a component according to theconfiguration
, invokingDeephavenApiServerComponent.Builder.withOut(PrintStream)
without
andDeephavenApiServerComponent.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:ComponentFactoryBase
Constructs a component according to theconfiguration
, invokingDeephavenApiServerComponent.Builder.withOut(PrintStream)
without
andDeephavenApiServerComponent.Builder.withErr(PrintStream)
witherr
.- Specified by:
build
in classComponentFactoryBase<DeprecatedCommunityComponentFactory.CommunityComponent>
- Parameters:
configuration
- the configurationout
- the outerr
- the err- Returns:
- the component
-