Files
codeql/java/ql/test/stubs/okhttp-4.9.3/javax/net/ssl/SNIMatcher.java
Joe Farebrother 4afecf575e Generate more stubs for okhttp and fix tests.
Some generated stubs needed to be manually corrected.
2022-12-09 13:41:17 +00:00

14 lines
341 B
Java
Generated

// Generated automatically from javax.net.ssl.SNIMatcher for testing purposes
package javax.net.ssl;
import javax.net.ssl.SNIServerName;
abstract public class SNIMatcher
{
protected SNIMatcher() {}
protected SNIMatcher(int p0){}
public abstract boolean matches(SNIServerName p0);
public final int getType(){ return 0; }
}