public static interface EngineIoServer.HandshakeInterceptor
| Modifier and Type | Method and Description |
|---|---|
boolean |
intercept(Map<String,String> query,
Map<String,List<String>> headers)
Intercept and either allow or block the connection.
|
boolean intercept(Map<String,String> query, Map<String,List<String>> headers)
query - Query parameters of the connection.headers - Headers in the connection request.Copyright © 2022. All rights reserved.