websocket类的Connection是TcpConnection,我想给TcpConnection扩展一些方法,或者封装send方法。如何做才优雅? 注:并不想写成自定义Connection然后继承TcpConnection,因为只是更改encode、decode的话,还是很多功能无法实现。...