Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.elytron |
Modifier and Type | Method and Description |
---|---|
ServiceLoaderHTTPServerMechanismFactory |
Elytron.ElytronResources.serviceLoaderHttpServerMechanismFactory(String key) |
Modifier and Type | Method and Description |
---|---|
List<ServiceLoaderHTTPServerMechanismFactory> |
Elytron.ElytronResources.serviceLoaderHttpServerMechanismFactories()
Get the list of ServiceLoaderHTTPServerMechanismFactory resources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.serviceLoaderHttpServerMechanismFactory(ServiceLoaderHTTPServerMechanismFactory value)
Add the ServiceLoaderHTTPServerMechanismFactory object to the list of
subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Elytron.serviceLoaderHttpServerMechanismFactories(List<ServiceLoaderHTTPServerMechanismFactory> value)
Add all ServiceLoaderHTTPServerMechanismFactory objects to this
subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceLoaderHTTPServerMechanismFactory<T extends ServiceLoaderHTTPServerMechanismFactory<T>>
A http server factory definition where the http server factory is an
aggregation of factories identified using a ServiceLoader
|
interface |
ServiceLoaderHTTPServerMechanismFactoryConsumer<T extends ServiceLoaderHTTPServerMechanismFactory<T>> |
interface |
ServiceLoaderHTTPServerMechanismFactorySupplier<T extends ServiceLoaderHTTPServerMechanismFactory> |
Modifier and Type | Method and Description |
---|---|
ServiceLoaderHTTPServerMechanismFactory |
ServiceLoaderHTTPServerMechanismFactorySupplier.get()
Constructed instance of ServiceLoaderHTTPServerMechanismFactory resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.