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