- SEND_TO_ALL - Static variable in class org.apache.camel.component.websocket.WebsocketConstants
-
- sendMessage(String, String, InetSocketAddress) - Method in class org.apache.camel.component.websocket.WebsocketConsumer
-
- sendMessage(String, Object, InetSocketAddress) - Method in class org.apache.camel.component.websocket.WebsocketConsumer
-
- setAllowedOrigins(String) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
The CORS allowed origins.
- setBufferSize(Integer) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
Set the buffer size of the websocketServlet, which is also the max frame byte size (default 8192)
- setConnectionKey(String) - Method in class org.apache.camel.component.websocket.DefaultWebsocket
-
- setConsumer(WebsocketConsumer) - Method in class org.apache.camel.component.websocket.WebsocketComponentServlet
-
- setCrossOriginFilterOn(boolean) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
Whether to enable CORS
- setEnableJmx(boolean) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
If this option is true, Jetty JMX support will be enabled for this endpoint.
- setEnableJmx(boolean) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
If this option is true, Jetty JMX support will be enabled for this endpoint.
- setFilterPath(String) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
Context path for filtering CORS
- setHandlers(List<Handler>) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
- setHost(String) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
The hostname.
- setHost(String) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
The hostname.
- setMaxBinaryMessageSize(Integer) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
Can be used to set the size in bytes that the websocket created by the websocketServlet may be accept before closing.
- setMaxIdleTime(Integer) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
Set the time in ms that the websocket created by the websocketServlet may be idle before closing.
- setMaxTextMessageSize(Integer) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
Can be used to set the size in characters that the websocket created by the websocketServlet may be accept before closing.
- setMaxThreads(Integer) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
To set a value for maximum number of threads in server thread pool.
- setMinThreads(Integer) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
To set a value for minimum number of threads in server thread pool.
- setMinVersion(Integer) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
Can be used to set the minimum protocol version accepted for the websocketServlet.
- setPort(Integer) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
The port number.
- setPort(int) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
The port number.
- setResourceUri(String) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
Name of the websocket channel to use
- setSendTimeout(Integer) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
Timeout in millis when sending to a websocket channel.
- setSendToAll(Boolean) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
To send to all websocket subscribers.
- setSession(Session) - Method in class org.apache.camel.component.websocket.DefaultWebsocket
-
- setSessionSupport(boolean) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
Whether to enable session support which enables HttpSession for each http request.
- setSocketFactory(Map<String, WebSocketFactory>) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
To configure a map which contains custom WebSocketFactory for sub protocols.
- setSocketFactory(Map<String, WebSocketFactory>) - Method in class org.apache.camel.component.websocket.WebsocketComponentServlet
-
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
To configure security using SSLContextParameters
- setSslContextParameters(SSLContextParameters) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
To configure security using SSLContextParameters
- setSslKeyPassword(String) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
The password for the keystore when using SSL.
- setSslKeystore(String) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
The path to the keystore.
- setSslPassword(String) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
The password when using SSL.
- setStaticResources(String) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
Set a resource path for static resources (such as .html files etc).
- setStaticResources(String) - Method in class org.apache.camel.component.websocket.WebsocketEndpoint
-
Set a resource path for static resources (such as .html files etc).
- setStore(WebsocketStore) - Method in class org.apache.camel.component.websocket.WebsocketProducer
-
- setThreadPool(ThreadPool) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
To use a custom thread pool for the server.
- setUseGlobalSslContextParameters(boolean) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
Enable usage of global SSL context parameters.
- setWebSocketComponentServletInitialParameter(ServletContextHandler, WebsocketEndpoint) - Method in class org.apache.camel.component.websocket.WebsocketComponent
-
- socketFactory - Variable in class org.apache.camel.component.websocket.WebsocketComponent
-
- sslContextParameters - Variable in class org.apache.camel.component.websocket.WebsocketComponent
-
- sslKeyPassword - Variable in class org.apache.camel.component.websocket.WebsocketComponent
-
- sslKeystore - Variable in class org.apache.camel.component.websocket.WebsocketComponent
-
- sslPassword - Variable in class org.apache.camel.component.websocket.WebsocketComponent
-
- start() - Method in class org.apache.camel.component.websocket.MemoryWebsocketStore
-
- staticResources - Variable in class org.apache.camel.component.websocket.WebsocketComponent
-
- staticResourcesServer - Variable in class org.apache.camel.component.websocket.WebsocketComponent
-
- stop() - Method in class org.apache.camel.component.websocket.MemoryWebsocketStore
-