public class HttpConnectorFactory extends Object implements ConnectorFactory
| Constructor and Description |
|---|
HttpConnectorFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected SelectChannelConnector |
createConnector(Server server)
Gets a server socket - this is mostly for the purpose of allowing an
override in the SSL connector.
|
boolean |
start(Map args,
Server server)
After the listener is loaded and initialized, this starts the thread
|
public boolean start(Map args, Server server) throws IOException
ConnectorFactorystart in interface ConnectorFactoryIOExceptionprotected SelectChannelConnector createConnector(Server server)
Copyright © 2014. All rights reserved.