public class ServiceLoaderHTTPServerMechanismFactory<T extends ServiceLoaderHTTPServerMechanismFactory<T>> extends Object
Constructor and Description |
---|
ServiceLoaderHTTPServerMechanismFactory(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.
|
String |
getKey() |
String |
module()
The module to use to obtain the classloader to load the factories, if not
specified the classloader to load the resource will be used instead.
|
T |
module(String value)
The module to use to obtain the classloader to load the factories, if not
specified the classloader to load the resource will be used instead.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public ServiceLoaderHTTPServerMechanismFactory(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 String module()
Copyright © 2019 JBoss by Red Hat. All rights reserved.