com.nesscomputing.httpserver
Class SoloJetty8HttpServer

java.lang.Object
  extended by com.nesscomputing.httpserver.AbstractJetty8HttpServer
      extended by com.nesscomputing.httpserver.SoloJetty8HttpServer
All Implemented Interfaces:
HttpServer

public class SoloJetty8HttpServer
extends AbstractJetty8HttpServer
implements HttpServer

A standalone, non-galaxy http Server.


Method Summary
 Map<String,HttpConnector> getConnectors()
          Return a map of connectors configured for this server.
 
Methods inherited from class com.nesscomputing.httpserver.AbstractJetty8HttpServer
getExternalAddress, getExternalHttpPort, getExternalHttpsPort, getInternalAddress, getInternalHttpPort, getInternalHttpsPort, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.nesscomputing.httpserver.HttpServer
getExternalAddress, getExternalHttpPort, getExternalHttpsPort, getInternalAddress, getInternalHttpPort, getInternalHttpsPort, start, stop
 

Method Detail

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.