Supports Expression Language: true (will be evaluated using flow file attributes and variable registry)SSL Context Service | ssl-context-service | | Controller Service API: RestrictedSSLContextService Implementation: StandardRestrictedSSLContextService | The SSL Context Service to use in order to secure the server. If specified, the server will accept only WSS requests; otherwise, the server will accept only WS requests |
Connection Timeout | connection-timeout | 3 sec | | The timeout to connect the WebSocket URI. Supports Expression Language: true (will be evaluated using variable registry only) |
Connection Attempt Count | connection-attempt-timeout | 3 | | The number of times to try and establish a connection. Supports Expression Language: true (will be evaluated using variable registry only) |
Session Maintenance Interval | session-maintenance-interval | 10 sec | | The interval between session maintenance activities. A WebSocket session established with a WebSocket server can be terminated due to different reasons including restarting the WebSocket server or timing out inactive sessions. This session maintenance activity is periodically executed in order to reconnect those lost sessions, so that a WebSocket client can reuse the same session id transparently after it reconnects successfully. The maintenance activity is executed until corresponding processors or this controller service is stopped. Supports Expression Language: true (will be evaluated using variable registry only) |
User Name | user-name | | | The user name for Basic Authentication. Supports Expression Language: true (will be evaluated using variable registry only) |
User Password | user-password | | | The user password for Basic Authentication. Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) |
Authentication Header Charset | authentication-charset | US-ASCII | | The charset for Basic Authentication header base64 string. Supports Expression Language: true (will be evaluated using variable registry only) |
Custom Authorization | custom-authorization | | | Configures a custom HTTP Authorization Header as described in RFC 7235 Section 4.2. Setting a custom Authorization Header excludes configuring the User Name and User Password properties for Basic Authentication. Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) |
HTTP Proxy Host | proxy-host | | | The host name of the HTTP Proxy. Supports Expression Language: true (will be evaluated using variable registry only) |
HTTP Proxy Port | proxy-port | | | The port number of the HTTP Proxy. Supports Expression Language: true (will be evaluated using variable registry only) |
State management:
This component does not store state.Restricted:
This component is not restricted.System Resource Considerations:
None specified.