Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DUtil.java418 DecoderMatch decoderMatch = matchDecoders(target, endpointConfig); in getMessageHandlers()
450 DecoderMatch decoderMatch = matchDecoders(target, endpointConfig); in matchDecoders()
461 private static DecoderMatch matchDecoders(Class<?> target, in matchDecoders()
463 DecoderMatch decoderMatch; in matchDecoders()
468 decoderMatch = new DecoderMatch(target, decoderEntries); in matchDecoders()
573 public static class DecoderMatch { class in Util
581 public DecoderMatch(Class<?> target, List<DecoderEntry> decoderEntries) { in DecoderMatch() method in Util.DecoderMatch
/unit/src/java/nginx/unit/websocket/pojo/
H A DPojoMethodMapping.java50 import nginx.unit.websocket.Util.DecoderMatch;
381 private DecoderMatch decoderMatch = null;
485 decoderMatch = new DecoderMatch(types[i], decoderEntries); in MessageHandlerInfo()