Class HttpClientConfiguration
- java.lang.Object
-
- io.gravitee.cockpit.connectors.ws.http.HttpClientConfiguration
-
public class HttpClientConfiguration extends Object
- Author:
- Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
-
-
Constructor Summary
Constructors Constructor Description HttpClientConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<WebSocketEndpoint>getEndpoints()voidsetEndpoints(List<WebSocketEndpoint> endpoints)
-
-
-
Method Detail
-
getEndpoints
public List<WebSocketEndpoint> getEndpoints()
-
setEndpoints
public void setEndpoints(List<WebSocketEndpoint> endpoints)
-
-