mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 15:05:54 +08:00
[fix]
This commit is contained in:
@@ -51,5 +51,17 @@ public interface InternalNetworkPermeate {
|
||||
*/
|
||||
void setVisitorPort(Integer visitorPort);
|
||||
|
||||
/**
|
||||
* 是否是ssl
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
boolean isSsl();
|
||||
|
||||
/**
|
||||
* 设置ssl
|
||||
*/
|
||||
void setSsl(boolean ssl);
|
||||
|
||||
|
||||
}
|
||||
@@ -13,7 +13,7 @@ import lombok.experimental.Accessors;
|
||||
@Builder
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
public class InternalNetworkPermeateRealServer {
|
||||
public class InternalNetworkServerPermeateServerRealServer {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user