mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +01:00
13 lines
304 B
Java
Generated
13 lines
304 B
Java
Generated
// Generated automatically from javax.servlet.http.HttpSessionContext for testing purposes
|
|
|
|
package javax.servlet.http;
|
|
|
|
import java.util.Enumeration;
|
|
import javax.servlet.http.HttpSession;
|
|
|
|
public interface HttpSessionContext
|
|
{
|
|
Enumeration<String> getIds();
|
|
HttpSession getSession(String p0);
|
|
}
|