| Package | Description |
|---|---|
| org.wildfly.swarm.container.internal | |
| org.wildfly.swarm.container.runtime |
| Modifier and Type | Method and Description |
|---|---|
ServerBootstrap |
ServerBootstrap.withArguments(String[] args) |
ServerBootstrap |
ServerBootstrap.withBootstrapDebug(boolean debugBootstrap) |
ServerBootstrap |
ServerBootstrap.withConfigView(ConfigView configView) |
ServerBootstrap |
ServerBootstrap.withExplicitlyInstalledFractions(Collection<Fraction> explicitlyInstalledFractions) |
ServerBootstrap |
ServerBootstrap.withOutboundSocketBindings(List<OutboundSocketBindingRequest> bindings) |
ServerBootstrap |
ServerBootstrap.withSocketBindings(List<SocketBindingRequest> bindings) |
ServerBootstrap |
ServerBootstrap.withUserComponents(Set<Class<?>> userComponentClasses) |
ServerBootstrap |
ServerBootstrap.withXmlConfig(Optional<URL> url) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerBootstrapImpl |
| Modifier and Type | Method and Description |
|---|---|
ServerBootstrap |
ServerBootstrapImpl.withArguments(String[] args) |
ServerBootstrap |
ServerBootstrapImpl.withBootstrapDebug(boolean debugBootstrap) |
ServerBootstrap |
ServerBootstrapImpl.withConfigView(ConfigView configView) |
ServerBootstrap |
ServerBootstrapImpl.withExplicitlyInstalledFractions(Collection<Fraction> explicitlyInstalledFractions) |
ServerBootstrap |
ServerBootstrapImpl.withOutboundSocketBindings(List<OutboundSocketBindingRequest> bindings) |
ServerBootstrap |
ServerBootstrapImpl.withSocketBindings(List<SocketBindingRequest> bindings) |
ServerBootstrap |
ServerBootstrapImpl.withUserComponents(Set<Class<?>> userComponentClasses) |
ServerBootstrap |
ServerBootstrapImpl.withXmlConfig(Optional<URL> url) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.