mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
12 lines
256 B
Java
Generated
12 lines
256 B
Java
Generated
// Generated automatically from javax.servlet.http.HttpUpgradeHandler for testing purposes
|
|
|
|
package javax.servlet.http;
|
|
|
|
import javax.servlet.http.WebConnection;
|
|
|
|
public interface HttpUpgradeHandler
|
|
{
|
|
void destroy();
|
|
void init(WebConnection p0);
|
|
}
|