Package de.alexanderwodarz.code.web
Annotation Interface WebServer
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanintboolean
-
Element Details
-
port
int port- Default:
- 8080
-
verbose
boolean verbose- Default:
- false
-
path
String path- Default:
- ""
-
notFound
String notFound- Default:
- "/404.html"
-
name
String name- Default:
- "www"
-
https
boolean https- Default:
- false
-
keyStoreLocation
String keyStoreLocation- Default:
- ""
-
keyStorePassword
String keyStorePassword- Default:
- ""
-
type
WebServerType type- Default:
- WEB
-