No, I am expecting the use cases like if we use browser client we have use
cases like chatting, financial updates, etc.. In same way if we use
standalone wesocket client let know know where can we use it.
On Jun 17, 2015 8:08 PM, "Pavel Bucek" <pavel.bucek_at_oracle.com> wrote:
> Hi Santish,
>
> client is about accessing websocket (server) endpoints from various
> java-enabled environments, like:
>
> - standalone java
> - servlet/java web start
> - android runtime
> - basically anything where you can run at least JDK 6
>
> functional-wise you can do almost everything from the client as you can
> from the server - there are obvious differences when you are creating the
> connection - handskahe negotiation, but after that, it is mostly equivalent.
>
> Hope that answered your question.
>
> Regards,
> Pavel
>
> On 17/06/15 07:07, sathish kumar wrote:
>
>>
>> Hi, I would like to know the use cases for tyrus standalone client
>>
>> Thanks, Sathish Kumar
>>
>>
>