Home
last modified time | relevance | path

Searched refs:getClazz (Results 1 – 3 of 3) sorted by path

/unit/src/java/nginx/unit/websocket/
H A DDecoderEntry.java32 public Class<?> getClazz() { in getClazz() method in DecoderEntry
H A DUtil.java171 listener.getClass()).getClazz(); in getMessageType()
176 return Util.getGenericType(Decoder.class, decoder).getClazz(); in getDecoderType()
181 return Util.getGenericType(Encoder.class, encoder).getClazz(); in getEncoderType()
233 if (result.getClazz() != null && result.getDimension() > 0) { in getGenericType()
246 className.append(superClassTypeResult.getClazz().getCanonicalName()); in getGenericType()
584 if (decoderEntry.getClazz().isAssignableFrom(target)) { in DecoderMatch()
650 public Class<?> getClazz() { in getClazz() method in Util.TypeResult
H A DWsRemoteEndpointImplBase.java668 if (entry.getClazz().isAssignableFrom(obj.getClass())) { in findEncoder()
1106 public Class<?> getClazz() { in getClazz() method in WsRemoteEndpointImplBase.EncoderEntry