📄 integration-layer.properties
字号:
# All properties follow this pattern:# [servicename[.portname].ode.]property## If service name is mentioned but port name omitted, the value will apply to all ports of the service.# If service name and port name are omitted, the value will apply to all services.# For instance:# Service-specific values# my-soap-service1.ode.http.connection.timeout=50000# my-http-service1.ode.http.protocol.max-redirects=40## Port-specific values# my-http-service1.portA.ode.http.protocol.max-redirects=60# 3 minutesmex.timeout=180000# true/falsehttp.request.chunk=true# HTTP/1.1 / HTTP/1.0http.protocol.version=HTTP/1.1# true/false# will not apply to http-bound services TBDhttp.request.gzip=false# true/false# Append gzip to the Accept-Encoding headerhttp.accept.gzip=falsehttp.protocol.encoding=UTF-8# You must define one property per header, prefixed with 'http.default-headers'# These values will override any values already set for a given header.http.default-headers.User-Agent=your-agenthttp.default-headers.foo=bar# timeout in milliseconds until a connection is etablishedhttp.connection.timeout=40000# timeout in milliseconds for waiting for datahttp.socket.timeout=40000http.protocol.max-redirects=10# To disable proxy set the host to nullhttp.proxy.host=myproxy.orghttp.proxy.port=8080http.proxy.domain=mydomainhttp.proxy.user=johndoehttp.proxy.password=topsecret
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -