Allows the implementation to examine the request and accept or reject it based on what it finds. @param request The request that included an upgrade header for this protocol @return true if the request is accepted, otherwise false
(Request request)
| 94 | * @return <code>true</code> if the request is accepted, otherwise <code>false</code> |
| 95 | */ |
| 96 | boolean accept(Request request); |
| 97 | |
| 98 | |
| 99 | /** |
no outgoing calls
no test coverage detected