hzzz
7 years ago
4 changed files with 3 additions and 18 deletions
@ -1,11 +0,0 @@ |
|||||||
package com.fr.design.mainframe.socketio; |
|
||||||
|
|
||||||
import com.fr.web.WebSocketConfig; |
|
||||||
|
|
||||||
public class FineSocketInfoOperator implements SocketInfoOperator { |
|
||||||
|
|
||||||
@Override |
|
||||||
public int getPort() { |
|
||||||
return WebSocketConfig.getInstance().getPort(); |
|
||||||
} |
|
||||||
} |
|
@ -1,5 +0,0 @@ |
|||||||
package com.fr.design.mainframe.socketio; |
|
||||||
|
|
||||||
public interface SocketInfoOperator { |
|
||||||
int getPort(); |
|
||||||
} |
|
Loading…
Reference in new issue