From e6547c393fcfbec5c8f4c5b704ebd1cd3be8793f Mon Sep 17 00:00:00 2001 From: Sashir Estela Date: Fri, 24 Jan 2025 09:55:51 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ⭐.