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