public interface JettyConfiguration
Property<Integer> port()
JettyService will listen for incomming requests.@Optional Property<String> hostName()
JettyService will bind the server socket.
If not set the JettyService will be bound to all interfaces.JettyService will bind the server socket.@UseDefaults Property<Boolean> statistics()
JettyService should collect statistics.@Optional Property<Integer> maxIdleTime()
@Optional Property<Integer> lowResourceMaxIdleTime()
@Optional Property<Integer> requestHeaderSize()
@Optional Property<Integer> responseHeaderSize()
@Optional Property<Integer> responseBufferSize()
@Optional Property<String> contextPath()
JettyService.
Defaulted to "/".JettyService.@Optional Property<String> virtualHosts()
@Optional Property<String> welcomeFiles()
@Optional Property<Integer> maxFormContentSize()
@Optional Property<Boolean> sendDateHeader()
JettyService populates http header with server date.@Optional Property<Boolean> sendServerVersion()
JettyService expose it's implementation version.@Optional Property<Integer> gracefullShutdownTimeout()