public interface HttpServerEngine
| Modifier and Type | Method and Description |
|---|---|
void |
addServant(URL nurl,
UndertowHTTPHandler handler) |
String |
getHost() |
int |
getPort() |
String |
getProtocol() |
org.apache.cxf.configuration.jsse.TLSServerParameters |
getTlsServerParameters() |
void |
removeServant(URL nurl) |
org.apache.cxf.configuration.jsse.TLSServerParameters getTlsServerParameters()
String getProtocol()
String getHost()
int getPort()
void addServant(URL nurl, UndertowHTTPHandler handler)
void removeServant(URL nurl)
Copyright © 2017. All rights reserved.