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