On 09.02.2016 15:06, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 2/8/16 6:25 PM, André Warnier (tomcat) wrote:
On 08.02.2016 23:31, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1
All,
On 2/8/16 3:43 PM, Mark Thomas wrote:
On
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
André,
On 2/8/16 6:25 PM, André Warnier (tomcat) wrote:
> On 08.02.2016 23:31, Christopher Schultz wrote:
>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
>>
>> All,
>>
>> On 2/8/16 3:43 PM, Mark Thomas wrote:
>>> On 08/02/2016 18:41, Jason Ricles w
On 08.02.2016 23:31, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
On 2/8/16 3:43 PM, Mark Thomas wrote:
On 08/02/2016 18:41, Jason Ricles wrote:
I have an application that sends binary websocket messages
between a class and the web application using a websocke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
On 2/8/16 3:43 PM, Mark Thomas wrote:
> On 08/02/2016 18:41, Jason Ricles wrote:
>> I have an application that sends binary websocket messages
>> between a class and the web application using a websocket server
>> written in java.
>>
>> The data
On 08/02/2016 18:41, Jason Ricles wrote:
> I have an application that sends binary websocket messages between a
> class and the web application using a websocket server written in
> java.
>
> The data being sent from the java class is encoded in a binary buffer
> with the bytes in ISO8859_1. Howev
On 08.02.2016 20:27, Jason Ricles wrote:
The message is built and sent in a javaclass connected to a websocket
server for the web application also written in java then the message
is passed to the webpage which uses javascript
1) on this list, do not "top post". See :
http://tomcat.apache.org/l
The message is built and sent in a javaclass connected to a websocket
server for the web application also written in java then the message
is passed to the webpage which uses javascript
On Mon, Feb 8, 2016 at 2:25 PM, André Warnier (tomcat) wrote:
> On 08.02.2016 19:41, Jason Ricles wrote:
>>
>>
On 08.02.2016 19:41, Jason Ricles wrote:
I have an application that sends binary websocket messages between a
class and the web application using a websocket server written in
java.
The data being sent from the java class is encoded in a binary buffer
with the bytes in ISO8859_1. However, when I