public abstract class AbstractHTTPServerEngineFactory extends java.lang.Object implements HttpServerEngineFactory
| Constructor and Description |
|---|
AbstractHTTPServerEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
HttpServerEngine |
getHTTPServerEngine(java.lang.String host,
int port,
java.lang.String protocol) |
HttpServerEngine |
retrieveHTTPServerEngine(int port) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateHTTPServerEnginepublic HttpServerEngine retrieveHTTPServerEngine(int port)
retrieveHTTPServerEngine in interface HttpServerEngineFactorypublic HttpServerEngine getHTTPServerEngine(java.lang.String host, int port, java.lang.String protocol)
getHTTPServerEngine in interface HttpServerEngineFactoryCopyright © 2019. All rights reserved.