public abstract class AbstractHTTPServerEngineFactory extends Object implements HttpServerEngineFactory
| Constructor and Description |
|---|
AbstractHTTPServerEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
HttpServerEngine |
getHTTPServerEngine(String host,
int port,
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(String host, int port, String protocol)
getHTTPServerEngine in interface HttpServerEngineFactoryCopyright © 2016. All rights reserved.