This commit is contained in:
wujiawei
2024-09-28 19:01:41 +08:00
parent fb086d6e95
commit 600706ccc1
10 changed files with 113 additions and 35 deletions

View File

@@ -51,5 +51,17 @@ public interface InternalNetworkPermeate {
*/
void setVisitorPort(Integer visitorPort);
/**
* 是否是ssl
*
* @return
*/
boolean isSsl();
/**
* 设置ssl
*/
void setSsl(boolean ssl);
}

View File

@@ -13,7 +13,7 @@ import lombok.experimental.Accessors;
@Builder
@Data
@Accessors(chain = true)
public class InternalNetworkPermeateRealServer {
public class InternalNetworkServerPermeateServerRealServer {