On Wed, Jan 29, 2014 at 1:06 PM, Mark Thomas wrote:
> On 29/01/2014 11:44, Martin Grigorov wrote:
> > Hi,
> >
> > Apologies in advance if this is for users@.
> >
> > Should javax.websocket.server.HandshakeRequest#getParameterMap() contain
> > the parameters from the query string ?
>
> It should.
On 29/01/2014 11:44, Martin Grigorov wrote:
> Hi,
>
> Apologies in advance if this is for users@.
>
> Should javax.websocket.server.HandshakeRequest#getParameterMap() contain
> the parameters from the query string ?
It should.
> There is javax.websocket.server.HandshakeRequest#getQueryString()
Hi,
Apologies in advance if this is for users@.
Should javax.websocket.server.HandshakeRequest#getParameterMap() contain
the parameters from the query string ?
There is javax.websocket.server.HandshakeRequest#getQueryString() but I
don't see how WebSocket request can be done with POST method so