public class HttpAcceptor<T extends HttpAcceptor> extends Object
| Constructor and Description |
|---|
HttpAcceptor(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
httpListener()
The Undertow's http-listener that handles HTTP upgrade requests.
|
T |
httpListener(String value)
The Undertow's http-listener that handles HTTP upgrade requests.
|
Map |
params()
A key-value pair understood by the acceptor factory-class and used to configure it.
|
T |
params(Map value)
A key-value pair understood by the acceptor factory-class and used to configure it.
|
Boolean |
upgradeLegacy()
Also accepts to upgrade HTTP request from legacy (HornetQ) clients.
|
T |
upgradeLegacy(Boolean value)
Also accepts to upgrade HTTP request from legacy (HornetQ) clients.
|
public HttpAcceptor(String key)
public String getKey()
public String httpListener()
public T httpListener(String value)
public Map params()
public T params(Map value)
public Boolean upgradeLegacy()
Copyright © 2015 JBoss by Red Hat. All rights reserved.