default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.allowedRoles(String allowedRoles) |
Configuration used by UndertowSecurityProvider.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.AdvancedUndertowEndpointProducerBuilder.basic() |
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.cookieHandler(Object cookieHandler) |
Configure a cookie handler to maintain a HTTP session.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.cookieHandler(String cookieHandler) |
Configure a cookie handler to maintain a HTTP session.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.keepAlive(Boolean keepAlive) |
Setting to ensure socket is not closed due to inactivity.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.keepAlive(String keepAlive) |
Setting to ensure socket is not closed due to inactivity.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.options(String key,
Object value) |
Sets additional channel options.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.options(Map values) |
Sets additional channel options.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.preserveHostHeader(boolean preserveHostHeader) |
If the option is true, UndertowProducer will set the Host header to
the value contained in the current exchange Host header, useful in
reverse proxy applications where you want the Host header received by
the downstream server to reflect the URL called by the upstream
client, this allows applications which use the Host header to
generate accurate URL's for a proxied service.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.preserveHostHeader(String preserveHostHeader) |
If the option is true, UndertowProducer will set the Host header to
the value contained in the current exchange Host header, useful in
reverse proxy applications where you want the Host header received by
the downstream server to reflect the URL called by the upstream
client, this allows applications which use the Host header to
generate accurate URL's for a proxied service.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.reuseAddresses(Boolean reuseAddresses) |
Setting to facilitate socket multiplexing.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.reuseAddresses(String reuseAddresses) |
Setting to facilitate socket multiplexing.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.securityConfiguration(Object securityConfiguration) |
OConfiguration used by UndertowSecurityProvider.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.securityConfiguration(String securityConfiguration) |
OConfiguration used by UndertowSecurityProvider.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.securityProvider(Object securityProvider) |
Security provider allows plug in the provider, which will be used to
secure requests.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.securityProvider(String securityProvider) |
Security provider allows plug in the provider, which will be used to
secure requests.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.sendTimeout(Integer sendTimeout) |
Timeout in milliseconds when sending to a websocket channel.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.sendTimeout(String sendTimeout) |
Timeout in milliseconds when sending to a websocket channel.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.sendToAll(Boolean sendToAll) |
To send to all websocket subscribers.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.sendToAll(String sendToAll) |
To send to all websocket subscribers.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.sslContextParameters(Object sslContextParameters) |
To configure security using SSLContextParameters.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.sslContextParameters(String sslContextParameters) |
To configure security using SSLContextParameters.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.tcpNoDelay(Boolean tcpNoDelay) |
Setting to improve TCP protocol performance.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.tcpNoDelay(String tcpNoDelay) |
Setting to improve TCP protocol performance.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.throwExceptionOnFailure(Boolean throwExceptionOnFailure) |
Option to disable throwing the HttpOperationFailedException in case
of failed responses from the remote server.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.throwExceptionOnFailure(String throwExceptionOnFailure) |
Option to disable throwing the HttpOperationFailedException in case
of failed responses from the remote server.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.transferException(Boolean transferException) |
If enabled and an Exchange failed processing on the consumer side and
if the caused Exception was send back serialized in the response as a
application/x-java-serialized-object content type.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.transferException(String transferException) |
If enabled and an Exchange failed processing on the consumer side and
if the caused Exception was send back serialized in the response as a
application/x-java-serialized-object content type.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.useStreaming(boolean useStreaming) |
For HTTP endpoint: if true, text and binary messages will be wrapped
as java.io.InputStream before they are passed to an Exchange;
otherwise they will be passed as byte.
|
default UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder |
UndertowEndpointBuilderFactory.UndertowEndpointProducerBuilder.useStreaming(String useStreaming) |
For HTTP endpoint: if true, text and binary messages will be wrapped
as java.io.InputStream before they are passed to an Exchange;
otherwise they will be passed as byte.
|