Class WebSocketEndpointCatalog
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.websocket.WebSocketEndpointCatalog
-
public class WebSocketEndpointCatalog extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSocketClientBuilderclient()Gets the client builder.WebSocketServerBuilderserver()Gets the client builder.static WebSocketEndpointCatalogwebsocket()
-
-
-
Method Detail
-
websocket
public static WebSocketEndpointCatalog websocket()
-
client
public WebSocketClientBuilder client()
Gets the client builder.- Returns:
-
server
public WebSocketServerBuilder server()
Gets the client builder.- Returns:
-
-