Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DUtil.java392 endpointConfig, matchDecoders(target, endpointConfig, true), in getMessageHandlers()
403 endpointConfig, matchDecoders(target, endpointConfig, true), in getMessageHandlers()
411 endpointConfig, matchDecoders(target, endpointConfig, false), in getMessageHandlers()
418 DecoderMatch decoderMatch = matchDecoders(target, endpointConfig); in getMessageHandlers()
448 private static List<Class<? extends Decoder>> matchDecoders(Class<?> target, in matchDecoders() method in Util
450 DecoderMatch decoderMatch = matchDecoders(target, endpointConfig); in matchDecoders()
461 private static DecoderMatch matchDecoders(Class<?> target, in matchDecoders() method in Util