mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
14 lines
341 B
Java
Generated
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; }
|
|
}
|