diff --git a/README.md b/README.md index 2d123ac..6dd90ec 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,6 @@ We have the following attributes to create a CleverClient object: | requestInterceptor | Function to modify the request once is built | optional | | responseInterceptor| Function to modify the response after it's received | optional | | clientAdapter | Http client implementation (Java HttpClient or OkHttp based) | optional | -| webSocketAdapter | WebSocket implementation (Java HttpClient or OkHttp based) | optional | | endsOfStream | List of texts used to mark the end of streams | optional | | endOfStream | Text used to mark the end of streams | optional | | objectMapper | Provides Json conversions either to/from objects | optional | @@ -189,7 +188,6 @@ var cleverClient = CleverClient.builder() return response; }) .clientAdapter(new JavaHttpClientAdapter(httpClient)) - .webSocketAdapter(new JavaHttpWebSocketAdapter(httpClient)) .endOfStream(END_OF_STREAM) .objectMapper(objectMapper) .build(); @@ -455,4 +453,4 @@ Thanks for using **cleverclient**. If you find this project valuable there are a * Letting your friends know about this project 🗣📢. * Writing a brief review on your social networks ✍🌐. -* Giving us a star on Github ⭐. \ No newline at end of file +* Giving us a star on Github ⭐.