MCPcopy Index your code
hub / github.com/jgraph/drawio / AbsComm

Interface AbsComm

src/main/java/com/mxgraph/online/AbsComm.java:8–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import java.io.IOException;
7
8public interface AbsComm
9{
10 String getCookieValue(String name, Object request_p);
11
12 void addCookie(String name, String val, int age, String cookiePath, Object response_p);
13
14 void deleteCookie(String name, String cookiePath, Object response_p);
15
16 String getParameter(String name, Object request);
17
18 String getPostParameter(String name, Object request);
19
20 String getQueryString(Object request);
21
22 String getHeader(String name, Object request);
23
24 String getServerName(Object request);
25
26 String getRemoteAddr(Object request);
27
28 void setBody(String body, Object response) throws IOException;
29
30 void setStatus(int status, Object response);
31
32 void setHeader(String name, String value, Object response);
33
34 void sendRedirect(String url, Object response) throws IOException;
35}

Callers 45

doGetAbstMethod · 0.65
logoutMethod · 0.65
doGetAbstMethod · 0.65
logoutMethod · 0.65
logoutMethod · 0.65
doGetAbstMethod · 0.65
getTokenFromCookieValMethod · 0.65
logoutMethod · 0.65
doGetMethod · 0.65
doGetAbstMethod · 0.65
doGetAbstMethod · 0.65
doGetMethod · 0.65

Implementers 2

AbsAuthsrc/main/java/com/mxgraph/online/AbsAu
AbsCachesrc/main/java/com/mxgraph/online/AbsCa

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…