public class HTTPConnector<T extends HTTPConnector<T>> extends Object
Constructor and Description |
---|
HTTPConnector(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
endpoint()
The http-acceptor that serves as the endpoint of this http-connector.
|
T |
endpoint(String value)
The http-acceptor that serves as the endpoint of this http-connector.
|
String |
getKey() |
T |
param(String key,
Object value)
A key-value pair understood by the connector factory-class and used to
configure it.
|
Map |
params()
A key-value pair understood by the connector factory-class and used to
configure it.
|
T |
params(Map value)
A key-value pair understood by the connector factory-class and used to
configure it.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
serverName()
The name of the ActiveMQ Artemis server that will be connected to on the
remote server.
|
T |
serverName(String value)
The name of the ActiveMQ Artemis server that will be connected to on the
remote server.
|
String |
socketBinding()
The socket binding that the connector will use to create connections.
|
T |
socketBinding(String value)
The socket binding that the connector will use to create connections.
|
public HTTPConnector(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public String endpoint()
public T endpoint(String value)
public Map params()
public T params(Map value)
public T param(String key, Object value)
public String serverName()
public T serverName(String value)
public String socketBinding()
Copyright © 2018 JBoss by Red Hat. All rights reserved.