Uses of Class
org.faceless.publisher.web.StandaloneWebServer

Packages that use org.faceless.publisher.web.StandaloneWebServer
Package
Description
Provides the BFO Publisher web service
  • Uses of org.faceless.publisher.web.StandaloneWebServer in org.faceless.publisher.web

    Methods in org.faceless.publisher.web that return org.faceless.publisher.web.StandaloneWebServer in in
    Modifier and Type
    Method
    Description
    org.faceless.publisher.web.StandaloneWebServer
    StandaloneWebServer.configureServiceEngine(Json json)
    This "configureServiceEngine" method configures the entire ServiceEngine that will be run by this web server.
    static org.faceless.publisher.web.StandaloneWebServer
    StandaloneWebServer.getInstance()
     
    org.faceless.publisher.web.StandaloneWebServer
    StandaloneWebServer.join()
     
    org.faceless.publisher.web.StandaloneWebServer
    StandaloneWebServer.setHttpPort(int port)
     
    org.faceless.publisher.web.StandaloneWebServer
    StandaloneWebServer.start()
     
    Methods in org.faceless.publisher.web with parameters of type org.faceless.publisher.web.StandaloneWebServer in in
    Modifier and Type
    Method
    Description
    void
    ServiceEngine.setStandaloneWebServer(org.faceless.publisher.web.StandaloneWebServer server)
    Set the StandaloneWebServer that will be running this ServiceEngine.