public interface ServerBootstrap
| Modifier and Type | Field and Description |
|---|---|
static String |
WELD_INSTANCE_ID |
| Modifier and Type | Method and Description |
|---|---|
Server |
bootstrap() |
ServerBootstrap |
withArguments(String[] args) |
ServerBootstrap |
withBootstrapDebug(boolean debugBootstrap) |
ServerBootstrap |
withConfigView(ConfigView configView) |
ServerBootstrap |
withExplicitlyInstalledFractions(Collection<Fraction> explicitlyInstalledFractions) |
ServerBootstrap |
withOutboundSocketBindings(List<OutboundSocketBindingRequest> bindings) |
ServerBootstrap |
withSocketBindings(List<SocketBindingRequest> bindings) |
ServerBootstrap |
withUserComponents(Set<Class<?>> userComponentClasses) |
ServerBootstrap |
withXmlConfig(Optional<URL> url) |
static final String WELD_INSTANCE_ID
ServerBootstrap withArguments(String[] args)
ServerBootstrap withXmlConfig(Optional<URL> url)
ServerBootstrap withBootstrapDebug(boolean debugBootstrap)
ServerBootstrap withExplicitlyInstalledFractions(Collection<Fraction> explicitlyInstalledFractions)
ServerBootstrap withUserComponents(Set<Class<?>> userComponentClasses)
ServerBootstrap withSocketBindings(List<SocketBindingRequest> bindings)
ServerBootstrap withOutboundSocketBindings(List<OutboundSocketBindingRequest> bindings)
ServerBootstrap withConfigView(ConfigView configView)
Copyright © 2018 JBoss by Red Hat. All rights reserved.