On Thu, Oct 17, 2013 at 12:46 AM, Niki Dokovski wrote:
>
>
>
> On Wed, Oct 16, 2013 at 6:36 PM, Daniel Mikusa wrote:
>
>> I have a simple WebSocket endpoint defined, it is just echoing the data
>> sent by the client. Here's the code.
>>
>> @ServerEndpoint(value="/websocket",
>> decod
On Wed, Oct 16, 2013 at 6:36 PM, Daniel Mikusa wrote:
> I have a simple WebSocket endpoint defined, it is just echoing the data
> sent by the client. Here's the code.
>
> @ServerEndpoint(value="/websocket",
> decoders={ListStringDecoder.class},
> encoders={ListStringEncode