Home
last modified time | relevance | path

Searched refs:methodType (Results 1 – 1 of 1) sorted by relevance

/unit/src/java/nginx/unit/websocket/pojo/
H A DPojoMethodMapping.java277 MethodType methodType) throws DeploymentException { in getPathParams() argument
289 } else if (methodType == MethodType.ON_OPEN && in getPathParams()
292 } else if (methodType == MethodType.ON_ERROR in getPathParams()
296 } else if (methodType == MethodType.ON_CLOSE && in getPathParams()
326 if (methodType == MethodType.ON_ERROR && !foundThrowable) { in getPathParams()