users@grizzly.java.net

Could some one explain WebSocketApplication.isApplicationRequest(Request arg0)

From: <chris_at_hurstonline.co.uk>
Date: Thu, 11 Nov 2010 08:35:37 -0800 (PST)

I had a working websockets app, accidently got a glassfish update and
now have to implement this, what criteria should I be using for
returning true or false ?

What is meant by an application request as opposed to any other request
? What is an example of an input where I should return true and another
where I should return false ?