Uses of Interface
org.citrusframework.websocket.endpoint.WebSocketEndpointConfiguration
Packages that use WebSocketEndpointConfiguration
Package
Description
-
Uses of WebSocketEndpointConfiguration in org.citrusframework.websocket.client
Classes in org.citrusframework.websocket.client that implement WebSocketEndpointConfigurationModifier and TypeClassDescriptionclassWeb socket endpoint configuration for client side web socket communication. -
Uses of WebSocketEndpointConfiguration in org.citrusframework.websocket.endpoint
Classes in org.citrusframework.websocket.endpoint that implement WebSocketEndpointConfigurationModifier and TypeClassDescriptionclassAbstract endpoint configuration implementation provides basic endpoint properties for web socket endpoints.Methods in org.citrusframework.websocket.endpoint that return WebSocketEndpointConfigurationConstructors in org.citrusframework.websocket.endpoint with parameters of type WebSocketEndpointConfigurationModifierConstructorDescriptionWebSocketConsumer(String name, WebSocketEndpointConfiguration endpointConfiguration) Default constructor using receive timeout setting.WebSocketEndpoint(WebSocketEndpointConfiguration endpointConfiguration) Default constructor using endpoint configuration.WebSocketProducer(String name, WebSocketEndpointConfiguration endpointConfiguration) Default constructor using endpoint configuration. -
Uses of WebSocketEndpointConfiguration in org.citrusframework.websocket.message
Methods in org.citrusframework.websocket.message with parameters of type WebSocketEndpointConfigurationModifier and TypeMethodDescriptionWebSocketMessageConverter.convertInbound(org.springframework.web.socket.WebSocketMessage externalMessage, WebSocketEndpointConfiguration endpointConfiguration, TestContext context) org.springframework.web.socket.WebSocketMessageWebSocketMessageConverter.convertOutbound(Message message, WebSocketEndpointConfiguration endpointConfiguration, TestContext context) voidWebSocketMessageConverter.convertOutbound(org.springframework.web.socket.WebSocketMessage externalMessage, Message internalMessage, WebSocketEndpointConfiguration endpointConfiguration, TestContext context) -
Uses of WebSocketEndpointConfiguration in org.citrusframework.websocket.server
Classes in org.citrusframework.websocket.server that implement WebSocketEndpointConfigurationModifier and TypeClassDescriptionclassWeb socket endpoint configuration for server side web socket communication.