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 com.consol.citrus.websocket.client.WebSocketClientBuilderclient()Gets the client builder.com.consol.citrus.websocket.server.WebSocketServerBuilderserver()Gets the client builder.static WebSocketEndpointCatalogwebsocket()
-
-
-
Method Detail
-
websocket
public static WebSocketEndpointCatalog websocket()
-
client
public com.consol.citrus.websocket.client.WebSocketClientBuilder client()
Gets the client builder.- Returns:
-
server
public com.consol.citrus.websocket.server.WebSocketServerBuilder server()
Gets the client builder.- Returns:
-
-