mirror of
https://github.com/github/codeql.git
synced 2026-08-04 01:13:00 +02:00
13 lines
272 B
Java
Generated
13 lines
272 B
Java
Generated
// Generated automatically from jakarta.servlet.ServletConnection for testing purposes
|
|
|
|
package jakarta.servlet;
|
|
|
|
|
|
public interface ServletConnection
|
|
{
|
|
String getConnectionId();
|
|
String getProtocol();
|
|
String getProtocolConnectionId();
|
|
boolean isSecure();
|
|
}
|