| Package | Description |
|---|---|
| fr.gouv.vitam.common.server |
Contains generic VitamServer and associated basic implementation to be used as a base for every module specific
application server.
|
| fr.gouv.vitam.common.server.application |
Contains generic VitamApplication interface and an abstract implementation to be used as a base for every module
specific web application.
|
| fr.gouv.vitam.common.serverv2 |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicVitamServer
Basic implementation of a vitam server using embedded jetty as underlying app server
|
| Modifier and Type | Method and Description |
|---|---|
static VitamServer |
VitamServerFactory.newVitamServer(int port) |
static VitamServer |
VitamServerFactory.newVitamServerByJettyConf(String jettyConfigFile)
Create a Vitam Server by jetty config
|
static VitamServer |
VitamServerFactory.newVitamServerOnDefaultPort() |
| Modifier and Type | Method and Description |
|---|---|
VitamServer |
AbstractVitamApplication.getVitamServer() |
| Modifier and Type | Method and Description |
|---|---|
VitamServer |
VitamStarter.getVitamServer()
Get the vitam server
|
Copyright © 2018 Vitam. All rights reserved.