Java: add generated stubs back, but in a different directory from existing apache-http-5 stubs

This commit is contained in:
Jami Cogswell
2023-04-12 15:28:16 -04:00
parent f27eff4f73
commit 0ffe9ab8d5
177 changed files with 3845 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
// Generated automatically from javax.net.ssl.SNIServerName for testing purposes
package javax.net.ssl;
abstract public class SNIServerName
{
protected SNIServerName() {}
protected SNIServerName(int p0, byte[] p1){}
public String toString(){ return null; }
public boolean equals(Object p0){ return false; }
public final byte[] getEncoded(){ return null; }
public final int getType(){ return 0; }
public int hashCode(){ return 0; }
}