有一个普通的socket服务器监听端口12345;
12345
ServerSocket s = new ServerSocket(12345);
我想知道的是:有可能:
http
https
谢谢
java ssl
java ×1
ssl ×1