com.nesscomputing.httpserver
Class SoloJetty8HttpServer
java.lang.Object
com.nesscomputing.httpserver.AbstractJetty8HttpServer
com.nesscomputing.httpserver.SoloJetty8HttpServer
- All Implemented Interfaces:
- HttpServer
public class SoloJetty8HttpServer
- extends AbstractJetty8HttpServer
- implements HttpServer
A standalone, non-galaxy http Server.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getConnectors
public Map<String,HttpConnector> getConnectors()
- Description copied from interface:
HttpServer
- Return a map of connectors configured for this server. The key in the map can be used to distinguish the connectors.
- Specified by:
getConnectors in interface HttpServer- Specified by:
getConnectors in class AbstractJetty8HttpServer
Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.