/**
* Inits the.
*
* @throws URISyntaxException
* the URI syntax exception
*/
public void init() throws URISyntaxException {
handshaker = WebSocketClientHandshakerFactory.newHandshaker(createUri(),
WebSocketVersion.V13,
null,
false,
customHeaders);
}
WebSocketHandler.java 文件源码
java
阅读 29
收藏 0
点赞 0
评论 0
项目:gameboot
作者:
评论列表
文章目录