public class ConfigurableHTTPServerMechanismFactory<T extends ConfigurableHTTPServerMechanismFactory<T>> extends Object
Constructor and Description |
---|
ConfigurableHTTPServerMechanismFactory(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
T |
availableMechanism(String value)
The HTTP mechanisms available from this factory instance.
|
List<String> |
availableMechanisms()
The HTTP mechanisms available from this factory instance.
|
T |
availableMechanisms(List<String> value)
The HTTP mechanisms available from this factory instance.
|
T |
availableMechanisms(String... args)
The HTTP mechanisms available from this factory instance.
|
T |
filter(Map value)
Filtering to be applied to enable / disable mechanisms based on the name.
|
List<Map> |
filters()
Filtering to be applied to enable / disable mechanisms based on the name.
|
T |
filters(List<Map> value)
Filtering to be applied to enable / disable mechanisms based on the name.
|
T |
filters(Map... args)
Filtering to be applied to enable / disable mechanisms based on the name.
|
String |
getKey() |
String |
httpServerMechanismFactory()
The http server factory to be wrapped.
|
T |
httpServerMechanismFactory(String value)
The http server factory to be wrapped.
|
Map |
properties()
Custom properties to be passed in to the http server factory calls.
|
T |
properties(Map value)
Custom properties to be passed in to the http server factory calls.
|
T |
property(String key,
Object value)
Custom properties to be passed in to the http server factory calls.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public ConfigurableHTTPServerMechanismFactory(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public List<String> availableMechanisms()
public T availableMechanisms(List<String> value)
public T availableMechanism(String value)
public T availableMechanisms(String... args)
public List<Map> filters()
public T filters(List<Map> value)
public T filter(Map value)
public T filters(Map... args)
public String httpServerMechanismFactory()
public T httpServerMechanismFactory(String value)
public Map properties()
public T properties(Map value)
Copyright © 2018 JBoss by Red Hat. All rights reserved.