(&self, id: UdpEndpointId)
| 106 | } |
| 107 | |
| 108 | pub fn udp_addr(&self, id: UdpEndpointId) -> NetResult<SocketAddr> { |
| 109 | Ok(self.udp_endpoint(id)?.local_addr()) |
| 110 | } |
| 111 | |
| 112 | pub fn websocket_host_addr(&self, id: WebSocketHostId) -> NetResult<SocketAddr> { |
| 113 | Ok(self.websocket_host(id)?.local_addr()) |