public abstract class AbstractHTTPServerEngine extends Object implements HttpServerEngine
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHTTPServerEngine(String protocol,
String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
String |
getProtocol() |
org.apache.cxf.configuration.jsse.TLSServerParameters |
getTlsServerParameters() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddServant, removeServantpublic org.apache.cxf.configuration.jsse.TLSServerParameters getTlsServerParameters()
getTlsServerParameters in interface HttpServerEnginepublic String getProtocol()
getProtocol in interface HttpServerEnginepublic String getHost()
getHost in interface HttpServerEnginepublic int getPort()
getPort in interface HttpServerEngineCopyright © 2016. All rights reserved.