Class AbstractWebSocketEndpointConfiguration
java.lang.Object
org.citrusframework.endpoint.AbstractEndpointConfiguration
org.citrusframework.endpoint.AbstractPollableEndpointConfiguration
org.citrusframework.websocket.endpoint.AbstractWebSocketEndpointConfiguration
- All Implemented Interfaces:
EndpointConfiguration,PollableEndpointConfiguration,WebSocketEndpointConfiguration
- Direct Known Subclasses:
WebSocketClientEndpointConfiguration,WebSocketServerEndpointConfiguration
public abstract class AbstractWebSocketEndpointConfiguration
extends AbstractPollableEndpointConfiguration
implements WebSocketEndpointConfiguration
Abstract endpoint configuration implementation provides basic endpoint properties for web socket endpoints.
- Since:
- 2.3
- Author:
- Martin Maher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the web socket endpoint uri.Gets the endpointUriResolver.Gets the message converter.voidsetEndpointUri(String endpointUri) Sets the web socket endpoint uri.voidsetEndpointUriResolver(EndpointUriResolver endpointUriResolver) Sets the endpoint uri resolver.voidsetMessageConverter(WebSocketMessageConverter messageConverter) Sets the message converter.Methods inherited from class org.citrusframework.endpoint.AbstractPollableEndpointConfiguration
getPollingInterval, setPollingIntervalMethods inherited from class org.citrusframework.endpoint.AbstractEndpointConfiguration
getTimeout, setTimeoutMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.endpoint.EndpointConfiguration
getTimeout, setTimeoutMethods inherited from interface org.citrusframework.endpoint.PollableEndpointConfiguration
getPollingInterval, setPollingIntervalMethods inherited from interface org.citrusframework.websocket.endpoint.WebSocketEndpointConfiguration
getHandler, setHandler
-
Constructor Details
-
AbstractWebSocketEndpointConfiguration
public AbstractWebSocketEndpointConfiguration()
-
-
Method Details
-
getMessageConverter
Description copied from interface:WebSocketEndpointConfigurationGets the message converter.- Specified by:
getMessageConverterin interfaceWebSocketEndpointConfiguration- Returns:
-
setMessageConverter
Description copied from interface:WebSocketEndpointConfigurationSets the message converter.- Specified by:
setMessageConverterin interfaceWebSocketEndpointConfiguration
-
getEndpointUri
Description copied from interface:WebSocketEndpointConfigurationGets the web socket endpoint uri.- Specified by:
getEndpointUriin interfaceWebSocketEndpointConfiguration- Returns:
-
setEndpointUri
Description copied from interface:WebSocketEndpointConfigurationSets the web socket endpoint uri.- Specified by:
setEndpointUriin interfaceWebSocketEndpointConfiguration
-
getEndpointUriResolver
Description copied from interface:WebSocketEndpointConfigurationGets the endpointUriResolver.- Specified by:
getEndpointUriResolverin interfaceWebSocketEndpointConfiguration- Returns:
- the endpointUriResolver
-
setEndpointUriResolver
Description copied from interface:WebSocketEndpointConfigurationSets the endpoint uri resolver.- Specified by:
setEndpointUriResolverin interfaceWebSocketEndpointConfiguration- Parameters:
endpointUriResolver- the endpointUriResolver to set
-