| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.server |
| Modifier and Type | Method and Description |
|---|---|
List<AjpListener> |
Server.ServerResources.ajpListeners()
Get the list of org.wildfly.swarm.config.undertow.server.AjpListener resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.ajpListener(AjpListener value)
Add the org.wildfly.swarm.config.undertow.server.AjpListener object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.ajpListeners(List<AjpListener> value)
Add all org.wildfly.swarm.config.undertow.server.AjpListener objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
AjpListener |
AjpListener.allowEncodedSlash(Boolean value)
If a request comes in with encoded / characters (i.e.
|
AjpListener |
AjpListener.allowEqualsInCookieValue(Boolean value)
If this is true then Undertow will allow non-escaped equals characters in unquoted cookie values.
|
AjpListener |
AjpListener.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.
|
AjpListener |
AjpListener.bufferPipelinedData(Boolean value)
If we should buffer pipelined requests.
|
AjpListener |
AjpListener.bufferPool(String value)
The AJP listeners buffer pool
|
AjpListener |
AjpListener.bytesReceived(Long value)
The number of bytes that have been received by this listener
|
AjpListener |
AjpListener.bytesSent(Long value)
The number of bytes that have been sent out on this listener
|
AjpListener |
AjpListener.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).
|
AjpListener |
AjpListener.disallowedMethods(List<String> value)
A comma separated list of HTTP methods that are not allowed
|
AjpListener |
AjpListener.enabled(Boolean value)
If the listener is enabled
|
AjpListener |
AjpListener.errorCount(Long value)
The number of 500 responses that have been sent by this listener
|
AjpListener |
AjpListener.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.
|
AjpListener |
AjpListener.maxConnections(Integer value)
The maximum number of concurrent connections.
|
AjpListener |
AjpListener.maxCookies(Integer value)
The maximum number of cookies that will be parsed.
|
AjpListener |
AjpListener.maxHeaders(Integer value)
The maximum number of headers that will be parsed.
|
AjpListener |
AjpListener.maxHeaderSize(Integer value)
The maximum size in bytes of a http request header.
|
AjpListener |
AjpListener.maxParameters(Integer value)
The maximum number of parameters that will be parsed.
|
AjpListener |
AjpListener.maxPostSize(Long value)
The maximum size of a post that will be accepted
|
AjpListener |
AjpListener.maxProcessingTime(Long value)
The maximum processing time taken by a request on this listener
|
AjpListener |
AjpListener.noRequestTimeout(Integer value)
The length of time in milliseconds that the connection can be idle before it is closed by the container
|
AjpListener |
AjpListener.processingTime(Long value)
The total processing time of all requests handed by this listener
|
AjpListener |
AjpListener.readTimeout(Integer value)
Configure a read timeout for a socket, in milliseconds.
|
AjpListener |
AjpListener.receiveBuffer(Integer value)
The receive buffer size.
|
AjpListener |
AjpListener.recordRequestStartTime(Boolean value)
If this is true then Undertow will record the request start time, to allow for request time to be logged.
|
AjpListener |
AjpListener.redirectSocket(String value)
If this listener is supporting non-SSL requests, and a request is received for which a matching
|
AjpListener |
AjpListener.requestCount(Long value)
The number of requests this listener has served
|
AjpListener |
AjpListener.requestParseTimeout(Integer value)
The maximum amount of time (in milliseconds) that can be spent parsing the request
|
AjpListener |
AjpListener.resolvePeerAddress(Boolean value)
Enables host dns lookup
|
AjpListener |
AjpListener.scheme(String value)
The listener scheme, can be HTTP or HTTPS.
|
AjpListener |
AjpListener.sendBuffer(Integer value)
The send buffer size.
|
AjpListener |
AjpListener.socketBinding(String value)
The AJP listener socket binder
|
AjpListener |
AjpListener.tcpBacklog(Integer value)
Configure a server with the specified backlog.
|
AjpListener |
AjpListener.tcpKeepAlive(Boolean value)
Configure a channel to send TCP keep-alive messages in an implementation-dependent manner.
|
AjpListener |
AjpListener.urlCharset(String value)
URL charset
|
AjpListener |
AjpListener.worker(String value)
The AJP listeners XNIO worker
|
AjpListener |
AjpListener.writeTimeout(Integer value)
Configure a write timeout for a socket, in milliseconds.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.