public class HttpConnector extends Object
| Constructor and Description |
|---|
HttpConnector(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
endpoint()
The http-acceptor that serves as the endpoint of this http-connector.
|
HttpConnector |
endpoint(String value)
The http-acceptor that serves as the endpoint of this http-connector.
|
String |
getKey() |
Map |
params()
A key-value pair understood by the connector factory-class and used to configure it.
|
HttpConnector |
params(Map value)
A key-value pair understood by the connector factory-class and used to configure it.
|
String |
socketBinding()
The socket binding that the connector will use to create connections.
|
HttpConnector |
socketBinding(String value)
The socket binding that the connector will use to create connections.
|
public HttpConnector(String key)
public String getKey()
public String endpoint()
public HttpConnector endpoint(String value)
public Map params()
public HttpConnector params(Map value)
public String socketBinding()
public HttpConnector socketBinding(String value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.