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