Uses of Interface
org.analogweb.Server
-
Packages that use Server Package Description org.analogweb Root of Analog Web Framework This package defines fundamental interfaces.org.analogweb.core Analogweb's core (default) implementations. -
-
Uses of Server in org.analogweb
Methods in org.analogweb that return Server Modifier and Type Method Description Server
ServerFactory. create(URI uri, ApplicationProperties properties, ApplicationContext context, Application application)
-
Uses of Server in org.analogweb.core
Classes in org.analogweb.core that implement Server Modifier and Type Class Description class
DefaultServer
Methods in org.analogweb.core that return Server Modifier and Type Method Description static Server
Servers. create(int port, String... packageNames)
static Server
Servers. create(String uri, String... packageNames)
static Server
Servers. create(String uri, ApplicationProperties properties)
static Server
Servers. create(URI uri, ApplicationProperties properties)
static Server
Servers. create(URI uri, ApplicationProperties properties, ApplicationContext context)
static Server
Servers. create(URI uri, ApplicationProperties properties, ApplicationContext context, List<ModulesConfig> modules)
static Server
Servers. create(URI uri, ApplicationProperties properties, ApplicationContext context, Application application)
-