A reverse proxy handler
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.extension.undertow.handler | true | none |
| Attribute | Value |
|---|---|
| Default Value | 5 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Default Value | 60 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Default Value | 10 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Default Value | -1 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Default Value | 30 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Default Value | 10 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| cached-connections-per-thread | INT | false | true | 5 | The number of connections that will be kept alive indefinitely |
| connection-idle-timeout | INT | false | true | 60 | The amount of time a connection can be idle before it will be closed. Connections will not time out once the pool size is down to the configured minimum (as configured by cached-connections-per-thread) |
| connections-per-thread | INT | false | true | 10 | The number of connections that will be maintained to backend servers, per IO thread. Defaults to 10. |
| max-request-time | INT | false | true | -1 | The maximum time that a proxy request can be active for, before being killed. Defaults to unlimited |
| problem-server-retry | INT | false | true | 30 | Time in seconds to wait before attempting to reconnect to a server that is down |
| request-queue-size | INT | false | true | 10 | The number of requests that can be queued if the connection pool is full before requests are rejected with a 503 |
| session-cookie-names | STRING | false | true | JSESSIONID | Comma separated list of session cookie names. Generally this will just be JSESSIONID. |