357.2. 옵션

Undertow 구성 요소는 아래 나열된 5 가지 옵션을 지원합니다.

이름설명기본값유형

undertowHttpBinding (advanced)

사용자 지정 HttpBinding을 사용하여 Camel 메시지와 HttpClient 간의 매핑을 제어합니다.

 

UndertowHttpBinding

sslContextParameters (security)

SSLContextParameters를 사용하여 보안 구성

 

SSLContextParameters

useGlobalSslContext 매개변수 (보안)

글로벌 SSL 컨텍스트 매개 변수의 사용을 활성화합니다.

false

boolean

hostOptions (advanced)

스레드 풀과 같은 공통 옵션을 구성하려면To configure common options, such as thread pools

 

UndertowHostOptions

resolveProperty Placeholders (advanced)

구성 요소가 시작 시 자체적으로 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders.

true

boolean

Undertow 엔드포인트는 URI 구문을 사용하여 구성됩니다.

undertow:httpURI

다음 경로 및 쿼리 매개변수를 사용합니다.

357.2.1. 경로 매개 변수 (1 매개변수):

이름설명기본값유형

httpURI

필수 HTTP 끝점의 URL입니다.

 

URI