public interface JettyConfiguration extends ConfigurationComposite
Identity.IdentityMixin| Modifier and Type | Method and Description | 
|---|---|
Property<String> | 
contextPath()
url prefix of the  
JettyService. | 
Property<Integer> | 
gracefullShutdownTimeout()
Timeout use to wait for active requests to terminate on shutdown in milliseconds. 
 | 
Property<String> | 
hostName()
Name or ip representing the interface on which the  
JettyService will bind the server socket. | 
Property<Integer> | 
lowResourceMaxIdleTime()  | 
Property<Integer> | 
maxFormContentSize()  | 
Property<Integer> | 
maxIdleTime()  | 
Property<Integer> | 
port()  | 
Property<Integer> | 
requestHeaderSize()  | 
Property<String> | 
resourcePath()  | 
Property<Integer> | 
responseBufferSize()
Size of the content buffer for sending responses in bytes. 
 | 
Property<Integer> | 
responseHeaderSize()  | 
Property<Boolean> | 
sendDateHeader()  | 
Property<Boolean> | 
sendServerVersion()  | 
Property<Boolean> | 
statistics()
Defaults to false. 
 | 
Property<String> | 
virtualHosts()
Virtual hosts for this JettyService. 
 | 
Property<String> | 
welcomeFiles()
Welcome files names for this JettyService. 
 | 
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()