Socket Client 적용

This commit is contained in:
현성필
2024-04-12 11:12:50 +09:00
parent dc3c42a341
commit 95924af31a
13 changed files with 389 additions and 104 deletions
@@ -28,6 +28,8 @@ public class ApiRequestInfo {
private String path;
private String type; //API TYPE : HTTP, TCP
@Lob
private String headers;
@@ -143,6 +145,14 @@ public class ApiRequestInfo {
this.postRequestScript = postRequestScript;
}
public String getType() {
return type;
}
public void setType(String type) {
this.type = type;
}
@Override
public boolean equals(Object o) {
if (this == o) return true;