| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.server |
| Modifier and Type | Method and Description |
|---|---|
List<HttpsListener> |
Server.ServerResources.httpsListeners()
Get the list of org.wildfly.swarm.config.undertow.server.HttpsListener resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.httpsListener(HttpsListener value)
Add the org.wildfly.swarm.config.undertow.server.HttpsListener object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.httpsListeners(List<HttpsListener> value)
Add all org.wildfly.swarm.config.undertow.server.HttpsListener objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
HttpsListener |
HttpsListener.allowEncodedSlash(Boolean value)
If a request comes in with encoded / characters (i.e.
|
HttpsListener |
HttpsListener.allowEqualsInCookieValue(Boolean value)
If this is true then Undertow will allow non-escaped equals characters in unquoted cookie values.
|
HttpsListener |
HttpsListener.alwaysSetKeepAlive(Boolean value)
If this is true then a Connection: keep-alive header will be added to responses, even when it is not strictly required by the specification.
|
HttpsListener |
HttpsListener.bufferPipelinedData(Boolean value)
If we should buffer pipelined requests.
|
HttpsListener |
HttpsListener.bufferPool(String value)
The AJP listeners buffer pool
|
HttpsListener |
HttpsListener.bytesReceived(Long value)
The number of bytes that have been received by this listener
|
HttpsListener |
HttpsListener.bytesSent(Long value)
The number of bytes that have been sent out on this listener
|
HttpsListener |
HttpsListener.decodeUrl(Boolean value)
If this is true then the parser will decode the URL and query parameters using the selected character encoding (UTF-8 by default).
|
HttpsListener |
HttpsListener.disallowedMethods(List<String> value)
A comma separated list of HTTP methods that are not allowed
|
HttpsListener |
HttpsListener.enabled(Boolean value)
If the listener is enabled
|
HttpsListener |
HttpsListener.enabledCipherSuites(String value)
Configures Enabled SSL cyphers
|
HttpsListener |
HttpsListener.enabledProtocols(String value)
Configures SSL protocols
|
HttpsListener |
HttpsListener.enableHttp2(Boolean value)
Enables HTTP2 support for this listener
|
HttpsListener |
HttpsListener.enableSpdy(Boolean value)
Enables SPDY support for this listener
|
HttpsListener |
HttpsListener.errorCount(Long value)
The number of 500 responses that have been sent by this listener
|
HttpsListener |
HttpsListener.maxBufferedRequestSize(Integer value)
Maximum size of a buffered request, in bytesRequests are not usually buffered, the most common case is when performing SSL renegotiation for a POST request, and the post data must be fullybuffered in order to perform the renegotiation.
|
HttpsListener |
HttpsListener.maxConnections(Integer value)
The maximum number of concurrent connections.
|
HttpsListener |
HttpsListener.maxCookies(Integer value)
The maximum number of cookies that will be parsed.
|
HttpsListener |
HttpsListener.maxHeaders(Integer value)
The maximum number of headers that will be parsed.
|
HttpsListener |
HttpsListener.maxHeaderSize(Integer value)
The maximum size in bytes of a http request header.
|
HttpsListener |
HttpsListener.maxParameters(Integer value)
The maximum number of parameters that will be parsed.
|
HttpsListener |
HttpsListener.maxPostSize(Long value)
The maximum size of a post that will be accepted
|
HttpsListener |
HttpsListener.maxProcessingTime(Long value)
The maximum processing time taken by a request on this listener
|
HttpsListener |
HttpsListener.noRequestTimeout(Integer value)
The length of time in milliseconds that the connection can be idle before it is closed by the container
|
HttpsListener |
HttpsListener.processingTime(Long value)
The total processing time of all requests handed by this listener
|
HttpsListener |
HttpsListener.readTimeout(Integer value)
Configure a read timeout for a socket, in milliseconds.
|
HttpsListener |
HttpsListener.receiveBuffer(Integer value)
The receive buffer size.
|
HttpsListener |
HttpsListener.recordRequestStartTime(Boolean value)
If this is true then Undertow will record the request start time, to allow for request time to be logged.
|
HttpsListener |
HttpsListener.requestCount(Long value)
The number of requests this listener has served
|
HttpsListener |
HttpsListener.requestParseTimeout(Integer value)
The maximum amount of time (in milliseconds) that can be spent parsing the request
|
HttpsListener |
HttpsListener.resolvePeerAddress(Boolean value)
Enables host dns lookup
|
HttpsListener |
HttpsListener.securityRealm(String value)
The listeners security realm
|
HttpsListener |
HttpsListener.sendBuffer(Integer value)
The send buffer size.
|
HttpsListener |
HttpsListener.socketBinding(String value)
The AJP listener socket binder
|
HttpsListener |
HttpsListener.sslSessionCacheSize(Integer value)
The maximum number of active SSL sessions
|
HttpsListener |
HttpsListener.sslSessionTimeout(Integer value)
The timeout for SSL sessions, in seconds
|
HttpsListener |
HttpsListener.tcpBacklog(Integer value)
Configure a server with the specified backlog.
|
HttpsListener |
HttpsListener.tcpKeepAlive(Boolean value)
Configure a channel to send TCP keep-alive messages in an implementation-dependent manner.
|
HttpsListener |
HttpsListener.urlCharset(String value)
URL charset
|
HttpsListener |
HttpsListener.verifyClient(String value)
The desired SSL client authentication mode for SSL channels
|
HttpsListener |
HttpsListener.worker(String value)
The AJP listeners XNIO worker
|
HttpsListener |
HttpsListener.writeTimeout(Integer value)
Configure a write timeout for a socket, in milliseconds.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.