()
| 238 | } |
| 239 | |
| 240 | func (this *ClientConn) RemoteAddr() net.Addr { |
| 241 | return this.rawConn.RemoteAddr() |
| 242 | } |
| 243 | |
| 244 | func (this *ClientConn) SetDeadline(t time.Time) error { |
| 245 | return this.rawConn.SetDeadline(t) |
no outgoing calls
no test coverage detected